<?xml version="1.0" encoding="gb2312"?>
<rss version="2.0">
<channel>
<title>asp基础</title>
<link>/html/edu/asp/asp1/index.html</link>
<description>编程开发 / ASP / 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>区分 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/asp1/13347.html</link>
    <description>网页技术－ASP访问数据库 配置 sql Server 数据库文件 DSN 注意如果数据库驻留在远程服务器上，请与服务器管理员联系，获取附加的配置信息；下面的过程使用 sql Server 的 ODBC 默认的设置，它可能不适用于您的硬件配置。在“创建新数据源”对话框中，从列表框中选择“</description>
    <pubDate>2006-07-23</pubDate>
    <category>asp基础</category>
    <author>秩名</author>
    <comments>游陆 (个人网站)</comments>
</item>
<item>
    <title>初学者必读 ASP运行环境的搭建</title>
    <link>/html/edu/asp/asp1/12308.html</link>
    <description>首先选择操作系统。由于ASP属于MS（Microsoft）的东西，所以我们要选择MS的操作系统，Windows 98以上就可以（Windows Me和Windows XP Home不行）。 然后就是搭建个人WEB服务器（Personnel Web Serice），这就要根据操作系统来了。配置是这样的：Win98+PWS(personnel web</description>
    <pubDate>2006-05-02</pubDate>
    <category>asp基础</category>
    <author>秩名</author>
    <comments>搜站长</comments>
</item>
<item>
    <title>ASP进阶学习必经之认识数学函数11种</title>
    <link>/html/edu/asp/asp1/12307.html</link>
    <description>在这篇asp之数学函数里，我们将会以表格的形式，让大家了解到关于ASP中能用到的数学函数，里面包括一个数的绝对值、一个数的平方根，角度的正弦、余弦值等。 函数 语法 功能 Abs Abs(num) 返回一个数的绝对值 Sqr Squ(num) 返回一个数的平方根 Sin Sin(num) 返回角度的</description>
    <pubDate>2006-05-02</pubDate>
    <category>asp基础</category>
    <author>秩名</author>
    <comments>搜站长</comments>
</item>
<item>
    <title>ASP初学者常犯的几个错误</title>
    <link>/html/edu/asp/asp1/7083.html</link>
    <description>1.记录集关闭之前再次打开: ------------------------------------ sql=&quot;select * from test&quot; rs.open sql,conn,1,1 if not rs.eof then dim myName myName=rs(&quot;name&quot;) end if sql=&quot;select * from myBook&quot; rs.open sql,conn,1,1 -------------------------------------</description>
    <pubDate>2005-12-15</pubDate>
    <category>asp基础</category>
    <author>未知</author>
    <comments>未知</comments>
</item>
<item>
    <title>session的用法具体解说</title>
    <link>/html/edu/asp/asp1/7081.html</link>
    <description>Session 对象 可以使用 Session 对象存储特定用户会话所需的信息。这样，当用户在应用程序的 Web 页之间跳转时，存储在 Session 对象中的变量将不会丢失，而是在整个用户会话中一直存在下去。 当用户请求来自应用程序的 Web 页时，如果该用户还没有会话，则 Web 服务器</description>
    <pubDate>2005-12-15</pubDate>
    <category>asp基础</category>
    <author>未知</author>
    <comments>月光软件站</comments>
</item>
<item>
    <title>参数传递解决window.open的session变量丢失</title>
    <link>/html/edu/asp/asp1/6476.html</link>
    <description>用window.open打开的窗口中，有时候session变量会丢掉，给asp编程带来的一定的麻烦。用参数传递解决它： DIV id=cus_table style=BORDER-RIGHT: #000000 1px solid; BORDER-TOP: #000000 1px solid; OVERFLOW: scroll; BORDER-LEFT: #000000 1px solid; WIDTH: 450px; B</description>
    <pubDate>2005-11-07</pubDate>
    <category>asp基础</category>
    <author>未知</author>
    <comments>未知</comments>
</item>
<item>
    <title>用stream读文件</title>
    <link>/html/edu/asp/asp1/6494.html</link>
    <description>前几天要写一个东西里面有用到读文件的。 可是我不想用FSO，我怕有的空间不支持。 可是网络上找了半天没有找到一个不是用FSO写的。 还是自己做了一个。 我记得以前在做无组件上传，并保存文件的时候有用到stream 我发现有一个LoadFromFile的方法。可以读取文件。 下面是</description>
    <pubDate>2005-11-07</pubDate>
    <category>asp基础</category>
    <author>未知</author>
    <comments>未知</comments>
</item>
<item>
    <title>WEB环境下办公自动化文档修改痕迹保留的实现</title>
    <link>/html/edu/asp/asp1/6493.html</link>
    <description>WEB环境下办公自动化文档修改痕迹保留的实现 一、痕迹保留的现状与思考 随着政府机关和许多企事业单位网络建设逐步完成，对于在如何利用网络，如何表现出网络的优势方面，用户最容易想到，同时也是最容易产生效果的应用，就是办公自动化系统(OA)。在当前的软件开发实践</description>
    <pubDate>2005-11-07</pubDate>
    <category>asp基础</category>
    <author>未知</author>
    <comments>未知</comments>
</item>
<item>
    <title>ASP中一个字符串处理类（加强）（VBScript）</title>
    <link>/html/edu/asp/asp1/6492.html</link>
    <description>相关文章参见： http://www.csdn.net/Develop/read_article.asp?id=22695 本文在此基础上进行了一些添加，加了几个适合中文网站的FUNCTION进去，可能还有些没有补充进去，有感兴趣的朋友可以再在此基础上加一点FUNCTION进去，不过可别忘记分享一下！ % class StringOper</description>
    <pubDate>2005-11-07</pubDate>
    <category>asp基础</category>
    <author>未知</author>
    <comments>未知</comments>
</item>
<item>
    <title>整理了一些ASP初学者常用的代码</title>
    <link>/html/edu/asp/asp1/6491.html</link>
    <description>1.获得系统时间: %=now()% 2.取得来访用的IP: %=request.serverVariables(remote_host)% 3.获得系统,浏览器版本: script window.document.write(版本：+navigator.appName+navigator.appVersion+ browser.) /script 4.去除IE混动条: body scroll=no body style=overflow</description>
    <pubDate>2005-11-07</pubDate>
    <category>asp基础</category>
    <author>未知</author>
    <comments>未知</comments>
</item>
<item>
    <title>ASP初学者参考！</title>
    <link>/html/edu/asp/asp1/6495.html</link>
    <description>常见缩略词全写及中文含义 WWW----World Wide Web(万维网) URL----Uniform Resource Locator(统一资源定位符) HTTP----Hyper Text Transfer Protocol(超文本传输协议) HTML----Hyper Text Markup Language(超文本标记语言) XML----Extensible Markup Language(可扩展标</description>
    <pubDate>2005-11-07</pubDate>
    <category>asp基础</category>
    <author>未知</author>
    <comments>未知</comments>
</item>
<item>
    <title>关于asp调试出错信息</title>
    <link>/html/edu/asp/asp1/6496.html</link>
    <description>平时写程序的时候出错时的解决方法,不太全,但是一般问题应该都有了,呵呵,欢迎大加添加新的错误信息及解决方法 ActiveServerPages,ASP0126(0x80004005)--找不到包含文件 MicrosoftOLEDBProviderforODBCDrivers(0x80040E21)--sql语句出错(数据类型不匹配或表名(字段名)错</description>
    <pubDate>2005-11-07</pubDate>
    <category>asp基础</category>
    <author>未知</author>
    <comments>未知</comments>
</item>
<item>
    <title>对文件夹操作2</title>
    <link>/html/edu/asp/asp1/6497.html</link>
    <description>对文件的操作--建立移动删除文件夹 对文件夹的建立 % dim objfso set objfso=server.createobject(scripting,filesystemobject) objfso.createfolder(server.mappath(\c:\newfolder)) response.write新文件夹的实际路为server.mappath(\C:\newfolder) set objfso=nothin</description>
    <pubDate>2005-11-07</pubDate>
    <category>asp基础</category>
    <author>未知</author>
    <comments>未知</comments>
</item>
<item>
    <title>对文件的操作1</title>
    <link>/html/edu/asp/asp1/6498.html</link>
    <description>检查指定的磁盘 文件夹 或是文件是否存在 html body % dim objfso set objfso=server.createobject(scripting.filesystemobject) if objfso.driveexists(c:) then response.write磁盘C是存在的 else response.write磁盘C是不存在的 end if if objfso.folderexists(serve</description>
    <pubDate>2005-11-07</pubDate>
    <category>asp基础</category>
    <author>未知</author>
    <comments>未知</comments>
</item>
<item>
    <title>如何动态ASP文件</title>
    <link>/html/edu/asp/asp1/6499.html</link>
    <description>可以动态Include文件吗？ 什么是动态Include?我们从一个案例谈起： % '得到用户所在的省份 Dim Province Province = Request.form(Province) '下面显示这个省份相关的信息 % !--#include virtual=/ Province/%= Province%-- 你觉得上面的代码可以工作吗？不！简单地使用</description>
    <pubDate>2005-11-07</pubDate>
    <category>asp基础</category>
    <author>未知</author>
    <comments>未知</comments>
</item>
<item>
    <title>不用组件的简单分页</title>
    <link>/html/edu/asp/asp1/6500.html</link>
    <description>set conn=server.CreateObject(adodb.connection) set rs=server.CreateObject(adodb.recordset) cnpath=data source= server.MapPath(question.mdb) conn.open provider=microsoft.jet.oledb.4.0; cnpath rs.open bbs,conn,3,3 set rs=conn.execute(select * From myta</description>
    <pubDate>2005-11-07</pubDate>
    <category>asp基础</category>
    <author>未知</author>
    <comments>未知</comments>
</item>
<item>
    <title>ASP初学者参考！</title>
    <link>/html/edu/asp/asp1/6490.html</link>
    <description>常见缩略词全写及中文含义 WWW----World Wide Web(万维网) URL----Uniform Resource Locator(统一资源定位符) HTTP----Hyper Text Transfer Protocol(超文本传输协议) HTML----Hyper Text Markup Language(超文本标记语言) XML----Extensible Markup Language(可扩展标</description>
    <pubDate>2005-11-07</pubDate>
    <category>asp基础</category>
    <author>未知</author>
    <comments>未知</comments>
</item>
<item>
    <title>加密你的ASP页面—Script Encoder初探</title>
    <link>/html/edu/asp/asp1/6489.html</link>
    <description>一、概述 一直以来，ASP技术受到了越来越多朋友的喜爱，使用ASP从事WEB开发的人也越来越多。ASP一个非常明显的特征是页面在服务器端经过处理之后发送到浏览器中的内容为标准的HTML格式，这样有效的保护了页面程序的原代码不被客户端轻易获取（当然MS的BUG不断那是另一回</description>
    <pubDate>2005-11-07</pubDate>
    <category>asp基础</category>
    <author>未知</author>
    <comments>未知</comments>
</item>
<item>
    <title>对初学者的:自助友情链接(企业在线管理)来做着玩一下...(一</title>
    <link>/html/edu/asp/asp1/6488.html</link>
    <description>完全针对初学者的,呵呵,就是一个简单的友情链接自助系统,当然,你可以根据需要把它改成什么XX信息管理啦。很多地方都有，不算是俺发明的，可是还是想让更多的初学者了解里边的原理，想当年俺就是纳闷儿这个东东纳闷儿了两个星期（偶笨笨啦），好啦，看一下这个东东的功能</description>
    <pubDate>2005-11-07</pubDate>
    <category>asp基础</category>
    <author>未知</author>
    <comments>未知</comments>
</item>
<item>
    <title>DHTML技巧--网页文字选取</title>
    <link>/html/edu/asp/asp1/6477.html</link>
    <description></description>
    <pubDate>2005-11-07</pubDate>
    <category>asp基础</category>
    <author>未知</author>
    <comments>未知</comments>
</item>
<item>
    <title>显示&amp;quot;资料搜寻中&amp;quot;的百分比</title>
    <link>/html/edu/asp/asp1/6478.html</link>
    <description>显示资料搜寻中的百分比 2001:9:24 原程式仅将图列出，但如果资料量大时，整个萤幕会被佔满。 此处提供之程式仅将资料读出，並转为百分比及定位显示。 程式如下： % Response.Buffer = True response.write body bgcolor=#FFFFFF link=#005f02 vlink=#00b06f background</description>
    <pubDate>2005-11-07</pubDate>
    <category>asp基础</category>
    <author>未知</author>
    <comments>未知</comments>
</item>
<item>
    <title>用ASP获取别的网页的内容</title>
    <link>/html/edu/asp/asp1/6479.html</link>
    <description>HTML HEAD titleGet URL Text/title /HEAD BODY !-- Author: Adrian Forbes -- form action=URLGetMSINet.asp table border=0 trtdURL/tdtdinput type=text name=txtURL value=/td/tr /table input type=submit value=Get Text /form /BODY /HTML ***这是URLGetMSInet.a</description>
    <pubDate>2005-11-07</pubDate>
    <category>asp基础</category>
    <author>未知</author>
    <comments>未知</comments>
</item>
<item>
    <title>掌握ASP其实只需要6步</title>
    <link>/html/edu/asp/asp1/6480.html</link>
    <description>迈出第一步:Actrive Server Page技术是什么 我们常常说，ASP并不是一种语言，尽管看起来ASP的代码是已脚本的形式出现。Microsoft把ASP定义为一个脚本语言执行的环境。我们将会在这里尝试回答你,什么是Actrive Server Page他到底可以做什么. 接触Active Server Page 迈出</description>
    <pubDate>2005-11-07</pubDate>
    <category>asp基础</category>
    <author>未知</author>
    <comments>未知</comments>
</item>
<item>
    <title>运行asp脚本的asp脚本(原作：V37）</title>
    <link>/html/edu/asp/asp1/6481.html</link>
    <description>写这个小东西的出发点,由于经常的需要在线利用asp脚本的ado对数据库执行建表,修改字段 每次都要ftp修改升级文件传上去或在线修改好了运行!很是麻烦 于是写了这个小东西!很方便~~ 脚本特点: 1.可以运行除了 ssi(如#include file) 和 预处理指令(如@ language=javascript)</description>
    <pubDate>2005-11-07</pubDate>
    <category>asp基础</category>
    <author>未知</author>
    <comments>未知</comments>
</item>
<item>
    <title>在ASP.NET中创建自定义配置节（翻译）</title>
    <link>/html/edu/asp/asp1/6482.html</link>
    <description>一、介绍 ASP.NET Web应用程序用一种内置的方法访问简单的“键/值”配置数据。在Web.config文件中，你可以创建节来存储简单的“键/值”对。例如，新建一个ASP.NET项目，在Web.config文件中添加如下的标记作为元素的子标记： 该节包含了用两个标记定义的“键/值”对，你</description>
    <pubDate>2005-11-07</pubDate>
    <category>asp基础</category>
    <author>未知</author>
    <comments>未知</comments>
</item>
<item>
    <title>怎么学习asp 给非专业的asp爱好者</title>
    <link>/html/edu/asp/asp1/6483.html</link>
    <description>首先声明， 1 本人不是什么asp高手，本人只是菜鸟 2 本文不是给程序员和高手看的，是给喜欢asp的业余爱好者共同探讨的 3 本人的学习方法并不一定正确，请自行斟酌 本人毕业于山东医科大学，五年的临床医学，出来以后干了医生，后来学习asp，想起学习的时候，那些日子是</description>
    <pubDate>2005-11-07</pubDate>
    <category>asp基础</category>
    <author>未知</author>
    <comments>未知</comments>
</item>
<item>
    <title>ASP中存储过程调用的两种方式及比较</title>
    <link>/html/edu/asp/asp1/6484.html</link>
    <description>beerfroth（原作） 本人用sql server 和asp写了一个简单的留言本，在不断的尝试中发现，分页显示留言的时候，不同的执行方式，时间上的一些差别。 下面通过对比来看看几种方式的用时对比。 一，使用存储过程分页，这种情况又分为两种方式： 第一种，使用command对象，如</description>
    <pubDate>2005-11-07</pubDate>
    <category>asp基础</category>
    <author>未知</author>
    <comments>未知</comments>
</item>
<item>
    <title>初看ASP-针对初学者</title>
    <link>/html/edu/asp/asp1/6485.html</link>
    <description>我们常常说，ASP并不是一种语言，尽管看起来ASP的代码是已脚本的形式出现。Microsoft把ASP定义为一个脚本语言执行的环境。在这个执行的环境里，ASP技术的代码可以是两种，一种是VBScript另外一种是Jscript。这两种在默认的情况下是被ASP支持的。 当然，你也可以使用其他</description>
    <pubDate>2005-11-07</pubDate>
    <category>asp基础</category>
    <author>未知</author>
    <comments>未知</comments>
</item>
<item>
    <title>在ASP中使用SQL语句之1:SELECT 语句</title>
    <link>/html/edu/asp/asp1/6486.html</link>
    <description>五花八门的SQL产品多得要命，或许你早顾不得其它甩开袖子就动手干了。但你要同时采用ASP和SQL的话就可能会头晕。MySQL、SQL Server和mSQL都是绝佳的SQL工具，可惜，在ASP的环境下你却用不着它们来创建实用的SQL语句。不过，你可以利用自己掌握的Access知识以及相应的Acc</description>
    <pubDate>2005-11-07</pubDate>
    <category>asp基础</category>
    <author>未知</author>
    <comments>未知</comments>
</item>
<item>
    <title>include文件的利弊及其安全性</title>
    <link>/html/edu/asp/asp1/6487.html</link>
    <description>Include的利弊何在？ 你知道Include 可以包含文件自身吗？是的。你甚至可以包含几次。唯一的限制是：你不能让A包含B，而B又包含A。这样的循环包含是不允许的。 另一个问题是，那些文件可以包含其他文件呢？实际上，通过设置IIS，你可以允许任何文件类型使用SSI。缺省地</description>
    <pubDate>2005-11-07</pubDate>
    <category>asp基础</category>
    <author>未知</author>
    <comments>未知</comments>
</item>
<item>
    <title>鼠标在文本上移动时层的显示与消失</title>
    <link>/html/edu/asp/asp1/6501.html</link>
    <description>花了两天的时间才把这个简单的东西给做出来。本来早就想做这个东西的，但是由于......(跟老板后面做事，当然空闲的时间就少了，唉，实在不好意思，因为自己不才，所以找了个借口)。刚好现在公司又让我做个房产管理系统，要用这样的一个方法了，所以才狠下心来非把这个做</description>
    <pubDate>2005-11-07</pubDate>
    <category>asp基础</category>
    <author>未知</author>
    <comments>未知</comments>
</item>
<item>
    <title>ASP 编程中 20 个非常有用的例子——适合初学者</title>
    <link>/html/edu/asp/asp1/6502.html</link>
    <description>如果内容很多，请先在本机编辑好，以免session过期导致内容丢失。ASP 编程中 20 个非常有用的例子 1.如何用Asp判断你的网站的虚拟物理路径 答：使用Mappath方法 p align=center font size=4 face=Arial b The Physical path to this virtual website is: /b /font font</description>
    <pubDate>2005-11-07</pubDate>
    <category>asp基础</category>
    <author>未知</author>
    <comments>未知</comments>
</item>
<item>
    <title>什么是Global.asa文件</title>
    <link>/html/edu/asp/asp1/6503.html</link>
    <description></description>
    <pubDate>2005-11-07</pubDate>
    <category>asp基础</category>
    <author>未知</author>
    <comments>未知</comments>
</item>
<item>
    <title>china.com网站编辑规范(2)</title>
    <link>/html/edu/asp/asp1/6519.html</link>
    <description>china.com网站编辑规范 -续 china.com网站编辑规范 为加强中华网（CHINA.COM）的内容建设，提高内容质量，强化编辑水平，增强版权意识，提高网站的浏览率，特制订编辑手册，规定该做不该做，罗列备查信息。参照国中网编辑经验，制定本规范，同时也希望各位同仁多提宝贵</description>
    <pubDate>2005-11-07</pubDate>
    <category>asp基础</category>
    <author>未知</author>
    <comments>未知</comments>
</item>
<item>
    <title>China.com网站开发规范(1)</title>
    <link>/html/edu/asp/asp1/6520.html</link>
    <description>1数据库使用规范 1.1服务器上有关数据库的一切操作只能由服务器管理人员进行。 1.2程序中访问数据库时使用统一的用户、统一的连接文件访问数据库。 1.3原则上每一个频道只能建一个库，库名与各频道的英文名称相一致，库中再包含若干表。比较大的、重点的栏目可以考虑单</description>
    <pubDate>2005-11-07</pubDate>
    <category>asp基础</category>
    <author>未知</author>
    <comments>未知</comments>
</item>
<item>
    <title>中国高校勤工助学网站程序开发质量和管理标准化</title>
    <link>/html/edu/asp/asp1/6521.html</link>
    <description>本标准化文档主要针对中国高校勤工助学网站（以下简称中勤在线）的现有技术和发展方向，对网站后台程序的开发作一份详细的规范，仅供中勤在线程序员参考学习。 本文档分为两部分，第一、程序开发标准化，其意义为规范各程序员在完成本职工作过程的一切操作行为的标准；</description>
    <pubDate>2005-11-07</pubDate>
    <category>asp基础</category>
    <author>未知</author>
    <comments>未知</comments>
</item>
<item>
    <title>按钮链接乾坤大挪移</title>
    <link>/html/edu/asp/asp1/6522.html</link>
    <description>作为一个小技巧，暂时归类到ASP中。 在设计网站的时，我们可能会想把链接做成按钮的样子，按钮做成链接的样子。下面说一下我的方法。 1、按钮做成链接(图片)的样子 提交按钮input type=submit value=提交 提交链接a href=# onclick=表单名字.submit()提交/a 重置按钮inp</description>
    <pubDate>2005-11-07</pubDate>
    <category>asp基础</category>
    <author>未知</author>
    <comments>未知</comments>
</item>
<item>
    <title>VBScript函数补习课</title>
    <link>/html/edu/asp/asp1/6523.html</link>
    <description>最近在看CSDN论坛的时候发现很多人还在问一些基本的ASP问题，而且有很大一部分是围绕着一些常用的VBSCRIPT函数。在这里我想有必要点一下常用的几个函数。我们不需要背出函数定义，但是我们需要知道这个函数，在必要的时候想到去用。 1、我怎么在一个日期上加上一个日期</description>
    <pubDate>2005-11-07</pubDate>
    <category>asp基础</category>
    <author>未知</author>
    <comments>未知</comments>
</item>
<item>
    <title>ASP之对象总结</title>
    <link>/html/edu/asp/asp1/6524.html</link>
    <description>ADO对象(太常用了)： Connection Command RecordSet Record Stream ASP支持的对象太多了，你可以自己写COM组件，下面是我们经常使用的： Server.CreateObject(Scripting.FileSystemObject) Server.CreateObject(Scripting.Dictionary) HashTable Server.CreateXObject(W</description>
    <pubDate>2005-11-07</pubDate>
    <category>asp基础</category>
    <author>未知</author>
    <comments>未知</comments>
</item>
<item>
    <title>错误80004005信息处理方法</title>
    <link>/html/edu/asp/asp1/6525.html</link>
    <description>1.错误信息（错误信息我不用翻译成中文了把，呵呵，大家谅解） Microsoft OLE DB Provider for ODBC Drivers error '80004005' [Microsoft][ODBC Microsoft Access 97 Driver] The Microsoft Jet database engine cannot open the file '(unknown)'. It is already open</description>
    <pubDate>2005-11-07</pubDate>
    <category>asp基础</category>
    <author>未知</author>
    <comments>未知</comments>
</item>
<item>
    <title>ASP问答集</title>
    <link>/html/edu/asp/asp1/6526.html</link>
    <description>问：为什么我的记录集的RecordCount值总是返回-1？ 答：你应当使用这种模式来打开存取数据库的记录集： rec.open strSQL,conn,1,1 其中的strSQL是操作数据库的SQL语句;conn是联接数据库的Connection 变量。 问：我在ASP脚本中写了很多的注释，这会不会影响服务器处理ASP</description>
    <pubDate>2005-11-07</pubDate>
    <category>asp基础</category>
    <author>未知</author>
    <comments>未知</comments>
</item>
<item>
    <title>MicrosoftVBscript运行时错误（完整版）共121个</title>
    <link>/html/edu/asp/asp1/6527.html</link>
    <description>MicrosoftVBscript运行时错误（完整版）共121个 MicrosoftVBscript运行时错误(0x000A0005) 无效的过程调用或参数 MicrosoftVBscript运行时错误(0x000A0005) 无效的过程调用或参数 MicrosoftVBscript运行时错误(0x000A0006) 溢出 MicrosoftVBscript运行时错误(0x000A0007</description>
    <pubDate>2005-11-07</pubDate>
    <category>asp基础</category>
    <author>未知</author>
    <comments>未知</comments>
</item>
<item>
    <title>Asp设计常见问题及解答精要</title>
    <link>/html/edu/asp/asp1/6528.html</link>
    <description>作为微软推出的网页与数据库解决方案，ASP由于有微软得天独厚的操作系统等技术后盾支持，因此得到了迅速的发展，并且正受到越来越多的欢迎，在目前在电子商务网站的建设中有很多都使用ASP来编写程序。 近来有很多的读者向我们咨询学习ASP的方法和在学习中遇到的一些问题</description>
    <pubDate>2005-11-07</pubDate>
    <category>asp基础</category>
    <author>未知</author>
    <comments>未知</comments>
</item>
<item>
    <title>程序员应具备的素质</title>
    <link>/html/edu/asp/asp1/6529.html</link>
    <description>程序员应具备的素质[转帖] 程序员是一种技术工作，在IT的发展中有相当重要的地位，从底层硬件通讯协议的建立， 到数据传输层的处理，到操作系统的建设，到数据库平台的建设，一直到应用层上各种数 据营销平台的搭建，程序员在里面都扮演着举足轻重的角色并为IT事业的发</description>
    <pubDate>2005-11-07</pubDate>
    <category>asp基础</category>
    <author>未知</author>
    <comments>未知</comments>
</item>
<item>
    <title>ASP六大对象介绍(1)</title>
    <link>/html/edu/asp/asp1/6518.html</link>
    <description>Application对象 Application对象是个应用程序级的对象，用来在所有用户间共享信息，并可以在Web应用程序运行期间持久地保持数据。 Application的属性： 方法如下： Application对象没有内置的属性，但是我们可以自行创建其属性。 % Application(属性名)=值 % 其实大部</description>
    <pubDate>2005-11-07</pubDate>
    <category>asp基础</category>
    <author>未知</author>
    <comments>未知</comments>
</item>
<item>
    <title>ASP六大对象介绍(2)</title>
    <link>/html/edu/asp/asp1/6517.html</link>
    <description>1、Buffer属性 该属性用于指定页面输出时是否要用到缓冲区，默认值为False。当它为True时，直到整个Active Server Page执行结束后才会将结果输出到浏览器上。如： %Response.Buffer=True% html Head titleBuffer示例/title /head body % for i=1 to 500 response.write(</description>
    <pubDate>2005-11-07</pubDate>
    <category>asp基础</category>
    <author>未知</author>
    <comments>未知</comments>
</item>
<item>
    <title>ASP初学者怎样快速入门</title>
    <link>/html/edu/asp/asp1/6504.html</link>
    <description></description>
    <pubDate>2005-11-07</pubDate>
    <category>asp基础</category>
    <author>未知</author>
    <comments>未知</comments>
</item>
<item>
    <title>asp学习入门经验谈</title>
    <link>/html/edu/asp/asp1/6505.html</link>
    <description>一.VBScript语法简介 VBScript语句是一种基于VB的一种脚本语言,主要用于WEB服务器端的程序开发,我们 这里只介绍一些简单的语句，主要是操作数据库的几种常见的语句 1.vbscript的标识 % 语句 …… % 2定义变量dim语句 % dim a,b a=10 b=”ok!” % 注意：定义的变量可以是</description>
    <pubDate>2005-11-07</pubDate>
    <category>asp基础</category>
    <author>未知</author>
    <comments>未知</comments>
</item>
<item>
    <title>跟我学做留言本(二)</title>
    <link>/html/edu/asp/asp1/6507.html</link>
    <description>上一次我们已经把留言本的功能，数据库，文件都设计好了，还写好了主文件index.asp里面的结构，现在 我们接着进行页面设计。 页面设计主要是设计网页的风格，除了CSS以外（上一次已经设计好了），还有如何安排要显示的内容。这个 部份就不多提了，主要是设计显示单个记</description>
    <pubDate>2005-11-07</pubDate>
    <category>asp基础</category>
    <author>未知</author>
    <comments>未知</comments>
</item>

</channel>
</rss>
