自定义博客皮肤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)
  • 资源 (4)
  • 收藏
  • 关注

转载 How can I throw an exception without losing the original stack trace information in .NET?

http://blogs.msdn.com/perfworld/archive/2009/06/15/how-can-i-throw-an-exception-without-losing-the-original-stack-trace-information-in-net.aspxHow can I throw an exception without losing the origina

2010-04-29 11:14:00 869

原创 如何自动触发窗体上控件的Validated事件

窗体上有很多控件,用来设置一些参数,需要在点击OK时对所有的参数进行验证,如果有参数无效则显示错误信息,效果如下:   首先,需要为控件添加验证事件private void textBox1_Validated(object sender, EventArgs e) { if (string.IsNullOrEmpty(textB

2010-04-09 16:15:00 5855 1

原创 如何限定DataGridView,使其只能输入数字

   private void dataGridView1_EditingControlShowing(object sender, DataGridViewEditingControlShowingEventArgs e) { //if (dataGridView1.CurrentCell.ColumnIndex == 1)

2010-04-02 14:44:00 3824 1

[PDF] WiX 3.6 A Developers Guide to Windows Installer XML

Who this book is for If you are a developer and want to create installers for software targeting the Windows platform, then this book is for you. Those new to WiX and Windows Installer should feel right at home as we start with the basics and gradually work up to more complex subjects. Others with more experience will benefit as we catalog the new features in WiX 3.6. If you're coming from an earlier version of WiX, you'll be happy to know that for the most part, things that used to work will still work. However, several tasks, such as implementing a major upgrade, have been simplified. We'll highlight the big changes, but keep an eye on familiar elements as some subtle changes have been made.

2018-03-20

the art of unit testing (.NET) 单元测试艺术

此书为英文,正式版,共324页,正文也就200页左右

2012-04-17

对WinForm进行单元测试的例子(使用NUnitForms)

使用NUnitForms对WinForm进行单元测试,包括了如何对模态对话框进行单元测试的简单例子

2010-12-14

blackjack源代码 C#

blackjack源代码 C#,欢迎大家下载!下载了绝对不会后悔的,游戏做的非常棒!

2009-01-06

空空如也

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

TA关注的人

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