<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>zhuyi的半亩田</title><link>http://blog.csdn.net/sq_zhuyi/</link><description>—— 给我一个支点，我能撬起地球！</description><dc:language>zh-CN</dc:language><lastUpdateTime>Mon, 08 Dec 2008 11:37:00 GMT</lastUpdateTime><ttl>60</ttl><item><dc:creator>朱乙</dc:creator><title>sql语句判断是否为数字、字母、中文</title><link>http://blog.csdn.net/sq_zhuyi/archive/2008/12/08/3474958.aspx</link><pubDate>Mon, 08 Dec 2008 11:24:00 GMT</pubDate><guid>http://blog.csdn.net/sq_zhuyi/archive/2008/12/08/3474958.aspx</guid><wfw:comment>http://blog.csdn.net/sq_zhuyi/comments/3474958.aspx</wfw:comment><comments>http://blog.csdn.net/sq_zhuyi/archive/2008/12/08/3474958.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/sq_zhuyi/comments/commentRss/3474958.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3474958</trackback:ping><description>select ascii(字段)&lt;br /&gt;&lt;br /&gt;数字：48-57&lt;br /&gt;字母：65-123&lt;br /&gt;汉字：123+&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src ="http://blog.csdn.net/sq_zhuyi/aggbug/3474958.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>朱乙</dc:creator><title>获取QQ当前状态</title><link>http://blog.csdn.net/sq_zhuyi/archive/2008/12/05/3453853.aspx</link><pubDate>Fri, 05 Dec 2008 16:29:00 GMT</pubDate><guid>http://blog.csdn.net/sq_zhuyi/archive/2008/12/05/3453853.aspx</guid><wfw:comment>http://blog.csdn.net/sq_zhuyi/comments/3453853.aspx</wfw:comment><comments>http://blog.csdn.net/sq_zhuyi/archive/2008/12/05/3453853.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/sq_zhuyi/comments/commentRss/3453853.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3453853</trackback:ping><description>获取QQ当前状态（1：在线，0：不在线，-1：不存在）
client.DownloadData("http://wpa.qq.com/pa?p=1:" + qq.ToString() + ":1");&lt;img src ="http://blog.csdn.net/sq_zhuyi/aggbug/3453853.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>朱乙</dc:creator><title>pop3客户端，email收信</title><link>http://blog.csdn.net/sq_zhuyi/archive/2008/11/11/3274635.aspx</link><pubDate>Tue, 11 Nov 2008 11:05:00 GMT</pubDate><guid>http://blog.csdn.net/sq_zhuyi/archive/2008/11/11/3274635.aspx</guid><wfw:comment>http://blog.csdn.net/sq_zhuyi/comments/3274635.aspx</wfw:comment><comments>http://blog.csdn.net/sq_zhuyi/archive/2008/11/11/3274635.aspx#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/sq_zhuyi/comments/commentRss/3274635.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3274635</trackback:ping><description>eMail.Pop pop = new eMail.Pop();
pop.Email = "test@sina.com";
pop.Password = "123456";

pop.Login();
eMail.MailItems items = pop.GetAll();

