<?xml version="1.0" encoding="utf-8" ?>
<rss version="2.0">
<channel>
<title>ASP语言开发</title>
<link>http://infobase.bwtech.net/a/webprogram/asp/</link>
<description>编程开发 / ASP语言开发</description>
<language>zh-cn</language>
<generator><![CDATA[Copyright &amp;copy; 2011-2015 BWTECH INFOBASE. 龙舞天翔资料中心]]></generator>
<webmaster>desdev@vip.qq.com</webmaster>
<item>
    <title><![CDATA[我刚刚发现另一篇关于无组件上传图片的代码]]></title>
    <link>http://infobase.bwtech.net/a/webprogram/asp/20120125/575.html</link>
    <description><![CDATA[关于图片上传的例子在网上有很多文章和原代码。但是每次上论坛浏览帖子的时候都是看到很多网友对图片上传感到头疼和麻烦。其实这个问题也是曾经让我感到头疼。]]></description>
    <pubDate>2012-01-25</pubDate>
    <category>ASP语言开发</category>
    <author>秩名</author>
    <comments>龙舞天翔资料中心</comments>
</item>
<item>
    <title><![CDATA[ASP进度条]]></title>
    <link>http://infobase.bwtech.net/a/webprogram/asp/20120125/573.html</link>
    <description><![CDATA[在后台处理数据时，前台页面同时计数显示Proess Bar]]></description>
    <pubDate>2012-01-25</pubDate>
    <category>ASP语言开发</category>
    <author>秩名</author>
    <comments>龙舞天翔资料中心</comments>
</item>
<item>
    <title><![CDATA[精华ASP代码]]></title>
    <link>http://infobase.bwtech.net/a/webprogram/asp/20120125/572.html</link>
    <description><![CDATA[精华ASP代码]]></description>
    <pubDate>2012-01-25</pubDate>
    <category>ASP语言开发</category>
    <author>秩名</author>
    <comments>龙舞天翔资料中心</comments>
</item>
<item>
    <title><![CDATA[ASP的编码规范]]></title>
    <link>http://infobase.bwtech.net/a/webprogram/asp/20120125/567.html</link>
    <description><![CDATA[看到有好多朋友都在讨论ASP的问题，我这儿正好有一篇规范，大家参考一下，把自己的编写步骤整理好了！！]]></description>
    <pubDate>2012-01-25</pubDate>
    <category>ASP语言开发</category>
    <author>秩名</author>
    <comments>龙舞天翔资料中心</comments>
</item>
<item>
    <title><![CDATA[ShotGraph普通的画图的原理]]></title>
    <link>http://infobase.bwtech.net/a/webprogram/asp/20120125/463.html</link>
    <description><![CDATA[ShotGraph普通的画图的原理]]></description>
    <pubDate>2012-01-25</pubDate>
    <category>ASP语言开发</category>
    <author>秩名</author>
    <comments>龙舞天翔资料中心</comments>
</item>
<item>
    <title><![CDATA[数字和字母组合并生成图片的验证码详解]]></title>
    <link>http://infobase.bwtech.net/a/webprogram/asp/20120125/462.html</link>
    <description><![CDATA[我们这里介绍的是数字和字母随机组成的并且生成图片的验证码的实现方法。看起来很复杂、其实很简单的]]></description>
    <pubDate>2012-01-25</pubDate>
    <category>ASP语言开发</category>
    <author>秩名</author>
    <comments>龙舞天翔资料中心</comments>
</item>
<item>
    <title><![CDATA[ASP技巧:网页在线人数统计的做法]]></title>
    <link>http://infobase.bwtech.net/a/webprogram/asp/20120125/411.html</link>
    <description><![CDATA[在浏览网页的时侯，常常可以看见一些“当前网站上的人数是ＸＸＸ人”的在线人数同计。如何用ＡＳＰ来做一个呢？首先，分析一下它的做法，一般来说，这些线上人数统计都是指一]]></description>
    <pubDate>2012-01-25</pubDate>
    <category>ASP语言开发</category>
    <author>秩名</author>
    <comments>龙舞天翔资料中心</comments>
