<?xml version="1.0" encoding="gb2312"?>
<rss version="2.0">
<channel>
<title>Asp</title>
<link>/html/web/asp/</link>
<description>WEB开发&amp;raquo;Asp</description>
<language>zh-cn</language>
<generator>电脑编程网</generator>
<webmaster>admin@pc123.org</webmaster>
<item>
    <title>ASP 编程中 20 个非常有用的例子</title>
    <link>/html/web/asp/200806/16_6310.html</link>
    <description>1.如何用Asp判断你的网站的虚拟物理路径 
答：使用Mappath方法 
&amp;lt; p align=&quot;center&quot; &amp;gt;&amp;lt; font size=&quot;4&quot; face=&quot;Arial&quot; &amp;gt;&amp;lt; b &amp;gt; 
The Physical path to this virtual website is: 
&amp;lt; /b &amp;gt;&amp;lt; /font &amp;gt; 
&amp;lt; font color=&quot;#FF00</description>
    <pubDate>2008-06-16</pubDate>
    <category>Asp</category>
    <author>秩名</author>
    <comments>电脑编程网</comments>
</item>
<item>
    <title>在ASP与ASP.NET之间共享对话状态</title>
    <link>/html/web/asp/200806/16_6134.html</link>
    <description>［前言：］ASP.NET是微软提供的最新的开发基于Web的应用程序的技术。它提供了大量的比传统ASP脚本技术的好处，包括： 
   
  　　1）通过把UI表现层（presentation）与商业逻辑（business logic）分开建立了更好的开发结构； 
   
  　　2）使用完全编译的代码代替了传统</description>
    <pubDate>2008-06-16</pubDate>
    <category>Asp</category>
    <author>秩名</author>
    <comments>电脑编程网</comments>
</item>
<item>
    <title>Windows2000系统IIS安全构建指南</title>
    <link>/html/web/asp/200806/16_5856.html</link>
    <description>Win2000操作系统的一个主要特色就是将IIS融入其内核之中，并提供一些用来配置和维护软件的向导工具，使构建一个Internet网站轻松易得。但是，如果要创建一个安全可靠的Internet网站，实现“地面部分”－Win2K操作系统和“空中部分”－IIS的双重安全，还需要更加全面和深入的</description>
    <pubDate>2008-06-16</pubDate>
    <category>Asp</category>
    <author>秩名</author>
    <comments>电脑编程网</comments>
</item>
<item>
    <title>ASP组件上传的三种机制和实现原理分析</title>
    <link>/html/web/asp/200806/16_5854.html</link>
    <description>ASP 组件 FILE对象 

　　当前，基于浏览器/服务器模式的应用比较流行。当用户需要将文件传输到服务器上时，常用方法之一是运行FTP服务器并将每个用户的FTP默认目录设为用户的Web主目录，这样用户就能运行FTP客户程序并上传文件到指定的 Web目录。这就要求用户必须懂得如何</description>
    <pubDate>2008-06-16</pubDate>
    <category>Asp</category>
    <author>秩名</author>
    <comments>电脑编程网</comments>
</item>
<item>
    <title>如何解决winxp升级sp2后显示不了网页登陆验证码(xbm格式)</title>
    <link>/html/web/asp/200806/16_5855.html</link>
    <description>如上图,这是因为Windows XP SP2取消了对XBM图片的支持，该文档类型经常在Unix下使用。解决方法:
在运行里输入regedit进入注册表，找到以下相关的键，
HKEY_LOCAL_MACHINESOFTWAREMicrosoftInternet ExplorerSecurity，建立或设置
&quot;BlockXBM&quot;=dword:00000000的键值就可以</description>
    <pubDate>2008-06-16</pubDate>
    <category>Asp</category>
    <author>秩名</author>
    <comments>电脑编程网</comments>
</item>
<item>
    <title>ASP程序实现图片上传的原理分析及示例</title>
    <link>/html/web/asp/200806/16_5853.html</link>
    <description>用ASP编写网站应用程序时间长了，难免会遇到各式各样的问题，其中关于如何上传文件到服务器恐怕是遇见最多的问题了，尤其是上传图片，比如你想要在自己的社区里面实现类似网易虚拟社区提供的“每日一星”的功能，就要提供给网友上传照片的功能。上传图片文件到服务器可以使用</description>
    <pubDate>2008-06-16</pubDate>
    <category>Asp</category>
    <author>秩名</author>
    <comments>电脑编程网</comments>
