<?xml version="1.0" encoding="gb2312"?>
<rss version="2.0">
<channel>
<title>ASP</title>
<link>/html/edu/asp/index.html</link>
<description>编程开发 / ASP</description>
<language>zh-cn</language>
<generator>&lt;a href='http://www.souzz.net' target='_blank'&gt;搜站长&lt;/a&gt;</generator>
<webmaster>lyjrich@sina.com</webmaster>
<item>
    <title>使用ASP记录在线用户的数量</title>
    <link>/html/edu/asp/asp2/39061.html</link>
    <description>网络的访问量是每一个做网站的网友们都非常关心的问题。如何得知有多少个人正在访问你的网站呢？如何将每天的访问量记录下来？ 下面就是一个解决方案。 当有用户开始访问网站时，服务器端的Global.asa将会被访问。将会给用户开启一个Session。可以给每一个用户设置自己</description>
    <pubDate>2007-08-23</pubDate>
    <category>asp应用</category>
    <author>秩名</author>
    <comments>搜站长</comments>
</item>
<item>
    <title>学习用ASP编写加密和解密类</title>
    <link>/html/edu/asp/asp2/39060.html</link>
    <description>class Base64Class rem Const dim sBASE_64_CHARACTERS'转化码 dim lenString '计算字符串的长度 dim iCount '计数器 dim returnValue '返回值 dim tempChar'缓存字符 dim tempString'缓存字符串 dim paramString '参数字符串 dim temHex'缓存缓存十六进制 dim tempLow'</description>
    <pubDate>2007-08-23</pubDate>
    <category>asp应用</category>
    <author>秩名</author>
    <comments>搜站长</comments>
</item>
<item>
    <title>Asp编码优化技巧8则</title>
    <link>/html/edu/asp/asp2/38903.html</link>
    <description>ASP(Active Server Page)是Microsoft公司推出的基于PWS(Personal Web Server)IIS(Internet Information Server)平台的、基于ISAPI(InternetServiceAPI)原理的动态网页开发技术，目前日趋成熟完善。在这里仅就代码优化进行一些简单讨论。 1、声明VBScript变量 在ASP中，</description>
    <pubDate>2007-08-15</pubDate>
    <category>asp应用</category>
    <author>秩名</author>
    <comments>搜站长</comments>
</item>
<item>
    <title>在ASP中使用事务控制_web开发_ASP</title>
    <link>/html/edu/asp/asp2/38902.html</link>
    <description>在编程中，经常需要使用事务。所谓事务，就是一系列必须都成功的操作，只要有一步操作失败，所有其他的步骤也必须撤销。比如用ASP开发一个网络硬盘系统，其用户注册部分要做的事有： 1、将用户信息记入数据库 2、为用户开个文件夹用于存储 3、初始化用户操作日志 这三步</description>
    <pubDate>2007-08-15</pubDate>
    <category>asp应用</category>
    <author>秩名</author>
    <comments>搜站长</comments>
</item>
<item>
    <title>asp中防止脚本注入攻击</title>
    <link>/html/edu/asp/asp2/38901.html</link>
    <description>% SQL_injdata = &quot;'|and|exec|insert|select|delete|update|count|*|%|chr|mid|master|truncate|char|declare&quot; SQL_inj = split(SQL_Injdata,&quot;|&quot;) If Request.QueryString&quot;&quot; Then For Each SQL_Get In Request.QueryString For SQL_Data=0 To Ubound(SQL_inj) if instr</description>
    <pubDate>2007-08-15</pubDate>
    <category>asp应用</category>
    <author>秩名</author>
    <comments>搜站长</comments>
</item>
<item>
    <title>asp+Access程序在Windows Server 2003 Enterprise Edition服务器上运行时无法显示备注</title>
    <link>/html/edu/asp/asp2/38847.html</link>
    <description>最近公司让软件公司开发了一个网站，使用asp+Access，可是软件公司上传到服务器上后页面无法显示数据库中的备注字段的内容，给软件公司打电话，那边的开发人员说： 问题：服务器上asp无法直接显示Access中类型为 备注 的字段 解决办法：安装微软的WINDOWS SCRIPT ENGINE</description>
    <pubDate>2007-08-12</pubDate>
    <category>asp应用</category>
    <author>秩名</author>
    <comments>搜站长</comments>
