posts - 83,  comments - 881,  views - 52万
< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5
08 2004 档案
今天看了cctv网站上对亚洲杯决赛的报道,实在是有点不舒服。。。
摘要:http://www.cctv.com/news/sports/football/integrate/20040808/100018.shtml中国的媒体报道太不透明。。。 阅读全文
posted @ 2004-08-09 13:27 Laser.NET 阅读(573) 评论(2) 推荐(0) 编辑
A Security Problem Caused by xp_cmdshell in SQL Server.
摘要:Today, one of my colleagues demonstrated how to use the extended stored procedure xp_cmdshell to activate the windows Guest account and clear the password of that account, and thenadd theGuest accou... 阅读全文
posted @ 2004-08-08 13:09 Laser.NET 阅读(656) 评论(2) 推荐(0) 编辑
Creating recurive stored procedures in T-SQL.
摘要:In SQLServer, I tried to define a stored procedure to recursively invoke itself (See the following T-SQL statements). However, the maximum nesting level of recursion is 30 (Tested under SQL Server 200... 阅读全文
posted @ 2004-08-04 19:19 Laser.NET 阅读(719) 评论(2) 推荐(0) 编辑
PageEvents of an aspx Page.
摘要:Page Events Summary Method PostBack Controls ... 阅读全文
posted @ 2004-08-04 16:32 Laser.NET 阅读(623) 评论(0) 推荐(0) 编辑
How to enable SQL Debugging.
摘要:SQL Server has a built-inextended stored procedure,named sp_sdidebug, the permission towhich is necessary for a user tohave the capabilityof debugging stored procedures. To grant the permission, ... 阅读全文
posted @ 2004-08-03 19:19 Laser.NET 阅读(740) 评论(0) 推荐(0) 编辑
Test Runner -- NUnit Add-in for Visual Studio 2003.
摘要:这个工具对许多人来说应该很熟悉,具体的可以访问TestRunner网站. http://www.mailframe.net/Products/TestRunner.htm 今天简单地用了一下,主要就是与其他的类似的NUnit插件相比界面稍微友好点: 而且可以进行调式,这个功能比较有用: (不过我试了一下,还是有些不方便,每次调式之前要restart the TestRunner proce... 阅读全文
posted @ 2004-08-03 13:11 Laser.NET 阅读(870) 评论(0) 推荐(0) 编辑
反射可以通过FieldInfo.SetValue设置任何字段的值。
摘要:usingSystem; usingSystem.Reflection; usingSystem.Globalization; publicclassMyClass { privatestringmyString; publicMyClass() { myString="Oldvalue"; } strin... 阅读全文
posted @ 2004-08-01 15:02 Laser.NET 阅读(5908) 评论(5) 推荐(0) 编辑

无觅相关文章插件,快速提升流量
点击右上角即可分享
微信分享提示