</item>
<item>
    <title><![CDATA[ASP中FSO的神奇功能]]></title>
    <link>http://infobase.bwtech.net/a/webprogram/asp/20120125/388.html</link>
    <description><![CDATA[FSO非常有用，这里介绍的仅仅是冰山一角。你可以使用FSO建立功能强大的应用程序，简单地完成许多任务。]]></description>
    <pubDate>2012-01-25</pubDate>
    <category>ASP语言开发</category>
    <author>秩名</author>
    <comments>http://www.15seconds.com/Issue</comments>
</item>
<item>
    <title><![CDATA[强大的数组功能(asp+程序数组功能调用)]]></title>
    <link>http://infobase.bwtech.net/a/webprogram/asp/20120125/387.html</link>
    <description><![CDATA[数组的初始化：很简单 我们使用 new 关键字 来创建一个ArrayList 对象给数组的item赋值,ArrayList 有方法Add 我们只要简单的来用就可以了]]></description>
    <pubDate>2012-01-25</pubDate>
    <category>ASP语言开发</category>
    <author>秩名</author>
    <comments>豆腐技术站</comments>
</item>
<item>
    <title><![CDATA[通过数组给您的文件排序]]></title>
    <link>http://infobase.bwtech.net/a/webprogram/asp/20120125/385.html</link>
    <description><![CDATA[当您使用FILESYSTEMOBJECT对象获得某个目录下的文件列表的时候，你有没有发现无法控制它们的排序方式，比如按照名字排序，按照扩展名排序，按照文件大小排序等等]]></description>
    <pubDate>2012-01-25</pubDate>
    <category>ASP语言开发</category>
    <author>东方蜘蛛</author>
    <comments>chinaasp.com</comments>
</item>
<item>
    <title><![CDATA[asp中利用数组实现数据库记录的批量录入方法]]></title>
    <link>http://infobase.bwtech.net/a/webprogram/asp/20120125/384.html</link>
    <description><![CDATA[asp中利用数组实现数据库记录的批量录入方法，包括两个文件]]></description>
    <pubDate>2012-01-25</pubDate>
    <category>ASP语言开发</category>
    <author>yanek</author>
    <comments>开发者俱乐部</comments>
</item>
<item>
    <title><![CDATA[数组数据排序的程序例子]]></title>
    <link>http://infobase.bwtech.net/a/webprogram/asp/20120125/383.html</link>
    <description><![CDATA[数组数据排序的程序例子]]></description>
    <pubDate>2012-01-25</pubDate>
    <category>ASP语言开发</category>
    <author>dalu_ok (大鲁)</author>
    <comments>动网</comments>
</item>
<item>
    <title><![CDATA[读取目录下的文件得到一个数组]]></title>
    <link>http://infobase.bwtech.net/a/webprogram/asp/20120125/382.html</link>
    <description><![CDATA[使用Visual Basic读取目录下的文件得到一个数组]]></description>
    <pubDate>2012-01-25</pubDate>
    <category>ASP语言开发</category>
    <author>秩名</author>
    <comments>碧波山庄Visual Basic</comments>
</item>
<item>
    <title><![CDATA[Asp函数介紹]]></title>
    <link>http://infobase.bwtech.net/a/webprogram/asp/20120125/380.html</link>
    <description><![CDATA[Asp函数介紹]]></description>
    <pubDate>2012-01-25</pubDate>
    <category>ASP语言开发</category>
    <author>秩名</author>
    <comments>龙舞天翔资料中心</comments>
</item>
<item>
    <title><![CDATA[用ASP生成Chart]]></title>
    <link>http://infobase.bwtech.net/a/webprogram/asp/20120125/347.html</link>
    <description><![CDATA[用ASP生成Chart]]></description>
    <pubDate>2012-01-25</pubDate>
    <category>ASP语言开发</category>
    <author>秩名</author>
    <comments>龙舞天翔资料中心</comments>
