<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_C#探索者</title><subtitle type="text"/><id>http://feed.cnblogs.com/blog/u/16146/rss</id><updated>2012-05-10T08:08:56Z</updated><author><name>Mossan</name><uri>http://www.cnblogs.com/mossan/</uri></author><generator>feed.cnblogs.com</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/mossan/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/16146/rss"/><entry><id>http://www.cnblogs.com/mossan/archive/2008/08/16/1269514.html</id><title type="text">Microsoft .NET Framework 3.5 Service Pack 1（完整软件包）</title><summary type="text">http://www.microsoft.com/downloads/details.aspx?FamilyID=d0e5dea7-ac26-4ad7-b68c-fe5076bba986&amp;DisplayLang=zh-cn</summary><published>2008-08-16T13:55:00Z</published><updated>2008-08-16T13:55:00Z</updated><author><name>Mossan</name><uri>http://www.cnblogs.com/mossan/</uri></author><link rel="alternate" href="http://www.cnblogs.com/mossan/archive/2008/08/16/1269514.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/mossan/archive/2008/08/16/1269514.html"/><content type="text">http://www.microsoft.com/downloads/details.aspx?FamilyID=d0e5dea7-ac26-4ad7-b68c-fe5076bba986&amp;DisplayLang=zh-cn</content></entry><entry><id>http://www.cnblogs.com/mossan/archive/2008/06/28/1231717.html</id><title type="text">汶川地震感悟</title><summary type="text">汶川地震感悟</summary><published>2008-06-28T09:50:00Z</published><updated>2008-06-28T09:50:00Z</updated><author><name>Mossan</name><uri>http://www.cnblogs.com/mossan/</uri></author><link rel="alternate" href="http://www.cnblogs.com/mossan/archive/2008/06/28/1231717.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/mossan/archive/2008/06/28/1231717.html"/><content type="text">汶川地震感悟</content></entry><entry><id>http://www.cnblogs.com/mossan/archive/2008/06/21/1227276.html</id><title type="text">C#模拟键盘登录网站</title><summary type="text">C#模拟键盘登录网站</summary><published>2008-06-21T05:07:00Z</published><updated>2008-06-21T05:07:00Z</updated><author><name>Mossan</name><uri>http://www.cnblogs.com/mossan/</uri></author><link rel="alternate" href="http://www.cnblogs.com/mossan/archive/2008/06/21/1227276.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/mossan/archive/2008/06/21/1227276.html"/><content type="text">C#模拟键盘登录网站</content></entry><entry><id>http://www.cnblogs.com/mossan/archive/2008/06/20/1227006.html</id><title type="text">UltraBackup 1.3(2009-8-22更新)</title><summary type="text">UltraBackup是一款定时备份文件的工具，也可以手工备份。</summary><published>2008-06-20T09:25:00Z</published><updated>2008-06-20T09:25:00Z</updated><author><name>Mossan</name><uri>http://www.cnblogs.com/mossan/</uri></author><link rel="alternate" href="http://www.cnblogs.com/mossan/archive/2008/06/20/1227006.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/mossan/archive/2008/06/20/1227006.html"/><content type="text">UltraBackup是一款定时备份文件的工具，也可以手工备份。</content></entry><entry><id>http://www.cnblogs.com/mossan/archive/2008/05/05/1183749.html</id><title type="text">LanContain 1.1（2010-11-24更新）</title><summary type="text">LanContain是具有多种网络管理功能的工具软件。</summary><published>2008-05-05T09:11:00Z</published><updated>2008-05-05T09:11:00Z</updated><author><name>Mossan</name><uri>http://www.cnblogs.com/mossan/</uri></author><link rel="alternate" href="http://www.cnblogs.com/mossan/archive/2008/05/05/1183749.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/mossan/archive/2008/05/05/1183749.html"/><content type="text">LanContain是具有多种网络管理功能的工具软件。</content></entry><entry><id>http://www.cnblogs.com/mossan/archive/2008/03/07/1095883.html</id><title type="text">用C#实现将HTML文件转换为CHM文件(转)</title><summary type="text">这些天因为工作需要，要将一些html文件转换为chm文件，当然是需要和程序结合在一起。 后来找到NDoc，里头有一段代码是相关的，于是开始分析代码，写完之后，总结：主要是利用微软的hhc.exe来编译html文件，程序需要将具体的数据写入hhp和hhc文件。 主要代码如下： 复制C#代码保存代码public void CompileProject(){ Process helpCompilePro...</summary><published>2008-03-07T14:22:00Z</published><updated>2008-03-07T14:22:00Z</updated><author><name>Mossan</name><uri>http://www.cnblogs.com/mossan/</uri></author><link rel="alternate" href="http://www.cnblogs.com/mossan/archive/2008/03/07/1095883.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/mossan/archive/2008/03/07/1095883.html"/><content type="text">这些天因为工作需要，要将一些html文件转换为chm文件，当然是需要和程序结合在一起。 后来找到NDoc，里头有一段代码是相关的，于是开始分析代码，写完之后，总结：主要是利用微软的hhc.exe来编译html文件，程序需要将具体的数据写入hhp和hhc文件。 主要代码如下： 复制C#代码保存代码public void CompileProject(){ Process helpCompilePro...</content></entry><entry><id>http://www.cnblogs.com/mossan/archive/2008/03/07/1095855.html</id><title type="text">利用c#开发一个telnet unix服务器或者防火墙的小工具(转)</title><summary type="text">因为工作原因，需要定期从AIX服务器和cisco防火墙统计一些信息，于是决定自己写个小程序利用telnet协议实现这个功能。利用SOCKET建立与服务器之间的连接，之后我们就可以利用程序直接发送命令，获得系统性能状况和防火墙流量，然后就可以保存成文件，只需要查看我们的日志文件就可以知道这些数值了。在此只描述通过程序telnet AIX服务器的过程，telnet防火墙的过程略过，两者相似，介绍tel...</summary><published>2008-03-07T13:57:00Z</published><updated>2008-03-07T13:57:00Z</updated><author><name>Mossan</name><uri>http://www.cnblogs.com/mossan/</uri></author><link rel="alternate" href="http://www.cnblogs.com/mossan/archive/2008/03/07/1095855.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/mossan/archive/2008/03/07/1095855.html"/><content type="text">因为工作原因，需要定期从AIX服务器和cisco防火墙统计一些信息，于是决定自己写个小程序利用telnet协议实现这个功能。利用SOCKET建立与服务器之间的连接，之后我们就可以利用程序直接发送命令，获得系统性能状况和防火墙流量，然后就可以保存成文件，只需要查看我们的日志文件就可以知道这些数值了。在此只描述通过程序telnet AIX服务器的过程，telnet防火墙的过程略过，两者相似，介绍tel...</content></entry><entry><id>http://www.cnblogs.com/mossan/archive/2007/10/02/913122.html</id><title type="text">微软推在线版Office可储存1000个Word文档</title><summary type="text">微软推在线版Office可储存1000个Word文档 （2007-10-02） 10月2日消息，据国外媒体报道，微软本周一推出了在线版Office服务，允许用户在网络上存储和共享Office文档。 该服务被称为“微软Office Live Workspace”，目前尚处在测试版阶段。在线版Office为用户提供了250兆的存储空间，可存储约1000个Office文档。 ...</summary><published>2007-10-02T12:44:00Z</published><updated>2007-10-02T12:44:00Z</updated><author><name>Mossan</name><uri>http://www.cnblogs.com/mossan/</uri></author><link rel="alternate" href="http://www.cnblogs.com/mossan/archive/2007/10/02/913122.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/mossan/archive/2007/10/02/913122.html"/><content type="text">微软推在线版Office可储存1000个Word文档 （2007-10-02） 10月2日消息，据国外媒体报道，微软本周一推出了在线版Office服务，允许用户在网络上存储和共享Office文档。 该服务被称为“微软Office Live Workspace”，目前尚处在测试版阶段。在线版Office为用户提供了250兆的存储空间，可存储约1000个Office文档。 ...</content></entry><entry><id>http://www.cnblogs.com/mossan/archive/2007/09/20/899542.html</id><title type="text">Fckeditor XML Request error:internal server error (500) 一例</title><summary type="text">最近编写一个文章管理系统，参考了网络上的一些经验。感觉重新开始学习网页编程，差距真是太大了。想2000年前后，曾经学习过html、perl、php、asp、JS、VBS，后来还学习过jsp等，数据库用过access、mssql、mysql，后来学过oracle等。如今再拾起来，总是有些似曾相识，但毕竟不是一回事了。现在开始学习aspx，发现如果想学好一种语言，说起来容易，其实想真正掌握，也绝非...</summary><published>2007-09-20T01:36:00Z</published><updated>2007-09-20T01:36:00Z</updated><author><name>Mossan</name><uri>http://www.cnblogs.com/mossan/</uri></author><link rel="alternate" href="http://www.cnblogs.com/mossan/archive/2007/09/20/899542.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/mossan/archive/2007/09/20/899542.html"/><content type="text">最近编写一个文章管理系统，参考了网络上的一些经验。感觉重新开始学习网页编程，差距真是太大了。想2000年前后，曾经学习过html、perl、php、asp、JS、VBS，后来还学习过jsp等，数据库用过access、mssql、mysql，后来学过oracle等。如今再拾起来，总是有些似曾相识，但毕竟不是一回事了。现在开始学习aspx，发现如果想学好一种语言，说起来容易，其实想真正掌握，也绝非...</content></entry><entry><id>http://www.cnblogs.com/mossan/archive/2007/09/09/887617.html</id><title type="text">网络管理员升级版LanContain(Web)源代码</title><summary type="text">Web版本的Lancontain发布是asp.net版本(C#)的LanContain如果需要下载，请移步淘宝：http://item.taobao.com/item.htm?id=14687533624部分定义是不需要的</summary><published>2007-09-09T11:07:00Z</published><updated>2007-09-09T11:07:00Z</updated><author><name>Mossan</name><uri>http://www.cnblogs.com/mossan/</uri></author><link rel="alternate" href="http://www.cnblogs.com/mossan/archive/2007/09/09/887617.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/mossan/archive/2007/09/09/887617.html"/><content type="text">Web版本的Lancontain发布是asp.net版本(C#)的LanContain如果需要下载，请移步淘宝：http://item.taobao.com/item.htm?id=14687533624部分定义是不需要的</content></entry></feed>