</item>
<item>
    <title>用ASP编写的实现文本框过滤的函数</title>
    <link>/html/edu/asp/asp3/38130.html</link>
    <description>一个不错的而且很有用的函数！希望对你有用。 % Function RequestText(TextString,TextType,TextName,TextNumberMost,TextNumberLeast) 'TextString获取文本框内的值 'TextType设定文本框名称的类型,如input为0,textarea为1 'TextName碰到错误时显示的名称 'TextNumber</description>
    <pubDate>2007-07-10</pubDate>
    <category>asp技巧</category>
    <author>秩名</author>
    <comments>搜站长</comments>
</item>
<item>
    <title>ASP的对象结构</title>
    <link>/html/edu/asp/asp3/38129.html</link>
    <description>现在我们要系统地了解一下ASP的对象结构，然后，大家就可以举一反三，不用我过多解释每一个例子了。这一部分，可能有些困难。 一、Request Request对象把客户信息保存在几个集合中，供ASP应用使用。通用的访问方法为：Request.Collection(&quot;membername&quot;) 当你不指定集合</description>
    <pubDate>2007-07-10</pubDate>
    <category>asp技巧</category>
    <author>秩名</author>
    <comments>搜站长</comments>
</item>
<item>
    <title>Asp下利用Smtp服务器发送邮件</title>
    <link>/html/edu/asp/asp3/38131.html</link>
    <description>Asp作为微软开发的一套WEB服务器端脚本语言，由于在其WINDOWS操作系统下配置简单易用，得到了广泛的应用，虽然有Asp.net,php,jsp等WEB脚本语言的竞争，但现在国内许多中小型企业的企业网站仍是基于ASP下建设的，Asp在WEB开发中仍占有一席之地。 Smtp(Simple Mail Transf</description>
    <pubDate>2007-07-10</pubDate>
    <category>asp技巧</category>
    <author>秩名</author>
    <comments>希赛网</comments>
</item>
<item>
    <title>动态网页技术ASP日期和时间函数示例</title>
    <link>/html/edu/asp/asp3/38010.html</link>
    <description>函数 语法 说明 示例 Now Now() 取得系统当前的日期和时间 Dim MyVar MyVar = Now ' MyVar 包含当前的日期和时间。 Date Date() 取得系统当前的日期 Dim MyDate MyDate = Date ' MyDate 包含当前系统日期。 Time Time() 取得系统当前的时间 Dim MyTime MyTime = Time '</description>
    <pubDate>2007-07-05</pubDate>
    <category>asp技巧</category>
    <author>秩名</author>
    <comments>搜站长</comments>
</item>
<item>
    <title>对ASP 动态包含文件方法的改进</title>
    <link>/html/edu/asp/asp3/38012.html</link>
    <description>ASP 本身不支持动态包含文件，现在的动态包含是通过 FSO 把被包含的文件合并到主文件里再运行。以下也有把形如 !--#include file=&quot;filename.asp&quot; -- 的普通包含文件方式称作“传统引用”，用函数实现的动态包含文件称作“动态引用”。常见的程序如下： Function include</description>
    <pubDate>2007-07-05</pubDate>
    <category>asp技巧</category>
    <author>秩名</author>
    <comments>搜站长</comments>
</item>
<item>
    <title>ASP中的表单验证实现方法</title>
    <link>/html/edu/asp/asp3/38011.html</link>
    <description>在ASP程序中我们经常会要求用户填写一个表单，然后直接点发送按钮发送给我们，今天这个程序就是限制表单内容，然后再发送给我们。 只是一个简单的实例，希望对大家编程有用。 HTML表单： form action=&quot;action.asp&quot; method=&quot;post&quot; name=&quot;myform&quot; Name and Surname: br/ i</description>
    <pubDate>2007-07-05</pubDate>
    <category>asp技巧</category>
    <author>秩名</author>
    <comments>搜站长</comments>
</item>
<item>
    <title>ASP技巧：Script块不能放在另一个Script 块内</title>
    <link>/html/edu/asp/asp3/35033.html</link>
    <description>script language=&quot;JavaScript&quot; function changejs(n){ var str; str = 'script language=&quot;JavaScript&quot; type=&quot;text/javascript&quot; src=&quot;inc/listnews.asp?page_no='; str = str + n; str = str + '&quot;/script'; document.getElementById(&quot;titleLiNews&quot;).innerHTML = str; }</description>
    <pubDate>2007-06-28</pubDate>
    <category>asp技巧</category>
    <author>秩名</author>
    <comments>网页教学网</comments>
</item>
<item>
    <title>学习我们使用ASP时经常使用的判断函数</title>
    <link>/html/edu/asp/asp3/35034.html</link>
    <description>1IsArray 函数 返回 Boolean 值指明某变量是否为数组。 语法 IsArray(varname) varname 参数可以是任意变量。 说明 如果变量是数组，IsArray 函数返回 True；否则，函数返回 False。当变量中包含有数组时，使用 IsArray 函数很有效。 2IsDate 函数 返回 Boolean 值指明</description>
    <pubDate>2007-06-28</pubDate>
    <category>asp技巧</category>
    <author>秩名</author>
    <comments>网页教学网</comments>
</item>
<item>
    <title>ASP利用Recordset对象的属性和方法实现分页</title>
    <link>/html/edu/asp/asp3/35035.html</link>
    <description>ASP中关于分页显示的基本方法 在了解了Recordset对象的属性和方法后，我们来考虑一下，如何运用它们来达到我们分页显示的目的。首先，我们可以为PageSize属性设置一个值，从而指定从记录组中取出的构成一个页的行数；然后通过RecordCount属性来确定记录的总数；再用记录</description>
    <pubDate>2007-06-28</pubDate>
    <category>asp技巧</category>
    <author>秩名</author>
    <comments>网页教学网</comments>
</item>
<item>
    <title>ASP去掉字符串头尾连续回车和空格的Function</title>
    <link>/html/edu/asp/asp3/35036.html</link>
    <description>'去掉字符串头尾的连续的回车和空格 function trimVBcrlf(str) trimVBcrlf=rtrimVBcrlf(ltrimVBcrlf(str)) end function '去掉字符串开头的连续的回车和空格 function ltrimVBcrlf(str) dim pos,isBlankChar pos=1 isBlankChar=true while isBlankChar if mid(str,pos,1</description>
    <pubDate>2007-06-28</pubDate>
    <category>asp技巧</category>
    <author>秩名</author>
    <comments>网页教学网</comments>
</item>
<item>
    <title>初学ASP最容易犯的程序问题及解决办法</title>
    <link>/html/edu/asp/asp3/35038.html</link>
    <description>在ASP编程中，身份认证可以说是常要用到的。但怎么样才能做到认证的安全呢？ 举例： 表单提交页面：sub.htm html head title管理员登陆＜/title body form name=&quot;form1&quot; method=&quot;post&quot; action=&quot;sub.asp&quot; p 管理员: input type=&quot;text&quot; name=&quot;UserID&quot; size=&quot;25&quot; maxlengt</description>
    <pubDate>2007-06-28</pubDate>
    <category>asp技巧</category>
    <author>秩名</author>
    <comments>网页教学网</comments>
</item>
<item>
    <title>通过实例学习ASP读取XML数据文件的方法</title>
    <link>/html/edu/asp/asp3/35039.html</link>
    <description>通过实例学习ASP读取XML数据文件的方法，希望大家能很快掌握，提供两段代码。 分别保存下面两段代码，一个保存为readxml.asp另一个保存为test.xml，放在同一个目录下面，调试程序即可，在程序里面我已经做了解释，读取代码可以做成一个readxml的函数，通过使用输入的参</description>
    <pubDate>2007-06-28</pubDate>
    <category>asp技巧</category>
    <author>秩名</author>
    <comments>网页教学网</comments>
</item>
<item>
    <title>ASP实例：用ASP编写更人性化的弹出窗口程序</title>
    <link>/html/edu/asp/asp3/35040.html</link>
    <description>ASP实例：用ASP编写更人性化的弹出窗口程序，来帮我们制作一个不烦人的调查的方法。 用弹出窗口来显示调查表，被认为是达到我们收集访问用户信息的最方便快捷的方法。当制作出第一份调查表后，我们客气的询问人们是否愿意填这份表，但结果却令人失望。于是我们决定把这</description>
    <pubDate>2007-06-28</pubDate>
    <category>asp技巧</category>
    <author>秩名</author>
    <comments>网页教学网</comments>
</item>
<item>
    <title>ASP实例：用ASP程序实现网站在线人数统计</title>
    <link>/html/edu/asp/asp3/35045.html</link>
    <description>在浏览网页的时侯，常常可以看见一些“当前网站上的人数是ＸＸＸ人”的在线人数同计。如何用ASP来做一个呢？首先，分析一下它的做法，一般来说，这些线上人数统计都是指一个时段内的访客人数统计。比如（5分钟内，10分钟内）而这个时间的长短，是由设计者设定的。 在这</description>
    <pubDate>2007-06-28</pubDate>
    <category>asp技巧</category>
    <author>秩名</author>
    <comments>搜站长</comments>
</item>
<item>
    <title>初学ASP来看：用ASP查看数据库记录的代码</title>
    <link>/html/edu/asp/asp3/35044.html</link>
    <description>首先是ASP与数据库建立连接。 % set dbconnection=Server.CREATEOBJECT(&quot;ADODB.CONNECTION&quot;) DBPath = Server.MapPath(&quot;customer.mdb&quot;) dbconnection.Open &quot;driver={Microsoft Access Driver (*.mdb)};dbq=&quot; DBPath 建立与数据库的连接，与上同。 SQL=&quot;select * from</description>
    <pubDate>2007-06-28</pubDate>
    <category>asp技巧</category>
    <author>秩名</author>
    <comments>网页教学网</comments>
</item>
<item>
    <title>ASP实现让数据库连接仅在需要读取数据库时打开</title>
    <link>/html/edu/asp/asp3/35043.html</link>
    <description>细心的开发人员有时会想到，我们在一个需要读写数据库的页面里包含类似!-- #include file=&quot;conn.asp&quot; --的代码时，实际上，当你没有进行任何读写数据库操作时，这个数据库连接仍然是打开的，仍然在消耗着服务器的资源。 那么，我们有没有办法让数据库连接仅在需要读取数</description>
    <pubDate>2007-06-28</pubDate>
    <category>asp技巧</category>
    <author>秩名</author>
    <comments>网页教学网</comments>
</item>
<item>
    <title>ASP取出HTML里面的图片地址的实用函数</title>
    <link>/html/edu/asp/asp3/35042.html</link>
    <description>以下是取出HTML里面的图片地址的函数： 主要原理就是用正则判断 img 的src属性。这在采集程序中将非常有用。 函数如下： Function ShowPic(str) Set objRegExp = New Regexp'设置配置对象 objRegExp.IgnoreCase = True'忽略大小写 objRegExp.Global = True'设置为全文</description>
    <pubDate>2007-06-28</pubDate>
    <category>asp技巧</category>
    <author>秩名</author>
    <comments>网页教学网</comments>
</item>
<item>
    <title>IIS自定义404错误，输入URL地址的小技巧</title>
    <link>/html/edu/asp/asp3/35037.html</link>
    <description>我设置IIS中自定义404错误，无法输入URL地址，总是提示输入&quot;错误的URL地址，请输入一个站点的绝对url地址&quot;。 我输入的是：http://www.xxxx.com/404.htm，但是每次都是错误。 反复测试了很多次，并且查询了网上的资料，发现：IIS设置404错误的时候，输入URL地址，要输入</description>
    <pubDate>2007-06-28</pubDate>
    <category>asp技巧</category>
    <author>秩名</author>
    <comments>网页教学网</comments>
</item>
<item>
    <title>总结：谈谈学习ASP动态网页制作技术的编程心得</title>
    <link>/html/edu/asp/asp3/35041.html</link>
    <description>学好一门编程语言有两个条件是必不可少的，一是理论与实践结合，在实际例程去验证书本上的理论能加深你对理论的理解；二是学会总结，把学习、运用中的心得体会记下来，当成一种经验或者教训加以提炼并在日后的应用中加以改进，一定能提高你对这门编程语言的认识。以下是</description>
    <pubDate>2007-06-28</pubDate>
    <category>asp技巧</category>
    <author>秩名</author>
    <comments>网页教学网</comments>
</item>
<item>
    <title>ASP教程之ASP中使用变量的方法</title>
    <link>/html/edu/asp/asp2/34895.html</link>
    <description>ASP | ASP.NET | JSP | PHP | AJAX | XML | Java script | HTML/CSS | 服务器类 免费注册 一站通帐号，参与直播、论坛、下载、博客、网摘、评论，展现我的风采! 您现在的位置： 中国IT实验室 WEB开发 asp 文章正文 ASP教程之ASP中使用变量的方法 中国IT实验室收集整理</description>
    <pubDate>2007-06-19</pubDate>
    <category>asp应用</category>
    <author>秩名</author>
    <comments>搜站长</comments>
</item>
<item>
    <title>认识ASP程序所使用的几种脚本语言</title>
    <link>/html/edu/asp/asp2/34896.html</link>
    <description>ASP | ASP.NET | JSP | PHP | AJAX | XML | Java script | HTML/CSS | 服务器类 免费注册 一站通帐号，参与直播、论坛、下载、博客、网摘、评论，展现我的风采! 您现在的位置： 中国IT实验室 WEB开发 asp 文章正文 认识ASP程序所使用的几种脚本语言 中国IT实验室收集整</description>
    <pubDate>2007-06-19</pubDate>
    <category>asp应用</category>
    <author>秩名</author>
    <comments>搜站长</comments>
</item>
<item>
    <title>简单介绍ASP的基础知识</title>
    <link>/html/edu/asp/asp2/34897.html</link>
    <description>ASP | ASP.NET | JSP | PHP | AJAX | XML | Java script | HTML/CSS | 服务器类 免费注册 一站通帐号，参与直播、论坛、下载、博客、网摘、评论，展现我的风采! 您现在的位置： 中国IT实验室 WEB开发 asp 文章正文 简单介绍ASP的基础知识 中国IT实验室收集整理 2007-6-</description>
    <pubDate>2007-06-19</pubDate>
    <category>asp应用</category>
    <author>秩名</author>
    <comments>搜站长</comments>
</item>
<item>
    <title>初学ASP：常用ASP内置函数</title>
    <link>/html/edu/asp/asp3/34898.html</link>
    <description>函数，就是该语言封装了的一个功能块，以方便用户的调用。比如“now()”在VBScript中就是一个能显示出当前日期和时间的函数。至于具体为什么能显示，则是该语言内核所定的，用户只需明白“now()”就是用来能显示日期时间的。那么，我们当前接触的VBScript还有其他什么功</description>
    <pubDate>2007-06-19</pubDate>
    <category>asp技巧</category>
    <author>秩名</author>
    <comments>搜站长</comments>
</item>
<item>
    <title>浅谈MsChart在ASP中的应用</title>
    <link>/html/edu/asp/asp2/34900.html</link>
    <description>MsChart是微软制作的功能强大的图表工具，用它可以很方便的建立各种图表。制作各种3维2维的直方图，折线图。在ChinaAsp中已经有好几次有人询问MsChart怎么用，在此处我给出一个例子。希望大家了解。 发送数据程序 HTMLHEAD META NAME=&quot;GENERATOR&quot; Content=&quot;Microsoft Vi</description>
    <pubDate>2007-06-19</pubDate>
    <category>asp应用</category>
    <author>秩名</author>
    <comments>搜站长</comments>
</item>
<item>
    <title>学习ASP中子程序的应用</title>
    <link>/html/edu/asp/asp3/34899.html</link>
    <description>在ASP中，你可通过VBScript和其他方式调用自程序。 实例： 调用使用VBScript的子程序 如何从ASP调用以VBScript编写的子程序。 html head % sub vbproc(num1,num2) response.write(num1*num2) end sub % /head body p You can call a procedure like this: /p p Result:</description>
    <pubDate>2007-06-19</pubDate>
    <category>asp技巧</category>
    <author>秩名</author>
    <comments>搜站长</comments>
</item>
<item>
    <title>实例详细讲解ASP生成静态页面方法</title>
    <link>/html/edu/asp/asp3/34613.html</link>
    <description>1、WITH TEMPLET意思是，生成的页面架构将采用某个已设定的模板，在此之前我的一篇教程中介绍过，希望各位在看本教程之前对ASP采用模板应熟悉下。 2、ASP转变为HTML。不要我再说ASP转变成HTML的好处了吧，其中最值得知道的就是：静态HTML页和动态页对服务器的要求承受能</description>
    <pubDate>2007-06-14</pubDate>
    <category>asp技巧</category>
    <author>秩名</author>
    <comments>搜站长</comments>
</item>
<item>
    <title>Asp 防止网页频繁刷新一法</title>
    <link>/html/edu/asp/asp3/34609.html</link>
    <description>下面示例代码是防止用网页刷新过快，如果多个页面使用，最好将%...%代码存为一个asp文件，在需要的页面最前面include file使用。 % dim RefreshIntervalTime RefreshIntervalTime = 3 '防止刷新的时间秒数，0表示不防止 If Not IsEmpty(Session(&quot;visit&quot;)) and isnumeric</description>
    <pubDate>2007-06-14</pubDate>
    <category>asp技巧</category>
    <author>秩名</author>
    <comments>搜站长</comments>
</item>
<item>
    <title>ASP技巧：控制表格的行列来显示数据</title>
    <link>/html/edu/asp/asp3/34607.html</link>
    <description>很多时候，我们在显示数据库的内容时，会用到几行或几列来显示数据，如10条数据，要以每行2列或3列形式显示。 下面是一个使用数组以表格显示几行几列的简单的示列代码，希望对您有所帮助。 % function tablebody(arr,cols,functionstr) 'arr为数组 'cols为列数 'functio</description>
    <pubDate>2007-06-14</pubDate>
    <category>asp技巧</category>
    <author>秩名</author>
    <comments>搜站长</comments>
</item>
<item>
    <title>ASP生成静态HTML文件的几种方法比较</title>
    <link>/html/edu/asp/asp2/34606.html</link>
    <description>将动态页面转换生成静态Html文件有许多好处，比如生成html网页有利于被搜索引擎收录（特别是对接受动态参数的页面）。前台访问时，脱离了数据访问，减轻对数据库访问的压力，加快网页打开速度。 当然，凡事有利必有弊，生成HTML页面无形中也耗费大量的磁盘空间以存放这</description>
    <pubDate>2007-06-14</pubDate>
    <category>asp应用</category>
    <author>秩名</author>
    <comments>搜站长</comments>
</item>
<item>
    <title>IIS下下伪静态html(URL Rewrite)设置方法</title>
    <link>/html/edu/asp/asp2/34604.html</link>
    <description>首先，下载文件 dv_iis_url_rewrite.zip，将其解压到本地硬盘(压缩包里有两个文件，分别是IisUrlRewriter.dll和IisUrlRewriter.ini)，然后打开IIS管理器： 选择“ISAPI筛选器”，然后选择“添加”： 在“添加/编辑筛选器属性”对话框中，点击“浏览”： 在这里，选择刚</description>
    <pubDate>2007-06-14</pubDate>
    <category>asp应用</category>
    <author>秩名</author>
    <comments>搜站长收集</comments>
</item>
<item>
    <title>利用ASP远程获取内容</title>
    <link>/html/edu/asp/asp2/34602.html</link>
    <description>'----------远程获取内容，并将内容存在本地电脑上，包括任何文件！---------- '---------------利用xmlhttp和adodb.stream,酷！绝对原创！----------------- 'On Error Resume Next 'Set the content type to the specific type that you are sending. 'Response.Conte</description>
    <pubDate>2007-06-14</pubDate>
    <category>asp应用</category>
    <author>秩名</author>
    <comments>搜站长</comments>
</item>
<item>
    <title>ASP技巧控制表格的行列来显示数据</title>
    <link>/html/edu/asp/asp3/34614.html</link>
    <description>很多时候，我们在显示数据库的内容时，会用到几行或几列来显示数据，如10条数据，要以每行2列或3列形式显示。 下面是一个使用数组以表格显示几行几列的简单的示列代码，希望对您有所帮助。 % function tablebody(arr,cols,functionstr) 'arr为数组 'cols为列数 'functio</description>
    <pubDate>2007-06-14</pubDate>
    <category>asp技巧</category>
    <author>秩名</author>
    <comments>搜站长</comments>
</item>
<item>
    <title>使用VB将ASP代码封装生成DLL文件</title>
    <link>/html/edu/asp/asp2/34617.html</link>
    <description>一、引言 Server端的脚本运行环境，它简单易用，不需要编译和连接，脚本可以在 Server端直接运行，并且它支持多用户、多线程，在 Web开发中得到了广泛的应用。服务器端的组件有别于客户端的组件。客户端的组件是通过网络传输,依靠HTML来起作用，而且只能在IE上有用。但</description>
    <pubDate>2007-06-14</pubDate>
    <category>asp应用</category>
    <author>秩名</author>
    <comments>搜站长</comments>
</item>
<item>
    <title>最大限度优化你的Asp程序的性能</title>
    <link>/html/edu/asp/asp2/34618.html</link>
    <description>ASP 能快速执行你的动态网页，但你还可以通过紧缩代码和数据库连接以使它们执行更快。这是一篇关于怎样精简代码和Asp 特征以获得最快执行速度的详细文章。对于一个急燥的用户来说，任何在按下用户按钮到结果出现在它们的屏幕之间的延迟可能意味着它们会转到浏览其它的</description>
    <pubDate>2007-06-14</pubDate>
    <category>asp应用</category>
    <author>秩名</author>
    <comments>天极网</comments>
</item>
<item>
    <title>得到刚刚插入的记录的自动编号值一例</title>
    <link>/html/edu/asp/asp3/34611.html</link>
    <description>对于access和Sql server 数据库，下面方法可以得到刚刚插入记录的自动编号值。 '得到刚刚插入的记录的自动编号值 dim conn,rs set conn=Server.CreateObject(&quot;ADODB.Connection&quot;) conn.Open &quot;Provider=Microsoft.Jet.OLEDB.4.0;Jet OLEDB:Database Password=;Data Sour</description>
    <pubDate>2007-06-14</pubDate>
    <category>asp技巧</category>
    <author>秩名</author>
    <comments>搜站长</comments>
</item>
<item>
    <title>区分 JavaScript、Jscript、VBScript、ASP</title>
    <link>/html/edu/asp/asp1/34732.html</link>
    <description>很多人都被这几个名词搞糊涂了，这里做个归纳，彻底澄清这几种概念。 JavaScript JavaScript 最先由 Netscape 公司开发，原名叫 LiveScript，设计该语言时部分参考了Java，并且当时Java语言火热得很，因此不久就改名为JavaScript。Netscape 公司在其网景浏览器上实现了</description>
    <pubDate>2007-06-14</pubDate>
    <category>asp基础</category>
    <author>秩名</author>
    <comments>搜站长</comments>
</item>
<item>
    <title>经验总结：ASP与存储过程解析</title>
    <link>/html/edu/asp/asp3/34625.html</link>
    <description>在这篇asp之数学函数里，我们将会以表格的形式，让大家了解到关于ASP中能用到的数学函数，里面包括一个数的绝对值、一个数的平方根，角度的正弦、余弦值等。 函数 语法 功能 Abs Abs(num) 返回一个数的绝对值 Sqr Squ(num) 返回一个数的平方根 Sin Sin(num) 返回角度的</description>
    <pubDate>2007-06-14</pubDate>
    <category>asp技巧</category>
    <author>秩名</author>
    <comments>天极设计在线</comments>
</item>
<item>
    <title>ASP技巧：用标签替换的方法生成静态网页</title>
    <link>/html/edu/asp/asp3/34623.html</link>
    <description>大家都知道HTML静态网页更容易被搜索引擎收录索引，动态生成HTML网页，也可使网站的网页数量增多，搜索引擎收录的数量也可能多，再加下提高网页的质量也意未着什么呢？我想大家也知道。 为了这个，我决定了改变之前网站建设,网页设计的方法,经过多翻的研究及思考，对多</description>
    <pubDate>2007-06-14</pubDate>
    <category>asp技巧</category>
    <author>秩名</author>
    <comments>搜站长</comments>
</item>
<item>
    <title>ASP实现邮件发送普通附件和嵌入附件</title>
    <link>/html/edu/asp/asp2/34622.html</link>
    <description>网上很多关于JMail发送邮件的例子都没有写如何发附件，或者没有写清如何发内嵌的附件（比如把附件图片嵌入到HTML信件里面） 其实最关键的就是这句要注释掉 'JMail.ContentType=&quot;text/html&quot; (为什么要发内嵌的附件图片？因为如果是imgsrc=网上的地址，在outlook等客户端</description>
    <pubDate>2007-06-14</pubDate>
    <category>asp应用</category>
    <author>秩名</author>
    <comments>搜站长</comments>
</item>
<item>
    <title>Access为后台数据库的网站统计系统</title>
    <link>/html/edu/asp/asp2/34621.html</link>
    <description>一个能对访问者进行编号、记录访问次数、IP、时间的统计制作实例 我以ACCESS库为例子，其实用SQL SERVER库也只要改一下链接库的语句就得啦，库结构如下 库文件名： CONT.ASP 本来是CONT.MDB但在建好后把扩展名改为了ASP,以防库被下载。 表名：tab 字段名 数据类型 说明</description>
    <pubDate>2007-06-14</pubDate>
    <category>asp应用</category>
    <author>秩名</author>
    <comments>搜站长</comments>
</item>
<item>
    <title>ASP利用实现IE直接下载文档</title>
    <link>/html/edu/asp/asp2/34620.html</link>
    <description>在IE进行文档链接时,如果遇到OLE支持的文档,IE会自动调用相应程序打开它,有时候这种功能并不是我们所需的,虽然我们可以提醒用户用鼠标右键--&quot;目标另存为....&quot;命令来下载文档,但这样毕竟不太友好,本文描述了利用FSO及Stream方法实现IE直接下载文档. %@language=vbscript</description>
    <pubDate>2007-06-14</pubDate>
    <category>asp应用</category>
    <author>秩名</author>
    <comments>搜站长</comments>
</item>
<item>
    <title>将ASP页面转换成HTM静态页面的方法</title>
    <link>/html/edu/asp/asp2/33921.html</link>
    <description>前段时间有个asp页面执行起来很慢，访问人数又颇多，而且又不经常修改，又懒得直接做成静态的，每次都要从 服务器 下载来改，只好想办法把asp页面转化成htm静态页面了。 以前就曾经看到这样的文章，不过没太在意，真正想用的时候很难找到一个合适的，于是在网上搜索了半</description>
    <pubDate>2007-06-02</pubDate>
    <category>asp应用</category>
    <author>秩名</author>
    <comments>搜站长</comments>
</item>
<item>
    <title>从本质上看网页（asp，jsp）的编写</title>
    <link>/html/edu/asp/asp2/26371.html</link>
    <description>学写网页是从asp 开始，那时候看了北大青鸟的一些视频，当然老师对网页本质的东西讲的很清楚！这也给我节约了很多时间！ 其实学东西最怕，你去抄老师教给你的东西！什么意思？也就是说，你只会做笔记，却没去理解！没抓到本质的东西！ 现在就从我们自己使用ie开始吧，我</description>
    <pubDate>2007-05-03</pubDate>
    <category>asp应用</category>
    <author>秩名</author>
    <comments>搜站长</comments>
</item>
<item>
    <title>ASP中遍历和操作Application对象的集合</title>
    <link>/html/edu/asp/asp2/26344.html</link>
    <description>为了能够正常使用，必须把它们放到服务器上的一个虚拟应用程序内，并且把所提供的global.asa文件放到该应用程序的根目录中。最简单的办法是把global.asa文件放到缺省Web网站的根目录（缺省情况下是C:/InetPub/WWWRoot）中。 对任何已有的global.asa文件重命名是一个好</description>
    <pubDate>2007-05-02</pubDate>
    <category>asp应用</category>
    <author>秩名</author>
    <comments>搜站长</comments>
</item>

</channel>
</rss>