foreach (eMail.MailItem item in items)
{
Console.WriteLine(item.Body.Html);
}
pop.Close(); &lt;img src ="http://blog.csdn.net/sq_zhuyi/aggbug/3274635.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>朱乙</dc:creator><title>Excel导入数据到sqlserver2005</title><link>http://blog.csdn.net/sq_zhuyi/archive/2008/10/30/3186715.aspx</link><pubDate>Thu, 30 Oct 2008 17:44:00 GMT</pubDate><guid>http://blog.csdn.net/sq_zhuyi/archive/2008/10/30/3186715.aspx</guid><wfw:comment>http://blog.csdn.net/sq_zhuyi/comments/3186715.aspx</wfw:comment><comments>http://blog.csdn.net/sq_zhuyi/archive/2008/10/30/3186715.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/sq_zhuyi/comments/commentRss/3186715.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3186715</trackback:ping><description>SELECT * INTO tablename FROM OPENROWSET('MICROSOFT.JET.OLEDB.4.0',
'Excel 5.0;HDR=YES;DATABASE=C:\test.xls',Sheet1$)&lt;img src ="http://blog.csdn.net/sq_zhuyi/aggbug/3186715.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>朱乙</dc:creator><title>提高查询效率之 in vs &lt;</title><link>http://blog.csdn.net/sq_zhuyi/archive/2008/10/25/3142097.aspx</link><pubDate>Sat, 25 Oct 2008 10:45:00 GMT</pubDate><guid>http://blog.csdn.net/sq_zhuyi/archive/2008/10/25/3142097.aspx</guid><wfw:comment>http://blog.csdn.net/sq_zhuyi/comments/3142097.aspx</wfw:comment><comments>http://blog.csdn.net/sq_zhuyi/archive/2008/10/25/3142097.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/sq_zhuyi/comments/commentRss/3142097.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3142097</trackback:ping><description>尽量避免使用in操作查询,可按范围（并非一次查出结果）查询后，对返回的datatable作二次查询（select or foreach）&lt;img src ="http://blog.csdn.net/sq_zhuyi/aggbug/3142097.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>朱乙</dc:creator><title>css hack, 浏览器 选择</title><link>http://blog.csdn.net/sq_zhuyi/archive/2008/09/04/2880585.aspx</link><pubDate>Thu, 04 Sep 2008 14:36:00 GMT</pubDate><guid>http://blog.csdn.net/sq_zhuyi/archive/2008/09/04/2880585.aspx</guid><wfw:comment>http://blog.csdn.net/sq_zhuyi/comments/2880585.aspx</wfw:comment><comments>http://blog.csdn.net/sq_zhuyi/archive/2008/09/04/2880585.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/sq_zhuyi/comments/commentRss/2880585.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2880585</trackback:ping><description>基本包括所有常用浏览器&lt;img src ="http://blog.csdn.net/sq_zhuyi/aggbug/2880585.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>朱乙</dc:creator><title>获取邮箱通讯录(contacts/email address book)</title><link>http://blog.csdn.net/sq_zhuyi/archive/2008/06/14/2546915.aspx</link><pubDate>Sat, 14 Jun 2008 16:49:00 GMT</pubDate><guid>http://blog.csdn.net/sq_zhuyi/archive/2008/06/14/2546915.aspx</guid><wfw:comment>http://blog.csdn.net/sq_zhuyi/comments/2546915.aspx</wfw:comment><comments>http://blog.csdn.net/sq_zhuyi/archive/2008/06/14/2546915.aspx#Feedback</comments><slash:comments>15</slash:comments><wfw:commentRss>http://blog.csdn.net/sq_zhuyi/comments/commentRss/2546915.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2546915</trackback:ping><description>获取邮箱通讯录(contacts/email address book)
支持：gmail, yahoo, hotmail&lt;img src ="http://blog.csdn.net/sq_zhuyi/aggbug/2546915.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>朱乙</dc:creator><title>尝试创建Web项目或打开位于URL“http ://localhost/WebApplication1”的Web 项目</title><link>http://blog.csdn.net/sq_zhuyi/archive/2008/05/09/2420932.aspx</link><pubDate>Fri, 09 May 2008 10:33:00 GMT</pubDate><guid>http://blog.csdn.net/sq_zhuyi/archive/2008/05/09/2420932.aspx</guid><wfw:comment>http://blog.csdn.net/sq_zhuyi/comments/2420932.aspx</wfw:comment><comments>http://blog.csdn.net/sq_zhuyi/archive/2008/05/09/2420932.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/sq_zhuyi/comments/commentRss/2420932.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2420932</trackback:ping><description>产生这种错误的可能性有很多，其中常见的一种是IIS组件和FrontPage扩展引起的，如果出现这个问题的话，&lt;br /&gt;请先重装IIS组件和FrontPage扩展，然后重启再试试。 &lt;br /&gt;还有一种是注册dll的问题，试试运行Regsvr32 scrrun.dl，不行的话，再运行regsvr32 script.dll，还是不行的话运行aspnet_regiis -i &lt;br /&gt;第三种方法是在Visual Studio.Net 的命令行里输入以下代码： iisreset /stop net user ASPNET /delete aspnet_regiis -i iisreset /start &lt;br /&gt;第四种：看看你的IIS的默认端口是不是80，如果不是，改过来。 &lt;br /&gt;第五种：看看你是不是用了代理？如果用了，就去掉。 &lt;br /&gt;第六种：先看看“事件查看器”，如果“应用程序日志”出现“未能启动 aspnet_wp.exe，原因是配置文件的 processModel节中提供的用户名和/或密码无效。”的记录，就需要配置你的Machine.config中的ProcessMod&lt;img src ="http://blog.csdn.net/sq_zhuyi/aggbug/2420932.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>朱乙</dc:creator><title>操作XML公共类</title><link>http://blog.csdn.net/sq_zhuyi/archive/2007/11/01/1860540.aspx</link><pubDate>Thu, 01 Nov 2007 09:20:00 GMT</pubDate><guid>http://blog.csdn.net/sq_zhuyi/archive/2007/11/01/1860540.aspx</guid><wfw:comment>http://blog.csdn.net/sq_zhuyi/comments/1860540.aspx</wfw:comment><comments>http://blog.csdn.net/sq_zhuyi/archive/2007/11/01/1860540.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/sq_zhuyi/comments/commentRss/1860540.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1860540</trackback:ping><description>- 查找數據。返回一個DataView- 更新節點內容。- 刪除一個節點。- 插入一節點和此節點的一子節點。- 插入一個節點，帶一屬性。- 插入一個節點，不帶屬性。&lt;img src ="http://blog.csdn.net/sq_zhuyi/aggbug/1860540.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>sq_zhuyi</dc:creator><title>存储过程分页</title><link>http://blog.csdn.net/sq_zhuyi/archive/2007/07/13/1687954.aspx</link><pubDate>Fri, 13 Jul 2007 10:06:00 GMT</pubDate><guid>http://blog.csdn.net/sq_zhuyi/archive/2007/07/13/1687954.aspx</guid><wfw:comment>http://blog.csdn.net/sq_zhuyi/comments/1687954.aspx</wfw:comment><comments>http://blog.csdn.net/sq_zhuyi/archive/2007/07/13/1687954.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/sq_zhuyi/comments/commentRss/1687954.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1687954</trackback:ping><description>CREATE  PROCEDURE  GetData

