<?xml version="1.0" encoding="utf-8" ?>
<rss version="2.0">
<channel>
<title>Asp 编程</title>
<link>http://www.cnitonline.com/tech/program/asp/</link>
<description>Asp 编程-编程开发-IT技术</description>
<language>zh-cn</language>
<generator><![CDATA[]]></generator>
<webmaster>CnITonline@163.com</webmaster>
<item>
    <title><![CDATA[asp网站出现ADODB.Recordset(0x800A0CB3)错误]]></title>
    <link>http://www.cnitonline.com/tech/program/asp/511.html</link>
    <description><![CDATA[网站出现asp ADODB.Recordset(0x800A0CB3)错误，ADODB.Recordset(0x800A0CB3)错误解释，ADODB.Recordset(0x800A0CB3)介绍，ADODB.Recordset(0x800A0CB3)解决方法数据库以只读方式打开，无法更新数据，请关闭数据库后尝试连接或则更新。如果还是不行，清理本地垃圾文件和]]></description>
    <pubDate>2008-12-01</pubDate>
    <category>Asp 编程</category>
    <author>秩名</author>
    <comments>中国IT在线</comments>
</item>
<item>
    <title><![CDATA[如何有效提高asp页面的访问速度]]></title>
    <link>http://www.cnitonline.com/tech/program/asp/235.html</link>
    <description><![CDATA[打开asp页面的时候,页面需要访问数据库,然后将要符合要求的内容,显示到页面上来。若数据库中的记录很多，那么、页面的访问速度也就相对变慢，通过以下方法，可以提高页面的访问速度。技巧之一：提高使用Request集合的效率访问一个ASP集合来提取一个值是费时的、占]]></description>
    <pubDate>2008-10-01</pubDate>
    <category>Asp 编程</category>
    <author>佚名</author>
    <comments>网络</comments>
</item>
<item>
    <title><![CDATA[自动获取当前页面URL的]]></title>
    <link>http://www.cnitonline.com/tech/program/asp/234.html</link>
    <description><![CDATA[自动获取当前页面URL的ASP函数： lt;%Function GetLocationURL() Dim Url Dim ServerPort,ServerName,ScriptName,QueryString ServerName = Request.ServerVariables(quot;SERVER_NAMEquot;) ServerPort = Request.ServerVariable]]></description>
    <pubDate>2008-10-01</pubDate>
    <category>Asp 编程</category>
    <author>佚名</author>
    <comments>网络</comments>
</item>
<item>
    <title><![CDATA[asp中获取字符串中的时间字符串]]></title>
    <link>http://www.cnitonline.com/tech/program/asp/233.html</link>
    <description><![CDATA[由于时间在字符串中的值不一致性，会出现以下几中格式的字符串，没有办法用left,right,mid直接来获取，所以想到用正则表达式来实现这个功能（只要将这个功能改一下，就可以获取其他格式的字符串。 lt;%'str = quot;2007-01-01 12:12:12]]></description>
    <pubDate>2008-10-01</pubDate>
    <category>Asp 编程</category>
    <author>佚名</author>
    <comments>网络</comments>
</item>
<item>
    <title><![CDATA[ASP中使用jmail发送邮件的函数]]></title>
    <link>http://www.cnitonline.com/tech/program/asp/232.html</link>
    <description><![CDATA[今天给大家发布一个可能经常会用到的jmail发送邮件的ASP函数，代码如下： 'smtp为邮件服务器名'user为smtp邮件服务器上的邮件地址'pwd为smtp邮件服务器上的邮件的密码'sendto为要发送的邮件地址'form发件人名'subject]]></description>
    <pubDate>2008-10-01</pubDate>
    <category>Asp 编程</category>
    <author>佚名</author>
    <comments>网络</comments>
</item>
<item>
    <title><![CDATA[asp程序实现伪静态的代码]]></title>
    <link>http://www.cnitonline.com/tech/program/asp/231.html</link>
    <description><![CDATA[静态页面是蜘蛛喜欢的，会得到蜘蛛经常光顾的，以至于网站上的内容会得到搜索引擎更多的收录这里介绍一个asp伪静态的程序实现方法数据库是access，表名article，里面有id，title，contentconfig.asp连接数据库文件lt; %'功能：asp实现伪静态的例子'网址：www.aspprogr]]></description>
    <pubDate>2008-10-01</pubDate>
    <category>Asp 编程</category>
    <author>佚名</author>
    <comments>网络</comments>
</item>
<item>
    <title><![CDATA[asp搜索两个以上的词的原理]]></title>
    <link>http://www.cnitonline.com/tech/program/asp/230.html</link>
    <description><![CDATA[通常会在许多网站上进行搜索一些内容，要输入两个或两个以上的词，它的原理是这样的：假设在搜索框search中输入：ldquo;asp 编程rdquo;先得到输入框中的内容：search=request(quot;searchquot;)然后将这两个值分别取出来s=split(search,quot; quot;)'构造sql函数]]></description>
    <pubDate>2008-10-01</pubDate>
    <category>Asp 编程</category>
    <author>佚名</author>
    <comments>网络</comments>
</item>
<item>
    <title><![CDATA[解决asp被杀毒软件误删的办法]]></title>
    <link>http://www.cnitonline.com/tech/program/asp/229.html</link>
    <description><![CDATA[当电脑上安装了杀毒软件，在运行有一些asp文件的时候，杀毒软件会阻止程序的运行，或者直接将你的asp文件删除，因为它将你的asp文件当作是asp木马文件了，这主要是因为杀毒软件将一些asp关键词当作木马特征，记录保存着，所以遇到有这个关键词，就会禁止运行或删除。解决的方]]></description>
    <pubDate>2008-10-01</pubDate>
    <category>Asp 编程</category>
    <author>佚名</author>
    <comments>网络</comments>
</item>
<item>
    <title><![CDATA[在ASP中使用均速分页法提高分页速度]]></title>
    <link>http://www.cnitonline.com/tech/program/asp/98.html</link>
    <description><![CDATA[一、适用范围 均速分页法主要适用于文章系统，新闻系统等排序方法固定的ASP+ACCESS应用 nbsp;nbsp; 二、特点说明 很多用过一些文章系统或是新闻系统的朋友知道，一般的文章系统或是新闻系统，在分类分页时，通常是通过读取数据库中满足条件的排序后数据，]]></description>
    <pubDate>2008-09-18</pubDate>
    <category>Asp 编程</category>
    <author>佚名</author>
    <comments>网络</comments>
</item>
<item>
    <title><![CDATA[ASP与Access或SQL数据库连接代码]]></title>
    <link>http://www.cnitonline.com/tech/program/asp/97.html</link>
    <description><![CDATA[1. ASP与Access数据库连接： lt;% dim conn,mdbfile mdbfile=server.mappath(quot;数据库名称.mdbquot;) set conn=server.createobject(quot;adodb.connectionquot;) conn.open quot;driver={microsoft access driver (*.mdb)};uid=admin;pwd=数据库密码;dbq=qu]]></description>
    <pubDate>2008-09-18</pubDate>
    <category>Asp 编程</category>
    <author>佚名</author>
    <comments>网络</comments>
</item>

</channel>
</rss>
