2008年1月8日
摘要: NDoc是一个很好的工具,可以把.net中的注释导出,生成chm文档一边查阅和管理。可惜因为没有得到开源社区的支持已经停止开发。 Sandcastle原本是微软内部用于开发管理的一个工具,它的功能和NDoc基本一致。由于它能够得到微软的支持,所以更新和维护基本不用担心。 但Sandcastle目前还... 阅读全文
posted @ 2008-01-08 16:59 Gofficer 阅读(673) 评论(0) 推荐(0)
  2007年10月9日
摘要: 服务器端软件: using System; using System.Drawing; using System.Collections; using System.ComponentModel; using System.Windows.Forms; using System.Dat... 阅读全文
posted @ 2007-10-09 15:13 Gofficer 阅读(682) 评论(3) 推荐(0)
  2007年9月5日
摘要: using System; using System.Data; using System.Configuration; using System.Web; using System.Web.Security; using System.Web.UI; using System.We... 阅读全文
posted @ 2007-09-05 10:48 Gofficer 阅读(1135) 评论(0) 推荐(0)
  2007年8月24日
摘要: using System; using System.Drawing; using System.Collections; using System.ComponentModel; using System.Windows.Forms; using System.Data; // 添... 阅读全文
posted @ 2007-08-24 13:50 Gofficer 阅读(405) 评论(1) 推荐(0)
摘要: namespace MyPing { usingSystem; usingSystem.Net; usingSystem.Net.Sockets; publicclassIcmpPacket { publicByteType;//typeofmessage publicByteSubCode... 阅读全文
posted @ 2007-08-24 13:47 Gofficer 阅读(358) 评论(0) 推荐(0)
摘要: using System; using System.Drawing; using System.Collections; using System.ComponentModel; using System.Windows.Forms; using System.Data; // 添... 阅读全文
posted @ 2007-08-24 13:39 Gofficer 阅读(436) 评论(0) 推荐(0)
摘要: 1 using System; 2 using System.Drawing; 3 using System.Collections; 4 using System.ComponentModel; 5 using System.Windows.Forms; 6 using S... 阅读全文
posted @ 2007-08-24 11:11 Gofficer 阅读(499) 评论(0) 推荐(0)
摘要: 1 using System; 2 using System.Drawing; 3 using System.Collections; 4 using System.ComponentModel; 5 using System.Windows.Forms; 6 using S... 阅读全文
posted @ 2007-08-24 11:02 Gofficer 阅读(382) 评论(0) 推荐(0)
摘要: 1 using System; 2 using System.Drawing; 3 using System.Collections; 4 using System.ComponentModel; 5 using System.Windows.Forms; 6 using S... 阅读全文
posted @ 2007-08-24 10:39 Gofficer 阅读(415) 评论(0) 推荐(0)
摘要: 1 using System; 2 using System.Drawing; 3 using System.Collections; 4 using System.ComponentModel; 5 using System.Windows.Forms; 6 using S... 阅读全文
posted @ 2007-08-24 10:32 Gofficer 阅读(245) 评论(0) 推荐(0)