我会用牵强的微笑,活出无人能比的骄傲
发布时间:2014-12-29 11:23:07
应届生在面试的时候,偶尔也会遇到一些系统设计题,而这些题目往往只是测试一下求职者的知识面,或者测试求职者对系统架构方面的了解,一般不会涉及到具体的编码工作。虽然如此,对于此类问题,很多人还是感觉难以应对,也不知道从何说起。如何应对此类题目呢?在正式介绍基础知识之前,首先罗列几个常见的系统设.........【阅读全文】
发布时间:2014-12-29 11:21:04
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;using System.Windows.Forms;using System.Data.SqlClient;namespace wlw_database{ public partial class Form1 : Form  .........【阅读全文】
发布时间:2014-12-29 11:18:55
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;using System.Windows.Forms;namespace Mouse{ public partial class Form1 : Form { Grap.........【阅读全文】
发布时间:2014-12-04 10:19:29
封装类 int -> Integer float -> Float long -> Long double -> Double boolean -> Boolean char -> Char byte -> Byte 封装类是只读的class Test{ public static void main (String[] args).........【阅读全文】