</item>
<item>
    <title>帝国之争 动态网页编程语言谁主沉浮？</title>
    <link>/html/web/asp/200806/16_5851.html</link>
    <description>ASP JSP PHP是动态网页编程语言中的三大霸主，ASP的全称是Active Server Pages，是一个WEB服务器端的开发环境，利用它可以产生和运行动态的、交互的、高性能的WEB服务应用程序。ASP采用脚本语言VBScript(Java script)作为自己的开发语言。JSP是Sun公司推出的新一代站点开发语</description>
    <pubDate>2008-06-16</pubDate>
    <category>Asp</category>
    <author>秩名</author>
    <comments>电脑编程网</comments>
</item>
<item>
    <title>WAP中的ASP技术之六</title>
    <link>/html/web/asp/200806/16_5850.html</link>
    <description>WAP中的ASP技术

选择电影院和上映时间 



　　这部分代码让用户来选择看什么时间的电影，所有的记录根据前一页所选的电影来决定。在这里来选择电影院和上映时间.

movie_id = Request(&quot;movie&quot;)

sqlQuery = &quot;SELECT title FROM movie WHERE Movie_id = &quot; &amp;amp;</description>
    <pubDate>2008-06-16</pubDate>
    <category>Asp</category>
    <author>秩名</author>
    <comments>电脑编程网</comments>
</item>
<item>
    <title>WAP中的ASP技术之五</title>
    <link>/html/web/asp/200806/16_5849.html</link>
    <description>WAP中的ASP技术 

第四节：另一种预订你电影票的方法

　　在上一节中，我讲解了最基本的WAP和WML的概念，这一节我们就来看看ASP和WAP是如何结合的. 

　　现在在奥斯陆，电影院提供了一种基于电话系统的来销售门票，这个系统是很复杂的，还必须给用户一些说明才能指</description>
    <pubDate>2008-06-16</pubDate>
    <category>Asp</category>
    <author>秩名</author>
    <comments>电脑编程网</comments>
</item>
<item>
    <title>WAP中的ASP技术之四</title>
    <link>/html/web/asp/200806/16_5848.html</link>
    <description>WAP中的ASP技术

WML基本的语言

&quot;p&quot; element

作用与HTML一样,只是如果你想显示文字这个就是必须的。

&quot;do&quot; element

　　实际上每个WAP应用必须支持导航条。do标签最主要的type属性的值就是accept,这个意味着当你按下软键一个新的选项会被加到列表中来。label属</description>
    <pubDate>2008-06-16</pubDate>
    <category>Asp</category>
    <author>秩名</author>
    <comments>电脑编程网</comments>
</item>
<item>
    <title>WAP中的ASP技术之二</title>
    <link>/html/web/asp/200806/16_5846.html</link>
    <description>WAP中的ASP技术

第二节：WAP基础

　　WAP (Wireless Application Protocol) v1.1是一种开放性规范,它试图规范移动电话访问信息和服务行业。这个规范是由WAP Forum来开发的，一个民间组织。1.2版本的WAP协议将会被认为是最后的WAP规范。 

　　关于wap最基本的概念</description>
    <pubDate>2008-06-16</pubDate>
    <category>Asp</category>
    <author>秩名</author>
    <comments>电脑编程网</comments>
</item>
<item>
    <title>WAP中的ASP技术之三</title>
    <link>/html/web/asp/200806/16_5847.html</link>
    <description>WAP中的ASP技术 

第三节：WML

　　尽管我已经讲解了手机与服务器的通讯，但是真正的客户端不是手机。一个软件（wap gateway),实际上允当了这个角色。它将手机的请求转换为HTTP请求，同时也将服务器的回应返回给手机，WML文件此时就被WAP GateWay编译成二进制文件。</description>
    <pubDate>2008-06-16</pubDate>
    <category>Asp</category>
    <author>秩名</author>
    <comments>电脑编程网</comments>
