<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>轻灵自由的珍珠 - ASP随笔</title><link>http://blog.csdn.net/oyiboy/category/9760.aspx</link><description /><dc:language>zh-CN</dc:language><lastUpdateTime>Mon, 07 Jan 2008 17:00:00 GMT</lastUpdateTime><ttl>60</ttl><item><dc:creator>布丁龙</dc:creator><title>实现数据随机排序</title><link>http://blog.csdn.net/oyiboy/archive/2006/11/16/1388959.aspx</link><pubDate>Thu, 16 Nov 2006 21:28:00 GMT</pubDate><guid>http://blog.csdn.net/oyiboy/archive/2006/11/16/1388959.aspx</guid><wfw:comment>http://blog.csdn.net/oyiboy/comments/1388959.aspx</wfw:comment><comments>http://blog.csdn.net/oyiboy/archive/2006/11/16/1388959.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/oyiboy/comments/commentRss/1388959.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1388959</trackback:ping><description>让select的结果以随机排序方式呈现。大部份会被应用在随机获取数据库内容方面&lt;img src ="http://blog.csdn.net/oyiboy/aggbug/1388959.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>布丁龙</dc:creator><title>遭遇ASP类的事件设计</title><link>http://blog.csdn.net/oyiboy/archive/2006/02/10/595939.aspx</link><pubDate>Fri, 10 Feb 2006 11:34:00 GMT</pubDate><guid>http://blog.csdn.net/oyiboy/archive/2006/02/10/595939.aspx</guid><wfw:comment>http://blog.csdn.net/oyiboy/comments/595939.aspx</wfw:comment><comments>http://blog.csdn.net/oyiboy/archive/2006/02/10/595939.aspx#Feedback</comments><slash:comments>5</slash:comments><wfw:commentRss>http://blog.csdn.net/oyiboy/comments/commentRss/595939.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=595939</trackback:ping><description>这段时间由于接触到MVC，也知道了Class的运用方式，遭遇到了事件的设计。&lt;img src ="http://blog.csdn.net/oyiboy/aggbug/595939.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>布丁龙</dc:creator><title>[ASP设计]用MVC模型引导你的WEB设计思路-第二版</title><link>http://blog.csdn.net/oyiboy/archive/2006/02/09/595164.aspx</link><pubDate>Thu, 09 Feb 2006 12:41:00 GMT</pubDate><guid>http://blog.csdn.net/oyiboy/archive/2006/02/09/595164.aspx</guid><wfw:comment>http://blog.csdn.net/oyiboy/comments/595164.aspx</wfw:comment><comments>http://blog.csdn.net/oyiboy/archive/2006/02/09/595164.aspx#Feedback</comments><slash:comments>2</slash:comments><wfw:commentRss>http://blog.csdn.net/oyiboy/comments/commentRss/595164.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=595164</trackback:ping><description>习惯于过程式的开发，一直向往着面向对象。无奈半路出家人，没有一点内力基础，看了一大堆面向对象的书也只是看得一头雾水。对于MVC的概念也是偶然了解到的，感觉能和WEB开发结合起来让项目面向对象化。以下是我一点点心得。&lt;img src ="http://blog.csdn.net/oyiboy/aggbug/595164.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>布丁龙</dc:creator><title>ASP写的链表Class，不太实用，就当练习写Class了。</title><link>http://blog.csdn.net/oyiboy/archive/2005/12/25/561922.aspx</link><pubDate>Sun, 25 Dec 2005 21:10:00 GMT</pubDate><guid>http://blog.csdn.net/oyiboy/archive/2005/12/25/561922.aspx</guid><wfw:comment>http://blog.csdn.net/oyiboy/comments/561922.aspx</wfw:comment><comments>http://blog.csdn.net/oyiboy/archive/2005/12/25/561922.aspx#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/oyiboy/comments/commentRss/561922.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=561922</trackback:ping><description>用VBscript写的链表类，老实说，在修改和删除方法，用VBscript模拟真的很勉强，我想了半天不得不用execute这个笨办法...&lt;img src ="http://blog.csdn.net/oyiboy/aggbug/561922.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>布丁龙</dc:creator><title>[HTML]下拉输入框--能输入的select</title><link>http://blog.csdn.net/oyiboy/archive/2005/12/04/543645.aspx</link><pubDate>Sun, 04 Dec 2005 23:44:00 GMT</pubDate><guid>http://blog.csdn.net/oyiboy/archive/2005/12/04/543645.aspx</guid><wfw:comment>http://blog.csdn.net/oyiboy/comments/543645.aspx</wfw:comment><comments>http://blog.csdn.net/oyiboy/archive/2005/12/04/543645.aspx#Feedback</comments><slash:comments>2</slash:comments><wfw:commentRss>http://blog.csdn.net/oyiboy/comments/commentRss/543645.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=543645</trackback:ping><description>又可以输入，又有可以选的下拉输入框？有这么容易？好东西总要付出一定的代价。硬是把select和text拼在一起的代价就是118行的js代码....就这点代价而以吗？？谁又知道。(高手知道..反正我不知道..)&lt;img src ="http://blog.csdn.net/oyiboy/aggbug/543645.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>布丁龙</dc:creator><title>正则表达式之正负向预查使</title><link>http://blog.csdn.net/oyiboy/archive/2005/12/04/543605.aspx</link><pubDate>Sun, 04 Dec 2005 22:34:00 GMT</pubDate><guid>http://blog.csdn.net/oyiboy/archive/2005/12/04/543605.aspx</guid><wfw:comment>http://blog.csdn.net/oyiboy/comments/543605.aspx</wfw:comment><comments>http://blog.csdn.net/oyiboy/archive/2005/12/04/543605.aspx#Feedback</comments><slash:comments>5</slash:comments><wfw:commentRss>http://blog.csdn.net/oyiboy/comments/commentRss/543605.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=543605</trackback:ping><description>匹配或不匹配一个或多个字符串，就在正负向预查使。哈..摘要变成广告了，只是不知道有人知道这是什么意思不？&lt;img src ="http://blog.csdn.net/oyiboy/aggbug/543605.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>布丁龙</dc:creator><title>Access错误提示之"Selected collating sequence not supported by the operating system."</title><link>http://blog.csdn.net/oyiboy/archive/2005/04/06/338089.aspx</link><pubDate>Wed, 06 Apr 2005 11:27:00 GMT</pubDate><guid>http://blog.csdn.net/oyiboy/archive/2005/04/06/338089.aspx</guid><wfw:comment>http://blog.csdn.net/oyiboy/comments/338089.aspx</wfw:comment><comments>http://blog.csdn.net/oyiboy/archive/2005/04/06/338089.aspx#Feedback</comments><slash:comments>4</slash:comments><wfw:commentRss>http://blog.csdn.net/oyiboy/comments/commentRss/338089.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=338089</trackback:ping><description>全中文系统创建的Access在全英文系统内使用提示"Selected collating sequence not supported by the operating system."的解决方案之一&lt;img src ="http://blog.csdn.net/oyiboy/aggbug/338089.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>布丁龙</dc:creator><title>XMLHTTP.Open Head 检测网络链接是否存在..</title><link>http://blog.csdn.net/oyiboy/archive/2004/10/09/128999.aspx</link><pubDate>Sat, 09 Oct 2004 10:20:00 GMT</pubDate><guid>http://blog.csdn.net/oyiboy/archive/2004/10/09/128999.aspx</guid><wfw:comment>http://blog.csdn.net/oyiboy/comments/128999.aspx</wfw:comment><comments>http://blog.csdn.net/oyiboy/archive/2004/10/09/128999.aspx#Feedback</comments><slash:comments>6</slash:comments><wfw:commentRss>http://blog.csdn.net/oyiboy/comments/commentRss/128999.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=128999</trackback:ping><description>要检测链接的存在又不想把链接的文件全部加载过来的方法&lt;img src ="http://blog.csdn.net/oyiboy/aggbug/128999.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>布丁龙</dc:creator><title>Css中奇妙的Expression</title><link>http://blog.csdn.net/oyiboy/archive/2004/09/24/116150.aspx</link><pubDate>Fri, 24 Sep 2004 23:16:00 GMT</pubDate><guid>http://blog.csdn.net/oyiboy/archive/2004/09/24/116150.aspx</guid><wfw:comment>http://blog.csdn.net/oyiboy/comments/116150.aspx</wfw:comment><comments>http://blog.csdn.net/oyiboy/archive/2004/09/24/116150.aspx#Feedback</comments><slash:comments>6</slash:comments><wfw:commentRss>http://blog.csdn.net/oyiboy/comments/commentRss/116150.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=116150</trackback:ping><description>CSS里运行自定义的脚本！很奇妙吧。Expression能让你在Css里定义出动态的样式来，里面是个例子...&lt;img src ="http://blog.csdn.net/oyiboy/aggbug/116150.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>布丁龙</dc:creator><title>ASP在线压(缩)解(压)rar</title><link>http://blog.csdn.net/oyiboy/archive/2004/08/24/83136.aspx</link><pubDate>Tue, 24 Aug 2004 11:45:00 GMT</pubDate><guid>http://blog.csdn.net/oyiboy/archive/2004/08/24/83136.aspx</guid><wfw:comment>http://blog.csdn.net/oyiboy/comments/83136.aspx</wfw:comment><comments>http://blog.csdn.net/oyiboy/archive/2004/08/24/83136.aspx#Feedback</comments><slash:comments>5</slash:comments><wfw:commentRss>http://blog.csdn.net/oyiboy/comments/commentRss/83136.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=83136</trackback:ping><description>利用winrar进行在线压缩和解压操作..&lt;img src ="http://blog.csdn.net/oyiboy/aggbug/83136.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>布丁龙</dc:creator><title>XML与ASP简单结合实现HTML模板功能</title><link>http://blog.csdn.net/oyiboy/archive/2004/08/20/80136.aspx</link><pubDate>Fri, 20 Aug 2004 16:25:00 GMT</pubDate><guid>http://blog.csdn.net/oyiboy/archive/2004/08/20/80136.aspx</guid><wfw:comment>http://blog.csdn.net/oyiboy/comments/80136.aspx</wfw:comment><comments>http://blog.csdn.net/oyiboy/archive/2004/08/20/80136.aspx#Feedback</comments><slash:comments>5</slash:comments><wfw:commentRss>http://blog.csdn.net/oyiboy/comments/commentRss/80136.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=80136</trackback:ping><description>本文利用的是XML的DSO数据绑定功能来实现ASP代码和HTML代码的分离,从而实现快速更换HTML模板的功能。&lt;img src ="http://blog.csdn.net/oyiboy/aggbug/80136.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>布丁龙</dc:creator><title>关于SQL注入防御函数</title><link>http://blog.csdn.net/oyiboy/archive/2004/07/29/55030.aspx</link><pubDate>Thu, 29 Jul 2004 08:54:00 GMT</pubDate><guid>http://blog.csdn.net/oyiboy/archive/2004/07/29/55030.aspx</guid><wfw:comment>http://blog.csdn.net/oyiboy/comments/55030.aspx</wfw:comment><comments>http://blog.csdn.net/oyiboy/archive/2004/07/29/55030.aspx#Feedback</comments><slash:comments>17</slash:comments><wfw:commentRss>http://blog.csdn.net/oyiboy/comments/commentRss/55030.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=55030</trackback:ping><description>在网上有许多各式各样的SQL注入防御函数，我这里有两个简单一点的，谁能告诉我他们的漏洞。&lt;img src ="http://blog.csdn.net/oyiboy/aggbug/55030.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>布丁龙</dc:creator><title>500-100.asp文件</title><link>http://blog.csdn.net/oyiboy/archive/2004/07/22/48248.aspx</link><pubDate>Thu, 22 Jul 2004 10:08:00 GMT</pubDate><guid>http://blog.csdn.net/oyiboy/archive/2004/07/22/48248.aspx</guid><wfw:comment>http://blog.csdn.net/oyiboy/comments/48248.aspx</wfw:comment><comments>http://blog.csdn.net/oyiboy/archive/2004/07/22/48248.aspx#Feedback</comments><slash:comments>4</slash:comments><wfw:commentRss>http://blog.csdn.net/oyiboy/comments/commentRss/48248.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=48248</trackback:ping><description>IIS的500-100.asp的源代码，每次重装机子都忘了备份。然后又要在网上找大半天，现在就放在这里作一下备份，免得下次又要乱找。&lt;img src ="http://blog.csdn.net/oyiboy/aggbug/48248.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>布丁龙</dc:creator><title>关于Access数据库安全</title><link>http://blog.csdn.net/oyiboy/archive/2004/07/21/46909.aspx</link><pubDate>Wed, 21 Jul 2004 09:55:00 GMT</pubDate><guid>http://blog.csdn.net/oyiboy/archive/2004/07/21/46909.aspx</guid><wfw:comment>http://blog.csdn.net/oyiboy/comments/46909.aspx</wfw:comment><comments>http://blog.csdn.net/oyiboy/archive/2004/07/21/46909.aspx#Feedback</comments><slash:comments>7</slash:comments><wfw:commentRss>http://blog.csdn.net/oyiboy/comments/commentRss/46909.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=46909</trackback:ping><description>Access防止下载，这个话题已经持续好久了，但是大多Access的保护都是断章取义。导致Access安全无法得到保证，我这里总结了几种。希望我们的数据库更安全点吧。
&lt;img src ="http://blog.csdn.net/oyiboy/aggbug/46909.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>布丁龙</dc:creator><title>一个简单的HTML病毒分析</title><link>http://blog.csdn.net/oyiboy/archive/2004/07/02/32476.aspx</link><pubDate>Fri, 02 Jul 2004 15:39:00 GMT</pubDate><guid>http://blog.csdn.net/oyiboy/archive/2004/07/02/32476.aspx</guid><wfw:comment>http://blog.csdn.net/oyiboy/comments/32476.aspx</wfw:comment><comments>http://blog.csdn.net/oyiboy/archive/2004/07/02/32476.aspx#Feedback</comments><slash:comments>4</slash:comments><wfw:commentRss>http://blog.csdn.net/oyiboy/comments/commentRss/32476.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=32476</trackback:ping><description>一个简易的HTML病毒分析，只是说明了一下病毒的下载和激活方式，依照惯例病毒破坏部分就不提了，有兴趣的人可以瞅瞅。&lt;img src ="http://blog.csdn.net/oyiboy/aggbug/32476.aspx" width = "1" height = "1" /&gt;</description></item></channel></rss>