摘要:
创建强名称密钥文件 单击“开始”,依次指向“程序”、“Microsoft Visual Studio 2005”、“Visual Studio 工具”,然后单击“Visual Studio 2005 命令提示”。 2 . 在命令提示符下,键入 sn -k Tutorial.snk,然后按 Enter。 这里关键的是 sn -k *.snkFrom... 阅读全文
摘要:
ASP.net 2.0的推出对我们程序员来说是再好不过的事情了,不仅功能更丰富了,而且使我们的开发效率大大提高,不过什么东西都有两面性,asp.net2.0所带来的新控件给我们的开发带来方便的同时,却在某些方面与我们的习惯相冲突。 最近用asp.net做系统,很习惯的在做用户认证的部分建了一个新的网页名字是Login.aspx,当然不管你是编译也好调试也好都没有问题,一切如你希望的... 阅读全文
摘要:
This is simple multi-threading program that draws circles and rectangles. Each shape is handle by individual thread that created every time you press start button. Using sleep method on each thread ... 阅读全文
摘要:
From:http://www.c-sharpcorner.com/UploadFile/Ashish1/validate01252006171747PM/validate.aspx?ArticleID=4e4b933b-7f18-4c64-928c-ab4b9f942f92 Here we will see how to use regular expression in .NET to val... 阅读全文