</item>
<item>
    <title>WAP中的ASP技术之一</title>
    <link>/html/web/asp/200806/16_5845.html</link>
    <description>WAP中的ASP技术

第一节：WAP的潜能

　　这些日子，我们常听到WAP技术，一种手机上网的技术。从技术上讲，移动电话不可能和PC来竞争，移动电话的屏幕只能容下很少的字符，它的带宽也是很受限制，而且输入也很笨拙。那我为什么还要 介绍它了，嘿嘿，这里有两个主要的</description>
    <pubDate>2008-06-16</pubDate>
    <category>Asp</category>
    <author>秩名</author>
    <comments>电脑编程网</comments>
</item>
<item>
    <title>关于生成目录树结构的类(1)</title>
    <link>/html/web/asp/200806/16_5841.html</link>
    <description>本程序有两文件test.asp 和tree.asp 还有一些图标文件
  1。test.asp 调用类生成树 代码如下
  &amp;lt;%@ Language=VBScript %&amp;gt;
  &amp;lt;html&amp;gt;
  &amp;lt;head&amp;gt;
  &amp;lt;link rel=&quot;stylesheet&quot; href=&quot;tree.css&quot;&amp;gt;
  &amp;lt;title&amp;gt;tree&amp;lt;/title&amp;gt;</description>
    <pubDate>2008-06-16</pubDate>
    <category>Asp</category>
    <author>秩名</author>
    <comments>电脑编程网</comments>
</item>
<item>
    <title>使用Yahoo Service实现天气预报</title>
    <link>/html/web/asp/200806/16_5840.html</link>
    <description>天气预报是非常有用的服务，如果能在网站上集成天气预报，能极大地方便用户查询。 

　　寻遍了国内所有的气象站点，没找见提供Web服务的，太小气了，只能去国外找。NOAA（www.weather.gov）提供一个Web服务，但是死活连不上服务器，估计被屏蔽了，其他提供全球天气预报的有w</description>
    <pubDate>2008-06-16</pubDate>
    <category>Asp</category>
    <author>秩名</author>
    <comments>电脑编程网</comments>
</item>
<item>
    <title>操作必须使用一个可更新的查询</title>
    <link>/html/web/asp/200806/16_5839.html</link>
    <description>出错提示：
操作必须使用一个可更新的查询。

win2k win2003 系统
问题应该是服务器数据库目录的写入权限没有设置好。
数据库目录 属性 安全 EVERYONE ……给他写入权限就OK了。


winXP系统
XP操作系统安装好，文件夹选项里面默认使用简单共享(推荐)，把这个选项去掉，
再在</description>
    <pubDate>2008-06-16</pubDate>
    <category>Asp</category>
    <author>秩名</author>
    <comments>电脑编程网</comments>
</item>
<item>
    <title>在ASP中使用的有关表单操作的SQL语句</title>
    <link>/html/web/asp/200806/16_5837.html</link>
    <description>从某个页面表单中取出信息是ASP编程中常见的问题。但是，遍历通过表单传递的记录会花去多长时间呢？这取决于数据库的大小。简单的GUI界面都可能令循环遍历操作耗费太多的时间。 

　　比方说，假设有个团队成员登录到GUI屏幕输入自己的名字姓氏和名字之间用点号连接：amy.co</description>
    <pubDate>2008-06-16</pubDate>
    <category>Asp</category>
    <author>秩名</author>
    <comments>电脑编程网</comments>
</item>
<item>
    <title>Request.ServerVariables(&quot;HTTP_REFERER&quot;)的工作方式</title>
    <link>/html/web/asp/200806/16_5838.html</link>
    <description>下列情况是从浏览器的地址栏正常取得Request.ServerVariables(&quot;HTTP_REFERER&quot;)的:
   1.直接用&amp;lt;a href&amp;gt;
   2.用Submit或&amp;lt;input type=image&amp;gt;提交的表单(POST or GET)
   3.使用Jscript提交的表单(POST or GET)

