摘要:
2011-10-25 09:46 Visual Studio使用DebuggerBrowsable和DebuggerDisplay自定义调试窗体使用DebuggerBrowsable特性可以自定义调试窗体。使用DebuggerDisplay特性可以自定义调试信息的显示... 阅读全文
摘要:
http://studiostyl.es/ 阅读全文
摘要:
private void tBox_KeyPress(object sender, KeyPressEventArgs e) { if (e.KeyChar == 0x20) e.KeyChar = (char)0; //禁止空格... 阅读全文
摘要:
,这确实是一个令人感到振奋的举动。为了迎接Win7的到来,想必有很多朋友会和笔者一样开始收集整理有关Win7使用技巧的一些文章。一、Windows 7键盘快捷键在Windows 7中,组合快捷键数量得到进一步增加,活用以下一些快捷组合能让你日常操作更快捷更方便。首先是... 阅读全文
摘要:
Delete the file "C:\Program" or "D:\Program".http://social.msdn.microsoft.com/Forums/ta/vsdebug/thread/63275f50-c640-4ee4-9408-cd47d42... 阅读全文
摘要:
1. Go to Control Panel, and click view by “small icons” in the top right hand corner2. Click System3. As per the image below, next to ... 阅读全文
摘要:
阅读全文
摘要:
1.查原因,排错no success, 2.重装no success, 3.进入安全模式,逛一逛no success, 4.回到normal模式,说不定就行了(即使在安全模式下什么都没有做)。License server启动不了,种方法解决了。 阅读全文
摘要:
C M Y K 银 色 20 15 14 0 金 色 5 15 65 0 米 色 5 5 15 0 高亮灰 5 5 3 0 浅 灰 25 16 16 0 中 灰 50 37 37 0 深 紫 100 68 10 25 深紫红 85 95 10 0 海水色 60 0 2... 阅读全文
摘要:
Introduction to Model View Control (MVC) Pattern using C#: http://www.c-sharpcorner.com/UploadFile/rmcochran/MVC_intro12122005162329PM... 阅读全文