@PageIndex  int,
@PageSize  int,
@order  varchar(24),  --排序字段
@method  varchar(8),  --排序方式
@where  varchar(200),  --条件语句
@RecordCount  int  output,
@PageCount  int  output

AS&lt;img src ="http://blog.csdn.net/sq_zhuyi/aggbug/1687954.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>sq_zhuyi</dc:creator><title>插入排序算法</title><link>http://blog.csdn.net/sq_zhuyi/archive/2007/06/22/1662116.aspx</link><pubDate>Fri, 22 Jun 2007 15:17:00 GMT</pubDate><guid>http://blog.csdn.net/sq_zhuyi/archive/2007/06/22/1662116.aspx</guid><wfw:comment>http://blog.csdn.net/sq_zhuyi/comments/1662116.aspx</wfw:comment><comments>http://blog.csdn.net/sq_zhuyi/archive/2007/06/22/1662116.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/sq_zhuyi/comments/commentRss/1662116.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1662116</trackback:ping><description>插入排序算法，推荐给大家&lt;img src ="http://blog.csdn.net/sq_zhuyi/aggbug/1662116.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>朱乙</dc:creator><title>冒泡算法</title><link>http://blog.csdn.net/sq_zhuyi/archive/2007/06/22/1662112.aspx</link><pubDate>Fri, 22 Jun 2007 15:15:00 GMT</pubDate><guid>http://blog.csdn.net/sq_zhuyi/archive/2007/06/22/1662112.aspx</guid><wfw:comment>http://blog.csdn.net/sq_zhuyi/comments/1662112.aspx</wfw:comment><comments>http://blog.csdn.net/sq_zhuyi/archive/2007/06/22/1662112.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/sq_zhuyi/comments/commentRss/1662112.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1662112</trackback:ping><description>一个很常用的排序算法&lt;img src ="http://blog.csdn.net/sq_zhuyi/aggbug/1662112.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>sq_zhuyi</dc:creator><title>资源管理器源码</title><link>http://blog.csdn.net/sq_zhuyi/archive/2007/06/22/1662098.aspx</link><pubDate>Fri, 22 Jun 2007 15:06:00 GMT</pubDate><guid>http://blog.csdn.net/sq_zhuyi/archive/2007/06/22/1662098.aspx</guid><wfw:comment>http://blog.csdn.net/sq_zhuyi/comments/1662098.aspx</wfw:comment><comments>http://blog.csdn.net/sq_zhuyi/archive/2007/06/22/1662098.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/sq_zhuyi/comments/commentRss/1662098.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1662098</trackback:ping><description>仿微软explorer新一代，谨防假冒！
源码下载地址
http://download1.csdn.net/down3/20070622/22150013905.rar
应用程序下载地址
http://download1.csdn.net/down3/20070622/22150225498.exe &lt;img src ="http://blog.csdn.net/sq_zhuyi/aggbug/1662098.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>sq_zhuyi</dc:creator><title>listview绑定硬盘文件</title><link>http://blog.csdn.net/sq_zhuyi/archive/2007/06/22/1662072.aspx</link><pubDate>Fri, 22 Jun 2007 14:52:00 GMT</pubDate><guid>http://blog.csdn.net/sq_zhuyi/archive/2007/06/22/1662072.aspx</guid><wfw:comment>http://blog.csdn.net/sq_zhuyi/comments/1662072.aspx</wfw:comment><comments>http://blog.csdn.net/sq_zhuyi/archive/2007/06/22/1662072.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/sq_zhuyi/comments/commentRss/1662072.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1662072</trackback:ping><description>本类实现了对listview进行数据绑定，以详细信息的格式显示出文件列表&lt;img src ="http://blog.csdn.net/sq_zhuyi/aggbug/1662072.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>sq_zhuyi</dc:creator><title>treeview绑定硬盘数据文件</title><link>http://blog.csdn.net/sq_zhuyi/archive/2007/06/22/1662038.aspx</link><pubDate>Fri, 22 Jun 2007 14:32:00 GMT</pubDate><guid>http://blog.csdn.net/sq_zhuyi/archive/2007/06/22/1662038.aspx</guid><wfw:comment>http://blog.csdn.net/sq_zhuyi/comments/1662038.aspx</wfw:comment><comments>http://blog.csdn.net/sq_zhuyi/archive/2007/06/22/1662038.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/sq_zhuyi/comments/commentRss/1662038.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1662038</trackback:ping><description>读者在用的时候最好不要一次性把所有数据全部加载出来，那样恐怕你要耐心的等个10几分钟了！明智的选择是开始只加载所有盘区和各个盘区下的子目录（或文件），然后在文件夹的点击事件中加载当前子目录。&lt;img src ="http://blog.csdn.net/sq_zhuyi/aggbug/1662038.aspx" width = "1" height = "1" /&gt;</description></item></channel></rss>