2016年3月1日
摘要: HashMap和Hashtable的区别 阅读全文
posted @ 2016-03-01 16:03 shaomine 阅读(192) 评论(0) 推荐(0) 编辑
摘要: Collection和Collections的区别 阅读全文
posted @ 2016-03-01 15:57 shaomine 阅读(202) 评论(0) 推荐(0) 编辑
摘要: new 的用法 阅读全文
posted @ 2016-03-01 15:43 shaomine 阅读(282) 评论(0) 推荐(0) 编辑
摘要: 线程与进程的区别 阅读全文
posted @ 2016-03-01 15:38 shaomine 阅读(178) 评论(0) 推荐(0) 编辑
摘要: final, finally 和finalize的区别 阅读全文
posted @ 2016-03-01 15:25 shaomine 阅读(2104) 评论(0) 推荐(0) 编辑
  2016年2月19日
摘要: 反射和序列化 阅读全文
posted @ 2016-02-19 17:58 shaomine 阅读(4468) 评论(0) 推荐(0) 编辑
摘要: 进程间通信方式 阅读全文
posted @ 2016-02-19 17:43 shaomine 阅读(376) 评论(0) 推荐(0) 编辑
  2016年1月21日
摘要: 删除表重复数据 阅读全文
posted @ 2016-01-21 10:24 shaomine 阅读(180) 评论(0) 推荐(0) 编辑
  2013年8月29日
摘要: 最近又用了一下DataGridView控件,需要显示行号,我们知道在.net中DataGridView控件默认是不显示行号(数据的记录行数)的,后来通过查资料发现可以在DataGridView控件的RowPostPaint事件里面写代码就可以了,具体例子如下:private void MaindataGridView_RowPostPaint(object sender, DataGridViewRowPostPaintEventArgs e) { Rectangle rectangle = new Rectangle(e.RowBounds.Location.X, e.RowBounds.L 阅读全文
posted @ 2013-08-29 08:58 shaomine 阅读(1161) 评论(0) 推荐(1) 编辑
  2012年5月7日
摘要: 给定一个单词,从字典查找该单词的所有兄弟单词。 阅读全文
posted @ 2012-05-07 16:27 shaomine 阅读(5717) 评论(0) 推荐(0) 编辑