会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
andy_0212
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
11
12
13
14
15
16
17
18
19
···
21
下一页
2012年9月25日
Visual Studio使用DebuggerBrowsable和DebuggerDisplay自定义调试窗体
摘要: 2011-10-25 09:46 Visual Studio使用DebuggerBrowsable和DebuggerDisplay自定义调试窗体使用DebuggerBrowsable特性可以自定义调试窗体。使用DebuggerDisplay特性可以自定义调试信息的显示...
阅读全文
posted @ 2012-09-25 15:54 andy_0212
阅读(841)
评论(0)
推荐(0)
2012年7月28日
Visual Studio 2010 主题文件 保护眼睛
摘要: http://studiostyl.es/
阅读全文
posted @ 2012-07-28 16:10 andy_0212
阅读(97)
评论(0)
推荐(0)
2012年7月22日
C# TextBox中只能输入数字的几种常用方法(C#)
摘要: private void tBox_KeyPress(object sender, KeyPressEventArgs e) { if (e.KeyChar == 0x20) e.KeyChar = (char)0; //禁止空格...
阅读全文
posted @ 2012-07-22 16:31 andy_0212
阅读(169)
评论(0)
推荐(0)
2012年6月20日
Windows 7使用技巧大全(含键盘快捷键)
摘要: ,这确实是一个令人感到振奋的举动。为了迎接Win7的到来,想必有很多朋友会和笔者一样开始收集整理有关Win7使用技巧的一些文章。一、Windows 7键盘快捷键在Windows 7中,组合快捷键数量得到进一步增加,活用以下一些快捷组合能让你日常操作更快捷更方便。首先是...
阅读全文
posted @ 2012-06-20 13:23 andy_0212
阅读(287)
评论(0)
推荐(0)
2012年6月15日
Cannot debug x64 Process with VS2010 SP1 under Win7 64
摘要: Delete the file "C:\Program" or "D:\Program".http://social.msdn.microsoft.com/Forums/ta/vsdebug/thread/63275f50-c640-4ee4-9408-cd47d42...
阅读全文
posted @ 2012-06-15 16:59 andy_0212
阅读(95)
评论(0)
推荐(0)
2012年6月4日
How to Increase the Memory Limit for 32-bit Applications in Windows 64-bit OS
摘要: 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 ...
阅读全文
posted @ 2012-06-04 14:02 andy_0212
阅读(163)
评论(0)
推荐(0)
2012年5月28日
Visual Studio: Track Active Item in Solution Explorer
摘要:
阅读全文
posted @ 2012-05-28 14:15 andy_0212
阅读(120)
评论(0)
推荐(0)
2012年5月24日
系统的程序有问题怎么办
摘要: 1.查原因,排错no success, 2.重装no success, 3.进入安全模式,逛一逛no success, 4.回到normal模式,说不定就行了(即使在安全模式下什么都没有做)。License server启动不了,种方法解决了。
阅读全文
posted @ 2012-05-24 16:05 andy_0212
阅读(129)
评论(0)
推荐(0)
2011年12月29日
常用尺寸
摘要: 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...
阅读全文
posted @ 2011-12-29 10:00 andy_0212
阅读(285)
评论(0)
推荐(0)
2011年11月22日
MVC
摘要: Introduction to Model View Control (MVC) Pattern using C#: http://www.c-sharpcorner.com/UploadFile/rmcochran/MVC_intro12122005162329PM...
阅读全文
posted @ 2011-11-22 00:30 andy_0212
阅读(65)
评论(0)
推荐(0)
上一页
1
···
11
12
13
14
15
16
17
18
19
···
21
下一页
公告