下面我们再看看Request.ServerVariables(&quot;H</description>
    <pubDate>2008-06-16</pubDate>
    <category>Asp</category>
    <author>秩名</author>
    <comments>电脑编程网</comments>
</item>
<item>
    <title>深入浅出学习正则表达式</title>
    <link>/html/web/asp/200806/16_5836.html</link>
    <description>前言：

半年前我对正则表达式产生了兴趣，在网上查找过不少资料，看过不少的教程，最后在使用一个正则表达式工具RegexBuddy时发现他的教程写的非常好，可以说是我目前见过最好的正则表达式教程。于是一直想把他翻译过来。这个愿望直到这个五一长假才得以实现，结果就有了这</description>
    <pubDate>2008-06-16</pubDate>
    <category>Asp</category>
    <author>秩名</author>
    <comments>电脑编程网</comments>
</item>
<item>
    <title>ASP使用类，实现模块化</title>
    <link>/html/web/asp/200806/16_5835.html</link>
    <description>写在前面的话：

　　所有写程序的人都知道，当你逐渐对您要实现的功能展开的时候，很大的时候，第一天写的东西第二天就忘了写到那里了，很多的时候，不得不写上详细的程序开发笔记，这在ASP的系统开发中感觉尤其文件、函数复杂的时候，当我们打算对网站的一部分功能进行修改</description>
    <pubDate>2008-06-16</pubDate>
    <category>Asp</category>
    <author>秩名</author>
    <comments>电脑编程网</comments>
</item>
<item>
    <title>ASP程序无组件上传图片之文件采用方案</title>
    <link>/html/web/asp/200806/16_5834.html</link>
    <description>首先，图片在页面中能查找选择。设计表单页面index.asp和上传选择页upload.asp，upload.asp在index.asp中以iframe包含。

　　其次，所选图片应能上传到某文件夹。建立一文件夹uploadimg

　　最后，传上去的图片应如何引用？很显然，采用UBB立即显示。upload.asp的指向对象u</description>
    <pubDate>2008-06-16</pubDate>
    <category>Asp</category>
    <author>秩名</author>
    <comments>电脑编程网</comments>
</item>
<item>
    <title>深入学习ASP动态网页技术之FSO组件之文件操作</title>
    <link>/html/web/asp/200806/16_5833.html</link>
    <description>FSO中除了可以对驱动器、文件夹的操作以外，功能最强大的就是对文件的操作了。它可以用来记数、内容管理、搜索还可生成动态HTML页面等等。

一、fso.OpenTextFile
无需多说，fso.OpenTextFile就是打开某个文件了，一般情况之下是打开的txt文本文件。所以首先我们先建立一个tx</description>
    <pubDate>2008-06-16</pubDate>
    <category>Asp</category>
    <author>秩名</author>
    <comments>电脑编程网</comments>
</item>
<item>
    <title>深入学习ASP动态网页技术之对文件系统的管理</title>
    <link>/html/web/asp/200806/16_5832.html</link>
    <description>对于已经上传的文件，随着时间的漫长，内容的更替，这些上传文件就需要管理了。最常见的，则是对于一些上传文件的删除。那么，在线的文件删除则是通过FSO来实现。同时，在文件删除之前必须确定删除某个具体的文件或文件夹，这就需要能查看到所有的上传文件内容。 

　　下面</description>
    <pubDate>2008-06-16</pubDate>
    <category>Asp</category>
    <author>秩名</author>
    <comments>电脑编程网</comments>
</item>
<item>
    <title>深入学习ASP动态网页技术之FSO组件之驱动器操作</title>
    <link>/html/web/asp/200806/16_5830.html</link>
    <description>FSO，正如UFO般令人激动、令人神往，当然更多的亦是让人欢喜让人忧。君不见某空间服务商广告：100MB空间只要60RMB/年，支持数据库，支持什么什么……一问不支持FSO，立马泄气。那FSO究竟是什么东西，它的力量又是如何巨大，其操作的原理又是怎的怎的呢？这次来个彻底的理解。</description>
    <pubDate>2008-06-16</pubDate>
    <category>Asp</category>
    <author>秩名</author>
    <comments>电脑编程网</comments>
</item>
<item>
    <title>深入学习ASP动态网页技术之FSO组件之文件夹操作</title>
    <link>/html/web/asp/200806/16_5831.html</link>
    <description>操作完驱动器，接着就是来操作文件夹了。其中包括：提取文件夹信息、创建文件夹、删除文件夹、复制文件夹、移动文件夹等。下面就具体来看。

　　一、fso.GetFolder 

　　一看就明白，是提取文件夹了。那具体是提取哪个文件夹呢？后面肯定要跟一个文件夹的路径。提取出来了</description>
    <pubDate>2008-06-16</pubDate>
    <category>Asp</category>
    <author>秩名</author>
    <comments>电脑编程网</comments>
</item>
<item>
    <title>JScript运行时错误</title>
    <link>/html/web/asp/200806/16_5828.html</link>
    <description>JScript 运行时错误是指当 JScript 脚本试图执行一个系统不能运行的动作时导致的错误。当正在运行脚本、计算变量表达式、或者正在动态分配内存时出现 JScript 运行时错误时。 







十进制

十六进制

说　明

十进制

十六进制

说　明



5

800A0005

非法</description>
    <pubDate>2008-06-16</pubDate>
    <category>Asp</category>
    <author>秩名</author>
    <comments>电脑编程网</comments>
</item>
<item>
    <title>Asp防止网页频繁刷新的源码</title>
    <link>/html/web/asp/200806/16_5829.html</link>
    <description>&amp;lt;%
dim RefreshIntervalTime
RefreshIntervalTime = 3 '防止刷新的时间秒数，0表示不防止
If Not IsEmpty(Session(&quot;visit&quot;)) and isnumeric(Session(&quot;visit&quot;)) and int(RefreshIntervalTime) &amp;gt; 0 Then
 if (timer()-int(Session(&quot;visit&quot;)))*1000 &amp;lt; RefreshInt</description>
    <pubDate>2008-06-16</pubDate>
    <category>Asp</category>
    <author>秩名</author>
    <comments>电脑编程网</comments>
</item>
<item>
    <title>asp中的80020009错误</title>
    <link>/html/web/asp/200806/16_5827.html</link>
    <description>我们以前遇到过这种情况，Request.Form提交的数据太多了，导致IIS报告异常“堆栈溢出. 处理中的数据超过允许的极限”。这是因为iis默认设置中最大只能接受200K的内容。是这里造成的原因。 


IIS6 可以做以下调整。

先在服务里关闭iis admin service服务 
找到windowssys</description>
    <pubDate>2008-06-16</pubDate>
    <category>Asp</category>
    <author>秩名</author>
    <comments>电脑编程网</comments>
</item>
<item>
    <title>ADO的错误码对应的含义</title>
    <link>/html/web/asp/200806/16_5826.html</link>
    <description>除了在 Error 对象和 Errors 集合中说明的提供者错误之外，ADO 本身也将错误返回到运行时环境的异常处理机制之中。使用编程语言的错误捕获机制（如 Microsoft&amp;reg; Visual Basic&amp;reg; 中的 On Error 语句）可捕获及处理下列错误。下表将同时显示十进制和十六进制错误代码</description>
    <pubDate>2008-06-16</pubDate>
    <category>Asp</category>
    <author>秩名</author>
    <comments>电脑编程网</comments>
</item>
<item>
    <title>JScript语法错误</title>
    <link>/html/web/asp/200806/16_5824.html</link>
    <description>JScript 语法错误是指当 JScript 语句违反了 JScript 脚本语言的一条或多条语法规则时导致的错误。JScript 语法错误发生在程序编译阶段，在开始运行该程序之前。 







十进制

十六进制

说　明



1001

800A03E9

内存不足



1002

800A03EA

语法错误</description>
    <pubDate>2008-06-16</pubDate>
    <category>Asp</category>
    <author>秩名</author>
    <comments>电脑编程网</comments>
</item>
<item>
    <title>ASP错误代码说明</title>
    <link>/html/web/asp/200806/16_5825.html</link>
    <description>错误代码

错误消息

说　明



ASP0100

Out of memory

内存不足（不能分配要求的内存）



ASP0101

Unexpected error

意外错误



ASP0102

Expecting string input

缺少字符串输入



ASP0103

Expecting numeric input

缺少数字输入</description>
    <pubDate>2008-06-16</pubDate>
    <category>Asp</category>
    <author>秩名</author>
    <comments>电脑编程网</comments>
</item>
<item>
    <title>VBScrip运行时错误</title>
    <link>/html/web/asp/200806/16_5823.html</link>
    <description>如果 VBScript 脚本执行系统无法实施的操作，则会产生 VBScript 运行时错误。只有在运行脚本、为变量表达式赋值或分配内存时，才会产生 VBScript 运行时错误。 







十进制

十六进制

说　明



5

800A0005

无效过程调用或参数



6

800A0006

溢出</description>
    <pubDate>2008-06-16</pubDate>
    <category>Asp</category>
    <author>秩名</author>
    <comments>电脑编程网</comments>
</item>
<item>
    <title>VBScript语法错误</title>
    <link>/html/web/asp/200806/16_5822.html</link>
    <description>如果 VBScript 语句结构违反了一个或多个 VBScript 脚本语言语法规则，就会产生 VBScript 语法错误。VBScript 语法错误通常在执行程序前，编译程序时产生。 







十进制

十六进制

说　明



1001

800A03E9

内存不足



1002

800A03EA

语法错误



1</description>
    <pubDate>2008-06-16</pubDate>
    <category>Asp</category>
    <author>秩名</author>
    <comments>电脑编程网</comments>
</item>
<item>
    <title>IIS6.0 ASP 错误解析</title>
    <link>/html/web/asp/200806/16_5821.html</link>
    <description>事 件

ID 描 述



0100



内存不足。无法分配所需的内存。



0101

意外错误。函数返回。



0102

要求字符串输入。函数需要字符串输入。



0103

要求数字输入。函数需要数字输入。



0104

不允许操作。



0105

索引超出范围。数组</description>
    <pubDate>2008-06-16</pubDate>
    <category>Asp</category>
    <author>秩名</author>
    <comments>电脑编程网</comments>
</item>
<item>
    <title>IIS 错误代码汇总</title>
    <link>/html/web/asp/200806/16_5820.html</link>
    <description>借误代码

事 件 描 述



400



无法解析此请求。



401:1 

未经授权:访问由于凭据无效被拒绝。



401:2

未经授权: 访问由于服务器配置倾向使用替代身份验证方法而被拒绝。



401:3

未经授权:访问由于 ACL 对所请求资源的设置被拒绝。



4</description>
    <pubDate>2008-06-16</pubDate>
    <category>Asp</category>
    <author>秩名</author>
    <comments>电脑编程网</comments>
</item>
<item>
    <title>利用Session和HashTable制作购物车</title>
    <link>/html/web/asp/200806/16_5819.html</link>
    <description>1private void DataGrid1_ItemCommand(object source, System.Web.UI.WebControls.DataGridCommandEventArgs e)//假设前面购买命令是一个命令名为buy的LinkButton
 2        {//关键，建立和加如购物车
 3            string pid=this.DataGrid1.DataKeys[e.Item.ItemIndex].</description>
    <pubDate>2008-06-16</pubDate>
    <category>Asp</category>
    <author>秩名</author>
    <comments>电脑编程网</comments>
</item>
<item>
    <title>ASP技巧之定义数组方法</title>
    <link>/html/web/asp/200806/16_5817.html</link>
    <description>[注意：本文提到的数组是Visual Basic中数组的定义，对asp编程有一定的参考价值！]

数组是有序数据的集合。数组中的元素可以不属于同一个数据类型。用一个统一的数组名和下标来唯一地确定数组中的元素，更改其中一个元素并不会影响其它元素。数组的下标是有界的，分为下界和</description>
    <pubDate>2008-06-16</pubDate>
    <category>Asp</category>
    <author>秩名</author>
    <comments>电脑编程网</comments>
</item>
<item>
    <title>使用IIS的Url重定向功能防止数据库被下载</title>
    <link>/html/web/asp/200806/16_5816.html</link>
    <description>首先打开IIS,找到我们的数据库。


　　我们试一下是不是可以下载,正常的情况可以下载的。


　　现在我们就开始设置IIS不让数据库被别人下载，我们在数据库上右键,打开属性。


　　在&quot;文件&quot;项下我们设置如果下图,将文件重定向到URL上。


　　我在右键数据库浏览一下.</description>
    <pubDate>2008-06-16</pubDate>
    <category>Asp</category>
    <author>秩名</author>
    <comments>电脑编程网</comments>
</item>
<item>
    <title>class Property Get、Property Let 使用说明</title>
    <link>/html/web/asp/200806/16_5815.html</link>
    <description>&amp;lt;%
'在 Class 块中，成员通过相应的声明语句被声明为 Private(私有成员，只能在类内部调用) 或 Public(公有成员，可以在类内外部调用) 。
'被声明为 Private 的将只在 Class 块内是可见的。被声明为 Public 不仅在 Class 块的内部是可见的，对 Class 块之外的代码也是可</description>
    <pubDate>2008-06-16</pubDate>
    <category>Asp</category>
    <author>秩名</author>
    <comments>电脑编程网</comments>
</item>
<item>
    <title>学习ASP之在VBScript中使用类</title>
    <link>/html/web/asp/200806/16_5813.html</link>
    <description>前言
　　首先，在我进入实质性主题并解释如何建立类之前，我希望保证你知道“对象”。虽然你可以在程序中使用对象而不用知道其正确的规则，但我并不建议如此！对于对象的初学者，接下来的部分将让你了解其概念及内容。已经了解面向对象编程（OOP）的读者可以跳过这章节。</description>
    <pubDate>2008-06-16</pubDate>
    <category>Asp</category>
    <author>秩名</author>
    <comments>电脑编程网</comments>
</item>
<item>
    <title>用ASP+CSS实现随机背景</title>
    <link>/html/web/asp/200806/16_5814.html</link>
    <description>随机背景--当你每次进入该页面时，从已指定的图片文件夹中，随机选取一个图片作为背景显示。这里介绍的方法是用ASP+CSS来实现的。

ASP--来自ASP101

以下是引用片段：
Const IMGS_DIR = &quot;/images&quot;  
 '设定图片文件夹的地址，随机显示该文件夹内任一张图片 
Dim objFSO, o</description>
    <pubDate>2008-06-16</pubDate>
    <category>Asp</category>
    <author>秩名</author>
    <comments>电脑编程网</comments>
</item>
<item>
    <title>如何定时运行ASP文件</title>
    <link>/html/web/asp/200806/16_5812.html</link>
    <description>在一定的时候，要定时的运行某个ASP文件去执行一个任务，如一个工厂在早上９点钟要采集所有的电表的读数，当然这要通过IN SQL连接到各个电表中，我们现在就是用一个ASP文件把IN SQL中表的读数再集中到MS SQL中。

可能你看到的定时运行ASP文件的方法有多种，不过我现在要说</description>
    <pubDate>2008-06-16</pubDate>
    <category>Asp</category>
    <author>秩名</author>
    <comments>电脑编程网</comments>
</item>
<item>
    <title>如何配置ASP运行环境</title>
    <link>/html/web/asp/200806/16_5811.html</link>
    <description>如何配置ASP运行环境 
1.如果您的操作系统为Windows 98，请运行 Windows98的安装光盘。在其Add-onspws目录下找到pws的安装程序，运行安装即可 

2.如果操作系统为 Windows 2000 以上，可以按图4.1.1的方法安装 IIS： 
打开【控制面板】，找到 【添加/删除程序】→【添加/删</description>
    <pubDate>2008-06-16</pubDate>
    <category>Asp</category>
    <author>秩名</author>
    <comments>电脑编程网</comments>
</item>
<item>
    <title>学习ASP知识之Request.ServerVariables应用</title>
    <link>/html/web/asp/200806/16_5810.html</link>
    <description>本机ip:&amp;lt;%=request.servervariables(&quot;remote_addr&quot;)%&amp;gt;
服务器名:&amp;lt;%=Request.ServerVariables(&quot;SERVER_NAME&quot;)%&amp;gt;
服务器IP:&amp;lt;%=Request.ServerVariables(&quot;LOCAL_ADDR&quot;)%&amp;gt;
服务器端口:&amp;lt;%=Request.ServerVariables(&quot;SERVER_PORT&quot;)%&amp;gt;
服务</description>
    <pubDate>2008-06-16</pubDate>
    <category>Asp</category>
    <author>秩名</author>
    <comments>电脑编程网</comments>
</item>
<item>
    <title>ASP如何获取真实IP地址</title>
    <link>/html/web/asp/200806/16_5808.html</link>
    <description>大家都知道，在ASP中可以使用Request.ServerVariables(&quot;REMOTE_ADDR&quot;)来取得客户端的IP地址，但如果客户端是使用代理服务器来访问，那取到的就是代理服务器的IP地址，而不是真正的客户端IP地址。要想透过代理服务器取得客户端的真实IP地址，就要使用Request.ServerVariables(</description>
    <pubDate>2008-06-16</pubDate>
    <category>Asp</category>
    <author>秩名</author>
    <comments>电脑编程网</comments>
</item>
<item>
    <title>ASP的一个简单的用存储过程分页</title>
    <link>/html/web/asp/200806/16_5809.html</link>
    <description>使用这个存储过程可以实现分页的，新手可以看看哦！
create proc proPage(@pageid int ,@pagesize int)
as
begin
if (@pageid=1)
begin
 set rowcount @pagesize
 select * from test order by id
end
else
begin
 declare @no1 int
 declare @num int
 select @num=@pagesiz</description>
    <pubDate>2008-06-16</pubDate>
    <category>Asp</category>
    <author>秩名</author>
    <comments>电脑编程网</comments>
</item>
<item>
    <title>一位高手整理的IIS FAQ</title>
    <link>/html/web/asp/200806/16_5807.html</link>
    <description>下面是一位高手整理的问题精华，大家好好看看吧，收获肯定很大的! 

　　1.如何让asp脚本以system权限运行 

　　修改你asp脚本所对应的虚拟目录，把&quot;应用程序保护&quot;修改为&quot;低&quot;.... 

　　2.如何防止asp木马 

　　基于FileSystemObject组件的asp木马



　　cacls %sys</description>
    <pubDate>2008-06-16</pubDate>
    <category>Asp</category>
    <author>秩名</author>
    <comments>电脑编程网</comments>
</item>
<item>
    <title>在ASP程序页面中插入excel文件</title>
    <link>/html/web/asp/200806/16_5806.html</link>
    <description>&amp;lt;%
set xlApp = Server.CreateObject(&quot;Excel.Application&quot;)
''使服务端不出现Excel窗口
xlApp.Visible = false
''建立一个worksheet
set myWorkbook = xlApp.Workbooks.Add
set myWorksheet = myWorkbook.Worksheets(1)
''建立表头
myWorksheet.Range(&quot;A1&quot;).Value = ''</description>
    <pubDate>2008-06-16</pubDate>
    <category>Asp</category>
    <author>秩名</author>
    <comments>电脑编程网</comments>
</item>
<item>
    <title>安全的ASP代码</title>
    <link>/html/web/asp/200806/16_5804.html</link>
    <description>ASP中数据库的安全是一个很严肃的问题。很多代码的编写者意识到了这类问题，并且小心翼翼地对他们认为有问题的地方做了补救，但常见的情况是要么没有穷尽所有的可疑地点，要么这种补救逻辑上有误。对于一个耐心且嗅觉灵敏的攻击者来说，这种意义上的补救措施和没有任何补救措</description>
    <pubDate>2008-06-16</pubDate>
    <category>Asp</category>
    <author>秩名</author>
    <comments>电脑编程网</comments>
</item>
<item>
    <title>学习ASP之解决大字段在Form中Post出错的方法</title>
    <link>/html/web/asp/200806/16_5805.html</link>
    <description>我们在使用很多新闻系统的时候，都会发现一个问题，尤其是使用 HtmlEdit 从WORD文档中直接拷贝文章（尤其里面有复杂表格和文字）的时候，提交会有一个错误发生。

&quot;Request Object, ASP 0107 (0x80004005)&quot;

很多编程人员都以为是 Access 数据库备注字段64kb限制的问题，开始</description>
    <pubDate>2008-06-16</pubDate>
    <category>Asp</category>
    <author>秩名</author>
    <comments>电脑编程网</comments>
</item>

</channel>
</rss>
