<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet href='http://feeds.feedsky.com/styles/temp01.xsl' type='text/xsl' ?><!--这是一个由Feedsy提供技术支持的Feed，为了提高读者阅读的体验，以及满足用户美化自己Feed的需要，我们设计了多种精美的Feed模板，提供给大家选择，所有最终呈现出来的样式，皆由用户自愿选择使用，未经许可，任何团体和个人，请不要擅自修改样式或者盗用，这是对于用户选择权的尊重。--><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:fs="http://www.feedsky.com/namespace/feed" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0"><channel><atom:link href="http://feeds.feedsky.com/csdn.net/snlixing" type="application/rss+xml" rel="self"></atom:link><fs:self_link href="http://feeds.feedsky.com/csdn.net/snlixing" type="application/rss+xml"></fs:self_link><lastBuildDate>Fri, 03 Apr 2009 09:56:00 GMT</lastBuildDate><title>snlixing的专栏</title><description>好好学习，天天向上！</description><link>http://blog.csdn.net/snlixing/</link><item><title>ewebeditor不支持IE8 ewebeditor按钮不能用</title><link>http://blog.csdn.net/snlixing/archive/2009/04/03/4045509.aspx</link><wfw:comment>http://blog.csdn.net/snlixing/comments/4045509.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/snlixing/comments/commentRss/4045509.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=4045509</trackback:ping><description>&lt;br /&gt; 昨天ie8正式发布了，偶也去下载了一个，感觉很爽， 还在美的时候，突然发现很多网页都出问题，更可气的是自己的网站编辑器也不管用了，所有的按钮都不管用，即使是别的浏览器也都不管用，我这叫一个汗。于是就去360论坛找人问，因为我用的360浏览器以为是360浏览器的问题。问了半天也没有人回答我于是我就去网上找，由于今天才出的ie8所以网上根本也没有这方面的解决办法，于是到了第二天，网上终于有了这样的贴子，所以我也找了找解决办法。 &lt;br /&gt;     在一个哥们的贴子中是这样写的，打开include下面的editor.js文件，有这样的段代码：&lt;br /&gt;     if (element.YUSERONCLICK) eval(element.YUSERONCLICK + &quot;anonymous()&quot;);&lt;br /&gt;    说是因为ie8屏蔽了anonymous方法 所以要改成click方法，于是就改成这样，但是我又有了一个惊人的发现，那就是改成这样之后在ie7下编辑器就不管用了，痛苦之余我又去网上查，网上果然高水如云，果然在csdn上找到了答案：&lt;br /&gt;if(navigato&lt;img src =&quot;http://blog.csdn.net/snlixing/aggbug/4045509.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 03 Apr 2009 17:56:00 +0800</pubDate><author>snlixing</author><comments>http://blog.csdn.net/snlixing/archive/2009/04/03/4045509.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/snlixing/archive/2009/04/03/4045509.aspx</guid><dc:creator>snlixing</dc:creator><fs:srclink>http://blog.csdn.net/snlixing/archive/2009/04/03/4045509.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/snlixing/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/snlixing/~1291666/206261772/1294457</fs:itemid></item><item><title>DVBBS中使用到的一些共用Function</title><link>http://blog.csdn.net/snlixing/archive/2009/01/17/3810413.aspx</link><wfw:comment>http://blog.csdn.net/snlixing/comments/3810413.aspx</wfw:comment><slash:comments>2</slash:comments><wfw:commentRss>http://blog.csdn.net/snlixing/comments/commentRss/3810413.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3810413</trackback:ping><description> ' 判斷髮言是否來自外部Public Function ChkPost()    Dim server_v1,server_v2    Chkpost=False     server_v1=Cstr(Request.ServerVariables(&quot;HTTP_REFERER&quot;))    server_v2=Cstr(Request.ServerVariables(&quot;SERVER_NAME&quot;))    If Mid(server_v1,8,len(server_v2))=server_v2 Then Chkpost=True End Function'系統分配隨機密碼Public Function Createpass()    Dim Ran,i,LengthNum    LengthNum=16    Createpass=&quot;&quot;    For i=1 To LengthNum        Randomize        Ran = CInt(Rnd * 2)        Randomize&lt;img src =&quot;http://blog.csdn.net/snlixing/aggbug/3810413.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sat, 17 Jan 2009 21:18:00 +0800</pubDate><author>snlixing</author><comments>http://blog.csdn.net/snlixing/archive/2009/01/17/3810413.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/snlixing/archive/2009/01/17/3810413.aspx</guid><dc:creator>snlixing</dc:creator><fs:srclink>http://blog.csdn.net/snlixing/archive/2009/01/17/3810413.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/snlixing/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/snlixing/~1291666/206261773/1294457</fs:itemid></item><item><title>实现千万级数据的分页显示</title><link>http://blog.csdn.net/snlixing/archive/2008/12/17/3537558.aspx</link><wfw:comment>http://blog.csdn.net/snlixing/comments/3537558.aspx</wfw:comment><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/snlixing/comments/commentRss/3537558.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3537558</trackback:ping><description>实现千万级数据的分页显示&lt;img src =&quot;http://blog.csdn.net/snlixing/aggbug/3537558.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 17 Dec 2008 18:21:00 +0800</pubDate><author>snlixing</author><comments>http://blog.csdn.net/snlixing/archive/2008/12/17/3537558.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/snlixing/archive/2008/12/17/3537558.aspx</guid><dc:creator>snlixing</dc:creator><fs:srclink>http://blog.csdn.net/snlixing/archive/2008/12/17/3537558.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/snlixing/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/snlixing/~1291666/206261774/1294457</fs:itemid></item><item><title>[转]漫谈ASP.NET设计中的性能优化问题</title><link>http://blog.csdn.net/snlixing/archive/2008/09/03/2871385.aspx</link><wfw:comment>http://blog.csdn.net/snlixing/comments/2871385.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/snlixing/comments/commentRss/2871385.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2871385</trackback:ping><description>一、SqlDataRead和Dataset的选择&lt;br /&gt;　　Sqldataread优点：读取数据非常快。如果对返回的数据不需做大量处理的情况下，建议使用SqlDataReader，其性能要比datset好很多。缺点：直到数据读完才可close掉于数据库的连接&lt;br /&gt;　　(SqlDataReader 读数据是快速向前的。SqlDataReader 类提供了一种读取从 SQL Server 数据库检索的只进数据流的方法。它使用 SQL Server 的本机网络数据传输格式从数据库连接直接读取数据。DataReader需及时显式的close。可及时的释放对数据的连接。)&lt;br /&gt;　　Dataset是把数据读出，缓存在内存中。缺点：对内存的占用较高。如果对返回的数据需做大量的处理用Dataset比较好些可以减少对数据库的连接操作。优点：只需连接一次就可close于数据库的连接&lt;br /&gt;　　*一般情况下,读取大量数据,对返回数据不做大量处理用&lt;img src =&quot;http://blog.csdn.net/snlixing/aggbug/2871385.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 03 Sep 2008 17:13:00 +0800</pubDate><author>snlixing</author><comments>http://blog.csdn.net/snlixing/archive/2008/09/03/2871385.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/snlixing/archive/2008/09/03/2871385.aspx</guid><dc:creator>snlixing</dc:creator><fs:srclink>http://blog.csdn.net/snlixing/archive/2008/09/03/2871385.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/snlixing/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/snlixing/~1291666/206261775/1294457</fs:itemid></item><item><title>适合所有表的添加、删除、修改的函数</title><link>http://blog.csdn.net/snlixing/archive/2008/06/15/2549009.aspx</link><wfw:comment>http://blog.csdn.net/snlixing/comments/2549009.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/snlixing/comments/commentRss/2549009.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2549009</trackback:ping><description>由于数据库中的每张表中的字段名不一样，所以在写后台程序的时候，通常会写多个页面，对应不同的表。这里介绍一个函数，适合所有的表，不需要再为每一个表写添加，删除，修改页面了，这样会省下许多时间去做别的事。&lt;img src =&quot;http://blog.csdn.net/snlixing/aggbug/2549009.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sun, 15 Jun 2008 18:12:00 +0800</pubDate><author>snlixing</author><comments>http://blog.csdn.net/snlixing/archive/2008/06/15/2549009.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/snlixing/archive/2008/06/15/2549009.aspx</guid><dc:creator>snlixing</dc:creator><fs:srclink>http://blog.csdn.net/snlixing/archive/2008/06/15/2549009.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/snlixing/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/snlixing/~1291666/206261776/1294457</fs:itemid></item><item><title>QQ游戏登录效果</title><link>http://blog.csdn.net/snlixing/archive/2008/06/06/2515784.aspx</link><wfw:comment>http://blog.csdn.net/snlixing/comments/2515784.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/snlixing/comments/commentRss/2515784.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2515784</trackback:ping><description>QQ游戏登录效果&lt;img src =&quot;http://blog.csdn.net/snlixing/aggbug/2515784.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 06 Jun 2008 17:10:00 +0800</pubDate><author>snlixing</author><comments>http://blog.csdn.net/snlixing/archive/2008/06/06/2515784.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/snlixing/archive/2008/06/06/2515784.aspx</guid><dc:creator>snlixing</dc:creator><fs:srclink>http://blog.csdn.net/snlixing/archive/2008/06/06/2515784.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/snlixing/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/snlixing/~1291666/206261777/1294457</fs:itemid></item><item><title>文本框输入还剩多少字数统计代码</title><link>http://blog.csdn.net/snlixing/archive/2008/05/31/2498046.aspx</link><wfw:comment>http://blog.csdn.net/snlixing/comments/2498046.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/snlixing/comments/commentRss/2498046.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2498046</trackback:ping><description>&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;文本框输入还剩多少字数统计代码示例&lt;br /&gt;&lt;img src =&quot;http://blog.csdn.net/snlixing/aggbug/2498046.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sat, 31 May 2008 17:40:00 +0800</pubDate><author>snlixing</author><comments>http://blog.csdn.net/snlixing/archive/2008/05/31/2498046.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/snlixing/archive/2008/05/31/2498046.aspx</guid><dc:creator>snlixing</dc:creator><fs:srclink>http://blog.csdn.net/snlixing/archive/2008/05/31/2498046.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/snlixing/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/snlixing/~1291666/206261778/1294457</fs:itemid></item><item><title>phpMyAdmin中文乱码解决方法</title><link>http://blog.csdn.net/snlixing/archive/2008/04/04/2251977.aspx</link><wfw:comment>http://blog.csdn.net/snlixing/comments/2251977.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/snlixing/comments/commentRss/2251977.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2251977</trackback:ping><description>PHPMyAdmin中文乱码问题很常见，主要是UTF-8和GB2312编码不能同时正确显示。方法一：1. 因为MySQL的默认编码是latin1，所以首先我们需要修改一下PHPMyAdmin的编码转换。修改libraries目录下面的select_lang.lib.php文件，将 'utf-8' =&gt; 'utf8'修改成'utf-8' =&gt; 'latin1'。2. 接下来还要修改一下页面的编码显示，将 'zh-gb2312' =&gt; array('zh|chinese simplified', 'chinese_simplified-gb2312', 'zh')修改成 'zh-gb2312-utf-8' =&gt; array('zh|chinese simplified', 'chinese_simplified-gb2312', 'zh'), 也就是在zh-gb2312后面增加-utf-8，这样页面编码就支持UTF-8了。3. 首先选择zh-gb2312-utf-8进入PHPMyAdmin，这个时候浏览GB2312编码的数据正常，但是浏览UTF-8的数据是乱码。如果&lt;img src =&quot;http://blog.csdn.net/snlixing/aggbug/2251977.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sat, 05 Apr 2008 03:54:00 +0800</pubDate><author>snlixing</author><comments>http://blog.csdn.net/snlixing/archive/2008/04/04/2251977.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/snlixing/archive/2008/04/04/2251977.aspx</guid><dc:creator>snlixing</dc:creator><fs:srclink>http://blog.csdn.net/snlixing/archive/2008/04/04/2251977.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/snlixing/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/snlixing/~1291666/206261779/1294457</fs:itemid></item><item><title>Notice: Undefined index: ... 问题的解决方案</title><link>http://blog.csdn.net/snlixing/archive/2008/03/17/2190567.aspx</link><wfw:comment>http://blog.csdn.net/snlixing/comments/2190567.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/snlixing/comments/commentRss/2190567.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2190567</trackback:ping><description>首先，这个不是错误，是warning。所以如果服务器不能改，每个变量使用前应当先定义。 方法1：服务器配置修改 修改php.ini配置文件，error_reporting = E_ALL &amp; ~E_NOTICE 方法2：对变量进行初始化，规范书写（比较烦琐，因为有大量的变量）。但还没有找到好定义方法，望大家指教 方法3：每个文件头部加上：error_reporting(0); 如果不行，只有打开php.ini,找到display_errors，设置为display_errors = Off。以后任何错误都不会提示。方法4 ：做判断：array_key_exists('n',$_GET) 或isset($_GET[&quot;page&quot;])      if-else判断或者加上'@'表示这行如果有错误或是警告不要輸出如：@$page=$_GET[&quot;page&quot;]方法5：file1.php文件把$xx变量付一个值，用post传递给file2.php，如果file2.php没有$xx的定义，而直接使用$yy=$xx; 系统就会报错：&quot;undifined variaable $xx&quot;, 如果file2.p&lt;img src =&quot;http://blog.csdn.net/snlixing/aggbug/2190567.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Mon, 17 Mar 2008 17:56:00 +0800</pubDate><author>snlixing</author><comments>http://blog.csdn.net/snlixing/archive/2008/03/17/2190567.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/snlixing/archive/2008/03/17/2190567.aspx</guid><dc:creator>snlixing</dc:creator><fs:srclink>http://blog.csdn.net/snlixing/archive/2008/03/17/2190567.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/snlixing/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/snlixing/~1291666/206261780/1294457</fs:itemid></item><item><title>JS 货币并格式化判断</title><link>http://blog.csdn.net/snlixing/archive/2008/02/28/2126730.aspx</link><wfw:comment>http://blog.csdn.net/snlixing/comments/2126730.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/snlixing/comments/commentRss/2126730.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2126730</trackback:ping><description>JS 货币并格式化判断&lt;img src =&quot;http://blog.csdn.net/snlixing/aggbug/2126730.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 28 Feb 2008 16:32:00 +0800</pubDate><author>snlixing</author><comments>http://blog.csdn.net/snlixing/archive/2008/02/28/2126730.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/snlixing/archive/2008/02/28/2126730.aspx</guid><dc:creator>snlixing</dc:creator><fs:srclink>http://blog.csdn.net/snlixing/archive/2008/02/28/2126730.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/snlixing/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/snlixing/~1291666/206261781/1294457</fs:itemid></item></channel></rss>