</item>
<item>
    <title><![CDATA[ASP生成随机密码的又一种方法]]></title>
    <link>http://infobase.bwtech.net/a/webprogram/asp/20120125/346.html</link>
    <description><![CDATA[这是一个生成随机数的通用函数，我们首先将所有可能的字符保存在数组内，这里的例子是0-9及26个英文字符，共36个字符。]]></description>
    <pubDate>2012-01-25</pubDate>
    <category>ASP语言开发</category>
    <author>龙舞天翔</author>
    <comments>http://article.bwtech.net</comments>
</item>
<item>
    <title><![CDATA[把数据插入到数据库的两种方法]]></title>
    <link>http://infobase.bwtech.net/a/webprogram/asp/20120125/334.html</link>
    <description><![CDATA[把数据插入到数据库的两种方法]]></description>
    <pubDate>2012-01-25</pubDate>
    <category>ASP语言开发</category>
    <author>秩名</author>
    <comments>龙舞天翔资料中心</comments>
</item>
<item>
    <title><![CDATA[asp 中的 “80020009” 错误]]></title>
    <link>http://infobase.bwtech.net/a/webprogram/asp/20120125/333.html</link>
    <description><![CDATA[CSDN 文档中心发表文章的时候，大的，用Word转过来的文章经常会报以下错误： 错误 '80020009']]></description>
    <pubDate>2012-01-25</pubDate>
    <category>ASP语言开发</category>
    <author>秩名</author>
    <comments>csdn</comments>
</item>
<item>
    <title><![CDATA[PRB: Error &amp;quot;Request Object, ASP 0107 (0x80004005)&amp;quot;]]></title>
    <link>http://infobase.bwtech.net/a/webprogram/asp/20120125/332.html</link>
    <description><![CDATA[When you post a large form field in Microsoft Internet Information Services 5.0,...]]></description>
    <pubDate>2012-01-25</pubDate>
    <category>ASP语言开发</category>
    <author>秩名</author>
    <comments>http://support.microsoft.com/k</comments>
</item>
<item>
    <title><![CDATA[SQL注入天书—ASP注入漏洞]]></title>
    <link>http://infobase.bwtech.net/a/webprogram/asp/20120125/331.html</link>
    <description><![CDATA[随着B/S模式应用开发的发展，使用这种模式编写应用程序的程序员也越来越多。相当大一部分程序员在编写代码的时候，没有对用户输入数据的合法性进行判断，使应用程序存在安全隐]]></description>
    <pubDate>2012-01-25</pubDate>
    <category>ASP语言开发</category>
    <author>秩名</author>
    <comments>碧海青天</comments>
</item>
<item>
    <title><![CDATA[SQL注入式攻击的防范]]></title>
    <link>http://infobase.bwtech.net/a/webprogram/asp/20120125/325.html</link>
    <description><![CDATA[sql注入是最近比较流行的一种攻击方式,这是很多web程序员头痛,本文介绍的是最基本的sql注入攻击的防范.]]></description>
    <pubDate>2012-01-25</pubDate>
    <category>ASP语言开发</category>
    <author>秩名</author>
    <comments>龙舞天翔资料中心</comments>
</item>
<item>
    <title><![CDATA[FileSystemObject处理文件]]></title>
    <link>http://infobase.bwtech.net/a/webprogram/asp/20120125/296.html</link>
    <description><![CDATA[有两种主要的文件处理类型： 创建、添加或删除数据，以及读取文件移动、复制和删除文件]]></description>
    <pubDate>2012-01-25</pubDate>
    <category>ASP语言开发</category>
    <author>秩名</author>
    <comments>龙舞天翔资料中心</comments>
