microsoft visual c++与microsoft visual net 版本对应关系
摘要:microsoft visual c++与microsoft visual net 版本对应关系
阅读全文
posted @
2018-06-06 11:03
shaomine
阅读(509)
推荐(0) 编辑
C#.net调用axis2webService
摘要:C#.net调用axis2webService
阅读全文
posted @
2016-08-23 09:15
shaomine
阅读(1535)
推荐(0) 编辑
C# const和statci readonly区别
摘要:C# const和statci readonly区别
阅读全文
posted @
2016-03-02 18:35
shaomine
阅读(338)
推荐(0) 编辑
Collection和Collections的区别
摘要:Collection和Collections的区别
阅读全文
posted @
2016-03-01 15:57
shaomine
阅读(203)
推荐(0) 编辑
final, finally 和finalize的区别
摘要:final, finally 和finalize的区别
阅读全文
posted @
2016-03-01 15:25
shaomine
阅读(2105)
推荐(0) 编辑
DataGridView自动行号
摘要:最近又用了一下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
阅读(1164)
推荐(1) 编辑
C# IEnumerable和IEnumerator的区别,如何实现
摘要:C# IEnumerable和IEnumerator的区别,如何实现
阅读全文
posted @
2011-09-27 16:22
shaomine
阅读(14552)
推荐(2) 编辑
C# 如何利用反射来加载程序集,并调用程序集中有关类的方法
摘要:C# 如何利用反射来加载程序集,并调用程序集中有关类的方法
阅读全文
posted @
2011-09-27 15:21
shaomine
阅读(2858)
推荐(3) 编辑