﻿<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>博客园-水如烟-随笔分类-z、综合使用</title><link>http://www.cnblogs.com/LzmTW/category/27714.html</link><description>&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
顺其自然,水到渠成 LzmTW
文或代码皆是面向初学者.我是爱好者,也是初学者.那些"文章",只按自己理解写,我是不知术语名词的.所以只供参考,也仅供参考.</description><language>zh-cn</language><lastBuildDate>Sat, 24 May 2008 17:31:20 GMT</lastBuildDate><pubDate>Sat, 24 May 2008 17:31:20 GMT</pubDate><ttl>60</ttl><item><title>标记法定义和创建数据库(四)</title><link>http://www.cnblogs.com/LzmTW/archive/2007/01/30/634901.html</link><dc:creator>水如烟(LzmTW)</dc:creator><author>水如烟(LzmTW)</author><pubDate>Tue, 30 Jan 2007 08:53:00 GMT</pubDate><guid>http://www.cnblogs.com/LzmTW/archive/2007/01/30/634901.html</guid><wfw:comment>http://www.cnblogs.com/LzmTW/comments/634901.html</wfw:comment><comments>http://www.cnblogs.com/LzmTW/archive/2007/01/30/634901.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cnblogs.com/LzmTW/comments/commentRss/634901.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/LzmTW/services/trackbacks/634901.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: 放首页半天.<br>是谁搬过去新手区了,能否给个原因呢?&nbsp;&nbsp;<a href='http://www.cnblogs.com/LzmTW/archive/2007/01/30/634901.html'>阅读全文</a><img src ="http://www.cnblogs.com/LzmTW/aggbug/634901.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://LzmTW.cnblogs.com/" target="_blank">水如烟(LzmTW)</a> 2007-01-30 16:53 <a href="http://www.cnblogs.com/LzmTW/archive/2007/01/30/634901.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>标记法定义和创建数据库</title><link>http://www.cnblogs.com/LzmTW/archive/2007/01/24/629410.html</link><dc:creator>水如烟(LzmTW)</dc:creator><author>水如烟(LzmTW)</author><pubDate>Wed, 24 Jan 2007 09:02:00 GMT</pubDate><guid>http://www.cnblogs.com/LzmTW/archive/2007/01/24/629410.html</guid><wfw:comment>http://www.cnblogs.com/LzmTW/comments/629410.html</wfw:comment><comments>http://www.cnblogs.com/LzmTW/archive/2007/01/24/629410.html#Feedback</comments><slash:comments>2</slash:comments><wfw:commentRss>http://www.cnblogs.com/LzmTW/comments/commentRss/629410.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/LzmTW/services/trackbacks/629410.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: 这种建库方法我称之为标记法.这样做好处是,数据库是由类(虽说是枚举)定义的.它包含了表的基本信息(外键约束现在还没考虑).据此可以生成实体类等等.<br><br>因为它信息丰富,甚至可以据此信息直接来读写数据库了.<br><br>&nbsp;&nbsp;<a href='http://www.cnblogs.com/LzmTW/archive/2007/01/24/629410.html'>阅读全文</a><img src ="http://www.cnblogs.com/LzmTW/aggbug/629410.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://LzmTW.cnblogs.com/" target="_blank">水如烟(LzmTW)</a> 2007-01-24 17:02 <a href="http://www.cnblogs.com/LzmTW/archive/2007/01/24/629410.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>树和自联表(五) </title><link>http://www.cnblogs.com/LzmTW/archive/2006/11/11/557856.html</link><dc:creator>水如烟(LzmTW)</dc:creator><author>水如烟(LzmTW)</author><pubDate>Sat, 11 Nov 2006 12:27:00 GMT</pubDate><guid>http://www.cnblogs.com/LzmTW/archive/2006/11/11/557856.html</guid><wfw:comment>http://www.cnblogs.com/LzmTW/comments/557856.html</wfw:comment><comments>http://www.cnblogs.com/LzmTW/archive/2006/11/11/557856.html#Feedback</comments><slash:comments>2</slash:comments><wfw:commentRss>http://www.cnblogs.com/LzmTW/comments/commentRss/557856.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/LzmTW/services/trackbacks/557856.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: 自联表我们经常用到，它总是跟树联结在一起。<br>对于它们的处理，.NET没有专门的处理类。<br>控件类TreeNode，也没有直接跟自联表挂上钩。<br><br>所以，我也尝试一下写写这方面的代码。<br>如我以往所写的一样，仅提供一种方法，至于更好的方法，更好的效率，鉴于自己学识所限，不深究。<br><br>通常的，要做成泛型类才能通用。所以，若还是使用.Net FrameWork1.1的话，无法使用下面的类了。<br>&nbsp;&nbsp;<a href='http://www.cnblogs.com/LzmTW/archive/2006/11/11/557856.html'>阅读全文</a><img src ="http://www.cnblogs.com/LzmTW/aggbug/557856.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://LzmTW.cnblogs.com/" target="_blank">水如烟(LzmTW)</a> 2006-11-11 20:27 <a href="http://www.cnblogs.com/LzmTW/archive/2006/11/11/557856.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>树和自联表(六) </title><link>http://www.cnblogs.com/LzmTW/archive/2006/11/11/557855.html</link><dc:creator>水如烟(LzmTW)</dc:creator><author>水如烟(LzmTW)</author><pubDate>Sat, 11 Nov 2006 12:23:00 GMT</pubDate><guid>http://www.cnblogs.com/LzmTW/archive/2006/11/11/557855.html</guid><wfw:comment>http://www.cnblogs.com/LzmTW/comments/557855.html</wfw:comment><comments>http://www.cnblogs.com/LzmTW/archive/2006/11/11/557855.html#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>http://www.cnblogs.com/LzmTW/comments/commentRss/557855.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/LzmTW/services/trackbacks/557855.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: Author：水如烟&nbsp;&nbsp;三种情形示例第一个示例，树情形。取MainForm主菜单的数据。ToolStripMenuItem本身是一个树。随便在一个Form上加一些菜单。...&nbsp;&nbsp;<a href='http://www.cnblogs.com/LzmTW/archive/2006/11/11/557855.html'>阅读全文</a><img src ="http://www.cnblogs.com/LzmTW/aggbug/557855.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://LzmTW.cnblogs.com/" target="_blank">水如烟(LzmTW)</a> 2006-11-11 20:23 <a href="http://www.cnblogs.com/LzmTW/archive/2006/11/11/557855.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>树和自联表(四) </title><link>http://www.cnblogs.com/LzmTW/archive/2006/11/11/557854.html</link><dc:creator>水如烟(LzmTW)</dc:creator><author>水如烟(LzmTW)</author><pubDate>Sat, 11 Nov 2006 12:22:00 GMT</pubDate><guid>http://www.cnblogs.com/LzmTW/archive/2006/11/11/557854.html</guid><wfw:comment>http://www.cnblogs.com/LzmTW/comments/557854.html</wfw:comment><comments>http://www.cnblogs.com/LzmTW/archive/2006/11/11/557854.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cnblogs.com/LzmTW/comments/commentRss/557854.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/LzmTW/services/trackbacks/557854.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: Author：水如烟&nbsp;&nbsp;应用在下面的几篇中，实现WinForm菜单的控制。它实现如下的基本菜单，当然可以增加添除。这也是为插件服务的。因为比较综合，所以代码会较多。我尽...&nbsp;&nbsp;<a href='http://www.cnblogs.com/LzmTW/archive/2006/11/11/557854.html'>阅读全文</a><img src ="http://www.cnblogs.com/LzmTW/aggbug/557854.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://LzmTW.cnblogs.com/" target="_blank">水如烟(LzmTW)</a> 2006-11-11 20:22 <a href="http://www.cnblogs.com/LzmTW/archive/2006/11/11/557854.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>树和自联表(一)</title><link>http://www.cnblogs.com/LzmTW/archive/2006/11/07/552592.html</link><dc:creator>水如烟(LzmTW)</dc:creator><author>水如烟(LzmTW)</author><pubDate>Tue, 07 Nov 2006 01:51:00 GMT</pubDate><guid>http://www.cnblogs.com/LzmTW/archive/2006/11/07/552592.html</guid><wfw:comment>http://www.cnblogs.com/LzmTW/comments/552592.html</wfw:comment><comments>http://www.cnblogs.com/LzmTW/archive/2006/11/07/552592.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cnblogs.com/LzmTW/comments/commentRss/552592.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/LzmTW/services/trackbacks/552592.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: Author：水如烟&nbsp;自联表我们经常用到，它总是跟树联结在一起。对于它们的处理，.NET没有专门的处理类。控件类TreeNode，也没有直接跟自联表挂上钩。所以，我也尝试一下写写这...&nbsp;&nbsp;<a href='http://www.cnblogs.com/LzmTW/archive/2006/11/07/552592.html'>阅读全文</a><img src ="http://www.cnblogs.com/LzmTW/aggbug/552592.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://LzmTW.cnblogs.com/" target="_blank">水如烟(LzmTW)</a> 2006-11-07 09:51 <a href="http://www.cnblogs.com/LzmTW/archive/2006/11/07/552592.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>行政区划数据数据库的设计(脚本) </title><link>http://www.cnblogs.com/LzmTW/archive/2006/09/21/511172.html</link><dc:creator>水如烟(LzmTW)</dc:creator><author>水如烟(LzmTW)</author><pubDate>Thu, 21 Sep 2006 13:21:00 GMT</pubDate><guid>http://www.cnblogs.com/LzmTW/archive/2006/09/21/511172.html</guid><wfw:comment>http://www.cnblogs.com/LzmTW/comments/511172.html</wfw:comment><comments>http://www.cnblogs.com/LzmTW/archive/2006/09/21/511172.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cnblogs.com/LzmTW/comments/commentRss/511172.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/LzmTW/services/trackbacks/511172.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: /*************************************************************Author:&nbsp;&nbsp;LzmTW(水如烟)Created...&nbsp;&nbsp;<a href='http://www.cnblogs.com/LzmTW/archive/2006/09/21/511172.html'>阅读全文</a><img src ="http://www.cnblogs.com/LzmTW/aggbug/511172.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://LzmTW.cnblogs.com/" target="_blank">水如烟(LzmTW)</a> 2006-09-21 21:21 <a href="http://www.cnblogs.com/LzmTW/archive/2006/09/21/511172.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>行政区划数据数据库的设计(七)</title><link>http://www.cnblogs.com/LzmTW/archive/2006/09/21/511023.html</link><dc:creator>水如烟(LzmTW)</dc:creator><author>水如烟(LzmTW)</author><pubDate>Thu, 21 Sep 2006 10:35:00 GMT</pubDate><guid>http://www.cnblogs.com/LzmTW/archive/2006/09/21/511023.html</guid><wfw:comment>http://www.cnblogs.com/LzmTW/comments/511023.html</wfw:comment><comments>http://www.cnblogs.com/LzmTW/archive/2006/09/21/511023.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cnblogs.com/LzmTW/comments/commentRss/511023.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/LzmTW/services/trackbacks/511023.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: Author：水如烟&nbsp;行政区划数据数据库的设计(六)&nbsp;上文实现了把区划码按三个行政级别分成了六个类，分别是：一级：省二级：省直辖市、地区州盟三级：市地辖...&nbsp;&nbsp;<a href='http://www.cnblogs.com/LzmTW/archive/2006/09/21/511023.html'>阅读全文</a><img src ="http://www.cnblogs.com/LzmTW/aggbug/511023.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://LzmTW.cnblogs.com/" target="_blank">水如烟(LzmTW)</a> 2006-09-21 18:35 <a href="http://www.cnblogs.com/LzmTW/archive/2006/09/21/511023.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>行政区划数据数据库的设计(六)</title><link>http://www.cnblogs.com/LzmTW/archive/2006/09/20/510154.html</link><dc:creator>水如烟(LzmTW)</dc:creator><author>水如烟(LzmTW)</author><pubDate>Wed, 20 Sep 2006 15:39:00 GMT</pubDate><guid>http://www.cnblogs.com/LzmTW/archive/2006/09/20/510154.html</guid><wfw:comment>http://www.cnblogs.com/LzmTW/comments/510154.html</wfw:comment><comments>http://www.cnblogs.com/LzmTW/archive/2006/09/20/510154.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cnblogs.com/LzmTW/comments/commentRss/510154.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/LzmTW/services/trackbacks/510154.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: Author：水如烟&nbsp;行政区划数据数据库的设计(五)&nbsp;在上文中，实现了网上数据导入数据库。&nbsp;不过上文中全部数据导入的过程，有一个环节是忽略了的，就...&nbsp;&nbsp;<a href='http://www.cnblogs.com/LzmTW/archive/2006/09/20/510154.html'>阅读全文</a><img src ="http://www.cnblogs.com/LzmTW/aggbug/510154.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://LzmTW.cnblogs.com/" target="_blank">水如烟(LzmTW)</a> 2006-09-20 23:39 <a href="http://www.cnblogs.com/LzmTW/archive/2006/09/20/510154.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>行政区划数据数据库的设计(五)</title><link>http://www.cnblogs.com/LzmTW/archive/2006/09/20/508966.html</link><dc:creator>水如烟(LzmTW)</dc:creator><author>水如烟(LzmTW)</author><pubDate>Tue, 19 Sep 2006 16:07:00 GMT</pubDate><guid>http://www.cnblogs.com/LzmTW/archive/2006/09/20/508966.html</guid><wfw:comment>http://www.cnblogs.com/LzmTW/comments/508966.html</wfw:comment><comments>http://www.cnblogs.com/LzmTW/archive/2006/09/20/508966.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cnblogs.com/LzmTW/comments/commentRss/508966.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/LzmTW/services/trackbacks/508966.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: Author：水如烟&nbsp;行政区划数据数据库的设计(四)&nbsp;以上所为在数据库做好了主体表及增加数据的存储过程。这次重新回到程序，目的是将数据导进数据库里面，因为在后面的数...&nbsp;&nbsp;<a href='http://www.cnblogs.com/LzmTW/archive/2006/09/20/508966.html'>阅读全文</a><img src ="http://www.cnblogs.com/LzmTW/aggbug/508966.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://LzmTW.cnblogs.com/" target="_blank">水如烟(LzmTW)</a> 2006-09-20 00:07 <a href="http://www.cnblogs.com/LzmTW/archive/2006/09/20/508966.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>行政区划数据数据库的设计(四)</title><link>http://www.cnblogs.com/LzmTW/archive/2006/09/19/508845.html</link><dc:creator>水如烟(LzmTW)</dc:creator><author>水如烟(LzmTW)</author><pubDate>Tue, 19 Sep 2006 13:12:00 GMT</pubDate><guid>http://www.cnblogs.com/LzmTW/archive/2006/09/19/508845.html</guid><wfw:comment>http://www.cnblogs.com/LzmTW/comments/508845.html</wfw:comment><comments>http://www.cnblogs.com/LzmTW/archive/2006/09/19/508845.html#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>http://www.cnblogs.com/LzmTW/comments/commentRss/508845.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/LzmTW/services/trackbacks/508845.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: Author：水如烟&nbsp;行政区划数据数据库的设计(三)&nbsp;这一篇主要说基本信息也就是&#8220;[Base].区划码&#8221;和&#8220;[Edit].区划码...&nbsp;&nbsp;<a href='http://www.cnblogs.com/LzmTW/archive/2006/09/19/508845.html'>阅读全文</a><img src ="http://www.cnblogs.com/LzmTW/aggbug/508845.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://LzmTW.cnblogs.com/" target="_blank">水如烟(LzmTW)</a> 2006-09-19 21:12 <a href="http://www.cnblogs.com/LzmTW/archive/2006/09/19/508845.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>行政区划数据数据库的设计(三)</title><link>http://www.cnblogs.com/LzmTW/archive/2006/09/19/508705.html</link><dc:creator>水如烟(LzmTW)</dc:creator><author>水如烟(LzmTW)</author><pubDate>Tue, 19 Sep 2006 09:44:00 GMT</pubDate><guid>http://www.cnblogs.com/LzmTW/archive/2006/09/19/508705.html</guid><wfw:comment>http://www.cnblogs.com/LzmTW/comments/508705.html</wfw:comment><comments>http://www.cnblogs.com/LzmTW/archive/2006/09/19/508705.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cnblogs.com/LzmTW/comments/commentRss/508705.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/LzmTW/services/trackbacks/508705.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: Author：水如烟&nbsp;行政区划数据数据库的设计(二)&nbsp;我以前从来不说，只写代码，就算也有&#8220;系列&#8221;的，也全是代码的。基础差，脑袋中没几个专用术...&nbsp;&nbsp;<a href='http://www.cnblogs.com/LzmTW/archive/2006/09/19/508705.html'>阅读全文</a><img src ="http://www.cnblogs.com/LzmTW/aggbug/508705.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://LzmTW.cnblogs.com/" target="_blank">水如烟(LzmTW)</a> 2006-09-19 17:44 <a href="http://www.cnblogs.com/LzmTW/archive/2006/09/19/508705.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>行政区划数据数据库的设计(二)</title><link>http://www.cnblogs.com/LzmTW/archive/2006/09/19/508702.html</link><dc:creator>水如烟(LzmTW)</dc:creator><author>水如烟(LzmTW)</author><pubDate>Tue, 19 Sep 2006 09:43:00 GMT</pubDate><guid>http://www.cnblogs.com/LzmTW/archive/2006/09/19/508702.html</guid><wfw:comment>http://www.cnblogs.com/LzmTW/comments/508702.html</wfw:comment><comments>http://www.cnblogs.com/LzmTW/archive/2006/09/19/508702.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cnblogs.com/LzmTW/comments/commentRss/508702.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/LzmTW/services/trackbacks/508702.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: Author：水如烟&nbsp;行政区划数据数据库的设计(一)&nbsp;在具体设计数据库之前，我们应该先熟悉&#8220;数据对象&#8221;的特性。在这里，面对的数据对象就是区划...&nbsp;&nbsp;<a href='http://www.cnblogs.com/LzmTW/archive/2006/09/19/508702.html'>阅读全文</a><img src ="http://www.cnblogs.com/LzmTW/aggbug/508702.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://LzmTW.cnblogs.com/" target="_blank">水如烟(LzmTW)</a> 2006-09-19 17:43 <a href="http://www.cnblogs.com/LzmTW/archive/2006/09/19/508702.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>行政区划数据数据库的设计(一)</title><link>http://www.cnblogs.com/LzmTW/archive/2006/09/19/507923.html</link><dc:creator>水如烟(LzmTW)</dc:creator><author>水如烟(LzmTW)</author><pubDate>Mon, 18 Sep 2006 16:43:00 GMT</pubDate><guid>http://www.cnblogs.com/LzmTW/archive/2006/09/19/507923.html</guid><wfw:comment>http://www.cnblogs.com/LzmTW/comments/507923.html</wfw:comment><comments>http://www.cnblogs.com/LzmTW/archive/2006/09/19/507923.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cnblogs.com/LzmTW/comments/commentRss/507923.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/LzmTW/services/trackbacks/507923.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: Author:水如烟这是《HOWTO:利用Excel的QueryTable下载网上数据》的续篇。代码写得怎么不好，至少给出了一种途径，所以可以冠名HOWTO；数据库设计就不能HOWTO了，只能...&nbsp;&nbsp;<a href='http://www.cnblogs.com/LzmTW/archive/2006/09/19/507923.html'>阅读全文</a><img src ="http://www.cnblogs.com/LzmTW/aggbug/507923.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://LzmTW.cnblogs.com/" target="_blank">水如烟(LzmTW)</a> 2006-09-19 00:43 <a href="http://www.cnblogs.com/LzmTW/archive/2006/09/19/507923.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>HOW TO:利用Excel的QueryTable下载网上数据</title><link>http://www.cnblogs.com/LzmTW/archive/2006/09/16/506161.html</link><dc:creator>水如烟(LzmTW)</dc:creator><author>水如烟(LzmTW)</author><pubDate>Sat, 16 Sep 2006 10:53:00 GMT</pubDate><guid>http://www.cnblogs.com/LzmTW/archive/2006/09/16/506161.html</guid><wfw:comment>http://www.cnblogs.com/LzmTW/comments/506161.html</wfw:comment><comments>http://www.cnblogs.com/LzmTW/archive/2006/09/16/506161.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cnblogs.com/LzmTW/comments/commentRss/506161.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/LzmTW/services/trackbacks/506161.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: Author:水如烟这里所说的网上数据,是基于:一、有固定网址发布最新数据的链接；二、数据格式固定。在去年的10月，曾写了个《全国县及县以上行政区划代码信息类》见：http://www.cnblog...&nbsp;&nbsp;<a href='http://www.cnblogs.com/LzmTW/archive/2006/09/16/506161.html'>阅读全文</a><img src ="http://www.cnblogs.com/LzmTW/aggbug/506161.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://LzmTW.cnblogs.com/" target="_blank">水如烟(LzmTW)</a> 2006-09-16 18:53 <a href="http://www.cnblogs.com/LzmTW/archive/2006/09/16/506161.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>中英文数字混合的复合格式处理</title><link>http://www.cnblogs.com/LzmTW/archive/2006/06/10/422745.html</link><dc:creator>水如烟(LzmTW)</dc:creator><author>水如烟(LzmTW)</author><pubDate>Sat, 10 Jun 2006 13:22:00 GMT</pubDate><guid>http://www.cnblogs.com/LzmTW/archive/2006/06/10/422745.html</guid><wfw:comment>http://www.cnblogs.com/LzmTW/comments/422745.html</wfw:comment><comments>http://www.cnblogs.com/LzmTW/archive/2006/06/10/422745.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cnblogs.com/LzmTW/comments/commentRss/422745.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/LzmTW/services/trackbacks/422745.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: Author:水如烟曾写过一个HowTO:操作字长字符串,现在重新整理,使更方便些.Public&nbsp;Class&nbsp;uString&nbsp;&nbsp;&nbsp;&nbsp;P...&nbsp;&nbsp;<a href='http://www.cnblogs.com/LzmTW/archive/2006/06/10/422745.html'>阅读全文</a><img src ="http://www.cnblogs.com/LzmTW/aggbug/422745.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://LzmTW.cnblogs.com/" target="_blank">水如烟(LzmTW)</a> 2006-06-10 21:22 <a href="http://www.cnblogs.com/LzmTW/archive/2006/06/10/422745.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>ContextBoundObject:MethodWatcher</title><link>http://www.cnblogs.com/LzmTW/archive/2006/06/03/416025.html</link><dc:creator>水如烟(LzmTW)</dc:creator><author>水如烟(LzmTW)</author><pubDate>Sat, 03 Jun 2006 06:09:00 GMT</pubDate><guid>http://www.cnblogs.com/LzmTW/archive/2006/06/03/416025.html</guid><wfw:comment>http://www.cnblogs.com/LzmTW/comments/416025.html</wfw:comment><comments>http://www.cnblogs.com/LzmTW/archive/2006/06/03/416025.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cnblogs.com/LzmTW/comments/commentRss/416025.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/LzmTW/services/trackbacks/416025.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: Author:水如烟有关见异类HOWTO:适时弹出指示框(汇总).现在重列基类代码，是因为作了一些改动.在下文中，将继承这些类作一个示例：代码如社会般，暗处有玄机。所以，NET说Context...&nbsp;&nbsp;<a href='http://www.cnblogs.com/LzmTW/archive/2006/06/03/416025.html'>阅读全文</a><img src ="http://www.cnblogs.com/LzmTW/aggbug/416025.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://LzmTW.cnblogs.com/" target="_blank">水如烟(LzmTW)</a> 2006-06-03 14:09 <a href="http://www.cnblogs.com/LzmTW/archive/2006/06/03/416025.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>HOW TO:WMI简易查询</title><link>http://www.cnblogs.com/LzmTW/archive/2006/04/12/373286.html</link><dc:creator>水如烟(LzmTW)</dc:creator><author>水如烟(LzmTW)</author><pubDate>Wed, 12 Apr 2006 07:01:00 GMT</pubDate><guid>http://www.cnblogs.com/LzmTW/archive/2006/04/12/373286.html</guid><wfw:comment>http://www.cnblogs.com/LzmTW/comments/373286.html</wfw:comment><comments>http://www.cnblogs.com/LzmTW/archive/2006/04/12/373286.html#Feedback</comments><slash:comments>2</slash:comments><wfw:commentRss>http://www.cnblogs.com/LzmTW/comments/commentRss/373286.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/LzmTW/services/trackbacks/373286.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: Author:水如烟WMI的查询在日常计算机和网络管理中经常会用到。本项目的目的是使WMI查询变得简单一些。功能：以给出的身份查询某台机的WMI提供的信息使用方式（示）：示图&nbsp;&nb...&nbsp;&nbsp;<a href='http://www.cnblogs.com/LzmTW/archive/2006/04/12/373286.html'>阅读全文</a><img src ="http://www.cnblogs.com/LzmTW/aggbug/373286.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://LzmTW.cnblogs.com/" target="_blank">水如烟(LzmTW)</a> 2006-04-12 15:01 <a href="http://www.cnblogs.com/LzmTW/archive/2006/04/12/373286.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>HOW TO:配置或数据文件的保存(改进)</title><link>http://www.cnblogs.com/LzmTW/archive/2006/04/10/371214.html</link><dc:creator>水如烟(LzmTW)</dc:creator><author>水如烟(LzmTW)</author><pubDate>Mon, 10 Apr 2006 05:01:00 GMT</pubDate><guid>http://www.cnblogs.com/LzmTW/archive/2006/04/10/371214.html</guid><wfw:comment>http://www.cnblogs.com/LzmTW/comments/371214.html</wfw:comment><comments>http://www.cnblogs.com/LzmTW/archive/2006/04/10/371214.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cnblogs.com/LzmTW/comments/commentRss/371214.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/LzmTW/services/trackbacks/371214.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: Author:水如烟HOWTO:配置或数据文件的保存这个原是基于NET2003，其中又用了2005的泛型（OFTConfigInformation），显得不伦不类。现在改为2005的，并取消了接...&nbsp;&nbsp;<a href='http://www.cnblogs.com/LzmTW/archive/2006/04/10/371214.html'>阅读全文</a><img src ="http://www.cnblogs.com/LzmTW/aggbug/371214.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://LzmTW.cnblogs.com/" target="_blank">水如烟(LzmTW)</a> 2006-04-10 13:01 <a href="http://www.cnblogs.com/LzmTW/archive/2006/04/10/371214.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>HOW TO:配置或数据文件的保存</title><link>http://www.cnblogs.com/LzmTW/archive/2006/04/09/370599.html</link><dc:creator>水如烟(LzmTW)</dc:creator><author>水如烟(LzmTW)</author><pubDate>Sun, 09 Apr 2006 06:40:00 GMT</pubDate><guid>http://www.cnblogs.com/LzmTW/archive/2006/04/09/370599.html</guid><wfw:comment>http://www.cnblogs.com/LzmTW/comments/370599.html</wfw:comment><comments>http://www.cnblogs.com/LzmTW/archive/2006/04/09/370599.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cnblogs.com/LzmTW/comments/commentRss/370599.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/LzmTW/services/trackbacks/370599.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: Author:水如烟配置类或数据类都需要可序列化。通常，序列化有三种方式，序列化和反序列化的过程可以做成一个静态类，如下：Public&nbsp;Class&nbsp;SerializeHel...&nbsp;&nbsp;<a href='http://www.cnblogs.com/LzmTW/archive/2006/04/09/370599.html'>阅读全文</a><img src ="http://www.cnblogs.com/LzmTW/aggbug/370599.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://LzmTW.cnblogs.com/" target="_blank">水如烟(LzmTW)</a> 2006-04-09 14:40 <a href="http://www.cnblogs.com/LzmTW/archive/2006/04/09/370599.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>一个通用的交叉制表存储过程</title><link>http://www.cnblogs.com/LzmTW/archive/2005/10/16/256162.html</link><dc:creator>水如烟(LzmTW)</dc:creator><author>水如烟(LzmTW)</author><pubDate>Sun, 16 Oct 2005 15:34:00 GMT</pubDate><guid>http://www.cnblogs.com/LzmTW/archive/2005/10/16/256162.html</guid><wfw:comment>http://www.cnblogs.com/LzmTW/comments/256162.html</wfw:comment><comments>http://www.cnblogs.com/LzmTW/archive/2005/10/16/256162.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cnblogs.com/LzmTW/comments/commentRss/256162.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/LzmTW/services/trackbacks/256162.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: 原作者:JohnPapa,MatthewShepker&nbsp;1999整理:水如烟示例:Use&nbsp;pubs&nbsp;GO&nbsp;exec&nbsp;prCros...&nbsp;&nbsp;<a href='http://www.cnblogs.com/LzmTW/archive/2005/10/16/256162.html'>阅读全文</a><img src ="http://www.cnblogs.com/LzmTW/aggbug/256162.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://LzmTW.cnblogs.com/" target="_blank">水如烟(LzmTW)</a> 2005-10-16 23:34 <a href="http://www.cnblogs.com/LzmTW/archive/2005/10/16/256162.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item></channel></rss>