摘要: 文章已经转到:http://szitr.com/bbs/viewthread.php?tid=13&extra=page%3D1 阅读全文
posted @ 2008-05-30 09:30 武广敬 阅读(18325) 评论(92) 推荐(1) 编辑
摘要: 今天上午开启Microsoft Visual Studio 2005时发现一直停在启动画面 无法启动.于是: 1.删除进程再启动 2.重新登录 3.重新开机 4.开启Microsoft Visual Studio 2008,也开不了..晕了 5.GOOGLE 6.找了N久,才发现是VMware(我用的是6.0)搞的鬼(因为我把它的几个自动启动的服务 VMware Authorization/VMw... 阅读全文
posted @ 2008-05-28 09:36 武广敬 阅读(1364) 评论(7) 推荐(0) 编辑
摘要: 转自:http://www.microsoft.com/downloads/details.aspx?FamilyId=D466226B-8DAB-445F-A7B4-448B326C48E7&displaylang=en 下载地址:http://download.microsoft.com/download/a/c/a/acaf4f79-2210-4034-94bb-f7e15eb335f5/V... 阅读全文
posted @ 2008-05-28 08:23 武广敬 阅读(3678) 评论(0) 推荐(0) 编辑
摘要: 转自:http://msdn.microsoft.com/zh-cn/library/ha5xt0d9(VS.80).aspx DataGridView 控件的设计目的是提供最大的伸缩性。如果需要显示大量数据,请遵循本主题中所描述的准则,以避免耗费大量内存或降低用户界面(UI)的响应能力。本主题讨论下列问题: 有效使用单元格样式 有效使用快捷菜单 ... 阅读全文
posted @ 2008-05-22 10:54 武广敬 阅读(1907) 评论(1) 推荐(0) 编辑
摘要: 转自 http://www.codeguru.com/csharp/csharp/cs_controls/custom/article.php/c9645/ using System; using System.ComponentModel; using System.Globalization; using System.Runtime.InteropServices; using System... 阅读全文
posted @ 2008-05-21 09:11 武广敬 阅读(869) 评论(2) 推荐(0) 编辑
摘要: I have an object that I'm trying to bind its properties to two DateTimePicker controls. class Order { public DateTime OrderPlacedDate { get; } public Nullable ShippedDate { get; } } What is the ... 阅读全文
posted @ 2008-05-20 22:49 武广敬 阅读(572) 评论(0) 推荐(0) 编辑
摘要: 请教各位高手: 我想把一个控件封装起来.DateTimePicker 因为他的value的类型为DateTime所以不可以为Null 但是数据库里有一些日期是为空的.如离职日期 现在我写了一个类继承至DateTimePicker 使用public object Value覆盖了基类的Value方法 这样它就可以为NULL了. 在使用时.我使用的是绑定 private MDateTi... 阅读全文
posted @ 2008-05-19 08:18 武广敬 阅读(1112) 评论(0) 推荐(0) 编辑
摘要: http://msdn.microsoft.com/zh-cn/cc498683.aspx ... 阅读全文
posted @ 2008-05-14 09:37 武广敬 阅读(232) 评论(0) 推荐(0) 编辑
摘要: http://technet.microsoft.com/zh-cn/library/ms161953.aspx 更新日期: 2005 年 12 月 5 日 SQL 注入是一种攻击方式,在这种攻击方式中,恶意代码被插入到字符串中,然后将该字符串传递到 SQL Server 的实例以进行分析和执行。任何构成 SQL 语句的过程都应进行注入漏洞检查,因为 SQL Server 将执行其接收到... 阅读全文
posted @ 2008-05-10 17:11 武广敬 阅读(9842) 评论(2) 推荐(1) 编辑
摘要: 阅读全文
posted @ 2008-05-06 20:12 武广敬 阅读(4986) 评论(8) 推荐(0) 编辑