自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(3)
  • 资源 (3)
  • 收藏
  • 关注

转载 .NET Framework 应用程序的configuration 元素(常规设置架构)

<br /> 参考资料MSDN:configuration 元素(常规设置架构)<br /> 子元素<br />元素<br />说明<br />configSections<br />指定配置节和命名空间声明。<br />appSettings<br />包含自定义应用程序设置,如文件路径、XML Web services URL 或存储在应用程序的 .ini 文件中的任何信息。<br />connectionStrings<br />为 ASP.NET 应用程序和功能指定数据库连接字符串(名称/值对的形式

2011-05-05 12:11:00 2022

原创 获取控件所有事件列表

<br />System.ComponentModel.EventDescriptorCollection events = System.ComponentModel.TypeDescriptor.GetEvents(button1);

2011-05-04 17:13:00 1614 1

转载 使用反射清除所有挂在事件上的delegate

<br />http://www.cnblogs.com/ncindy/archive/2007/03/23/685186.html<br /> <br />在.net中,event是一个相当有用的特性,它让我们可以很轻松的实现回调。但是它也有着相当的不方便之处:一个event在声明它的class之外只能使用+=/-=操作符进行delegate的增减,无法一次删除所有挂在它上面的delegate。<br />程序规模小的时候还好办,一旦程序膨胀,想弄清到底在一个事件上挂了那些delegate还真是挺麻烦的事

2011-05-04 17:09:00 1775

WPF高级编程源代码

Professional WPF Programming: .NET Development with the Windows Presentation Foundation Chris Andrade, Shawn Livermore, Mike Meyers, Scott Van Vliet ISBN: 978-0-470-04180-2 Paperback 480 pages May 2007 Chaoter 2 Chapter 2: updated July 6, 2007 all examples with corrected namespaces and other corrections 812.15 KB Chapter 4 Code Chapter 4 code: updated July 5, 2007 with corrected namespaces and other corrections; 459.57 KB Chapter 5 Code 198.52 KB Chapter 6 Code 2.10 MB Chapter 7 Code Chapter 7 code: updated July 5, 2007 with corrected chapter number 1.38 MB Chapter 8 Chapter 8: updated July 9, 2007 with additional examples from the chapter 619.59 KB Chapter 9 Code Chapter 9 code: updated July 5, 2007 - eliminated nested zip files for samples structured as folders 48.29 KB Chapter 10 Chapter 10: updated July 12, 2007 with additional examples from the chapter and removed extraneous examples not related to the chapter 1.97 MB Chapter 11 Code 387.71 KB

2010-05-25

战神世界的小工具源代码

功能: 城市建设 资源计算(外部资源和军库资源) 陷阱计算(根据侦察报告自动计算陷阱数量)

2009-07-10

繁体中文系统下的报错

繁体中文系统下的报错

2008-03-12

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除