<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>朱乙的半亩田</title><link>http://blog.csdn.net/sq_zhuyi/</link><description>——把根留住！！！</description><dc:language>zh-CN</dc:language><lastUpdateTime>Fri, 19 Jun 2009 08:16:00 GMT</lastUpdateTime><ttl>60</ttl><item><dc:creator>朱乙</dc:creator><title>博客网站终于可以上线了 www.cnopenblog.com</title><link>http://blog.csdn.net/sq_zhuyi/archive/2009/05/20/4203763.aspx</link><pubDate>Wed, 20 May 2009 13:48:00 GMT</pubDate><guid>http://blog.csdn.net/sq_zhuyi/archive/2009/05/20/4203763.aspx</guid><wfw:comment>http://blog.csdn.net/sq_zhuyi/comments/4203763.aspx</wfw:comment><comments>http://blog.csdn.net/sq_zhuyi/archive/2009/05/20/4203763.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/sq_zhuyi/comments/commentRss/4203763.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=4203763</trackback:ping><description>最近一直在忙于开发自己的博客网站，现在终于可以和大家见面了！http://www.cnopenblog.com 欢迎大家访问拍砖&lt;img src ="http://blog.csdn.net/sq_zhuyi/aggbug/4203763.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>朱乙</dc:creator><title>GridView右键菜单，进行无刷新操作</title><link>http://blog.csdn.net/sq_zhuyi/archive/2009/02/27/3942192.aspx</link><pubDate>Fri, 27 Feb 2009 12:41:00 GMT</pubDate><guid>http://blog.csdn.net/sq_zhuyi/archive/2009/02/27/3942192.aspx</guid><wfw:comment>http://blog.csdn.net/sq_zhuyi/comments/3942192.aspx</wfw:comment><comments>http://blog.csdn.net/sq_zhuyi/archive/2009/02/27/3942192.aspx#Feedback</comments><slash:comments>5</slash:comments><wfw:commentRss>http://blog.csdn.net/sq_zhuyi/comments/commentRss/3942192.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3942192</trackback:ping><description>工作之余，写了个gridview的右键菜单示例，希望可以帮助需要的人。程序打包下载地址：http://download.csdn.net/source/1049449&lt;img src ="http://blog.csdn.net/sq_zhuyi/aggbug/3942192.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>朱乙</dc:creator><title>通过任意一整形数组输出一标准树结构</title><link>http://blog.csdn.net/sq_zhuyi/archive/2009/02/06/3865977.aspx</link><pubDate>Fri, 06 Feb 2009 13:26:00 GMT</pubDate><guid>http://blog.csdn.net/sq_zhuyi/archive/2009/02/06/3865977.aspx</guid><wfw:comment>http://blog.csdn.net/sq_zhuyi/comments/3865977.aspx</wfw:comment><comments>http://blog.csdn.net/sq_zhuyi/archive/2009/02/06/3865977.aspx#Feedback</comments><slash:comments>2</slash:comments><wfw:commentRss>http://blog.csdn.net/sq_zhuyi/comments/commentRss/3865977.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3865977</trackback:ping><description>&lt;br /&gt;static void Tree(int[] hs)&lt;br /&gt;        {&lt;br /&gt;            //int[] hs = { 2, 3, 4, 1, 2, 2, 3, 4, 3, 3, 4, 5, 5, 2, 4, 4 };&lt;br /&gt;            int k = 0;&lt;br /&gt;            int h;&lt;br /&gt;            int s = 5;&lt;br /&gt;            StringBuilder sb = new StringBuilder();&lt;br /&gt;            for (int i = 0; i &lt;br /&gt;            {&lt;br /&gt;                h = hs[i];&lt;br /&gt;                if (h &lt;br /&gt;                if (i &gt; 0) k = hs[i - 1];&lt;br /&gt;                if (h &lt;br /&gt;&lt;img src ="http://blog.csdn.net/sq_zhuyi/aggbug/3865977.aspx" width = "1" height = "1" /&gt;</description></item><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>3</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>14</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></channel></rss>