代码改变世界

随笔档案-2008年02月

转载:How to debug dll by using NUnit

2008-02-22 23:36 by Koy, 482 阅读, 收藏,
摘要: 转载自:http://focuswindows.blogspot.com/2008/01/how-to-debug-dll-by-using-nunit.html 1.Place a breakpoint at the first line of the TestAdd method. 2.Right-click on the L100MathTests project in Solutio... 阅读全文

转载自MSDN:Implementing a Membership Provider

2008-02-22 18:12 by Koy, 696 阅读, 收藏,
摘要: Implementing a Membership Provider 转载自:http://msdn2.microsoft.com/en-us/library/f1kyba5e.aspx ASP.NET membership is designed to enable you to easily use a number of different membership providers fo... 阅读全文

转载:如何将offcie 2003文档(.doc、.xls、.ppt)转换成mht文档

2008-02-15 18:03 by Koy, 2825 阅读, 收藏,
摘要: 如何将offcie 2003文档(.doc、.xls、.ppt)转换成mht文档 转载自:http://www.cnblogs.com/shanyou/archive/2007/11/28/975941.html 要实现office文档转换成MHTML文档,首先会将office文档转换成HTML格式的文档,然后将HTML文档转换成MHTML文档。要将office文档转成HTML需要使用Micro... 阅读全文