</item>
<item>
    <title><![CDATA[asp远程连接access数据库的方法]]></title>
    <link>http://infobase.bwtech.net/a/webprogram/asp/20120125/290.html</link>
    <description><![CDATA[使用了TCP/IP，ADO及XML（需要安装Microsoft XML 4.0。）。分服务器和客户端两部分，服务器可以多用户同时连接。]]></description>
    <pubDate>2012-01-25</pubDate>
    <category>ASP语言开发</category>
    <author>秩名</author>
    <comments>龙舞天翔资料中心</comments>
</item>
<item>
    <title><![CDATA[比较详细的Asp伪静态化方法及Asp静态化探讨]]></title>
    <link>http://infobase.bwtech.net/a/webprogram/asp/20120125/254.html</link>
    <description><![CDATA[本文仅讨论asp生成静态页的方法。asp生成html有很多方法。]]></description>
    <pubDate>2012-01-25</pubDate>
    <category>ASP语言开发</category>
    <author>秩名</author>
    <comments>龙舞天翔资料中心</comments>
</item>
<item>
    <title><![CDATA[利用ASP实现在线生成电话图片效果脚本]]></title>
    <link>http://infobase.bwtech.net/a/webprogram/asp/20120125/253.html</link>
    <description><![CDATA[作用：将页面中的电话号码生成图片格式。]]></description>
    <pubDate>2012-01-25</pubDate>
    <category>ASP语言开发</category>
    <author>秩名</author>
    <comments>龙舞天翔资料中心</comments>
</item>
<item>
    <title><![CDATA[asp函数Response.flush 实时显示进度]]></title>
    <link>http://infobase.bwtech.net/a/webprogram/asp/20120125/252.html</link>
    <description><![CDATA[如果你知道Response.Flush和Response.Clear，那你就可以不用这样的等待了。]]></description>
    <pubDate>2012-01-25</pubDate>
    <category>ASP语言开发</category>
    <author>秩名</author>
    <comments>龙舞天翔资料中心</comments>
</item>
<item>
    <title><![CDATA[使用CDONTS发送邮件的几个例子]]></title>
    <link>http://infobase.bwtech.net/a/webprogram/asp/20120125/193.html</link>
    <description><![CDATA[使用CDONTS发送邮件的几个例子]]></description>
    <pubDate>2012-01-25</pubDate>
    <category>ASP语言开发</category>
    <author>秩名</author>
    <comments>龙舞天翔资料中心</comments>
</item>
<item>
    <title><![CDATA[关于编写ASP代码的一些Tips]]></title>
    <link>http://infobase.bwtech.net/a/webprogram/asp/20120125/160.html</link>
    <description><![CDATA[关于编写ASP代码的一些Tips]]></description>
    <pubDate>2012-01-25</pubDate>
    <category>ASP语言开发</category>
    <author>秩名</author>
    <comments>龙舞天翔资料中心</comments>
</item>
<item>
    <title><![CDATA[[ASP]利用稻香老农的无组件上传类进行多文件上传]]></title>
    <link>http://infobase.bwtech.net/a/webprogram/asp/20120125/155.html</link>
    <description><![CDATA[本例使用稻香老农的无组件上传类进行多文件和表单项的混合上传。大家可以根据自己的实际情况进行修改。]]></description>
    <pubDate>2012-01-25</pubDate>
    <category>ASP语言开发</category>
    <author>秩名</author>
    <comments>龙舞天翔资料中心</comments>
</item>
<item>
    <title><![CDATA[无组件上传文字与图片至数据库之gztiger解决方案]]></title>
    <link>http://infobase.bwtech.net/a/webprogram/asp/20120125/153.html</link>
    <description><![CDATA[这是免费代码，从《化境无组件上传图片2.0》修改而来，目的只为对这问题有困扰的朋友有所帮助！]]></description>
    <pubDate>2012-01-25</pubDate>
    <category>ASP语言开发</category>
    <author>gztiger</author>
    <comments>龙舞天翔资料中心</comments>
</item>

</channel>
</rss>
