12 2007 档案

摘要:请高手告知。 阅读全文
posted @ 2007-12-26 20:40 Vincent Yang 阅读(395) 评论(0) 推荐(0)
摘要:you could find the signature files in something akin to: [root]\Users\[username]\AppData\Roaming\Microsoft\Signatures Reference: http://blogs.technet.com/ewan/archive/2007/06/25/outlook-2007-signa... 阅读全文
posted @ 2007-12-22 14:04 Vincent Yang 阅读(541) 评论(0) 推荐(0)
摘要:When you copy large files to or from earlier operating systems, the copy operation may be slower than expected on some Windows Vista-based computers WORKAROUND To work around this problem, you may... 阅读全文
posted @ 2007-12-18 15:30 Vincent Yang 阅读(317) 评论(0) 推荐(0)
摘要:如何在ASP.NET中使用Http Handler 阅读全文
posted @ 2007-12-18 05:58 Vincent Yang 阅读(597) 评论(0) 推荐(0)
摘要:From a command prompt: (Start -> Run -> command -> OK) type:SystemInfo >C:\Info.txt (Output the result to a text file) SystemInfo (Output the result on the screen) 阅读全文
posted @ 2007-12-02 12:34 Vincent Yang 阅读(281) 评论(0) 推荐(0)
摘要:重构什么时候开始: 一个功能没有完成就开始重构吗?不是。所有功能都完成开始重构吗?更不是。重构是一项贯穿我们程序开发的工作,当一个功能完成(能够正常工作,通过单元测试)的时候就应该开始重构。 重构的标准: 什么时候你的代码中没有重复了,基本上你可以不要重构了。如果你的代码具有良好的可读性就更好了。 重构的必要性: 重构不是一个可有可无的东西,一个好的程序员应该时刻把重构的想法放在... 阅读全文
posted @ 2007-12-01 06:26 Vincent Yang 阅读(442) 评论(2) 推荐(0)