程序人生

asp中创建多级目录的两段代码

实现代码一、比较专业看起来 '============================== '创建多级目录,可以创建不存在的根目录 '参数:要创建的目录名称,可以是多级 '创建目录的根目录从当前目录开始 '''调用举例...

程序人生

chr(9)、chr(10)、chr(13)、chr(32)、chr(34)讲解

chr(9)、chr(10)、chr(13)、chr(32)、chr(34) 所有关于 ASCII码的表格:[url]http://www.asciitable.com/[/url] chr(13) 是一个回车 Chr(10) 是个换行符 chr(32) 是一个空格符 9\34 是tab,未确定? 以下是一些示列...

程序人生

Dom遍历XML的一个例子,结果为树状结构

knowledge.XML文件 复制代码 代码如下: ?xmlversion="1.0"encoding="gb2312"? ?xml:stylesheettype="text/xsl"href="knowledge.xsl"? Ebaihename="Ebaihe"type="gs"id="gs000" 知识管理name="知识管理"type="rt"id="rt000" 目录name="vc+...

程序人生

javascript asp教程第十课--global asa

Global.asa: First of all, what is a global.asa? It's an optional script file that holds certain "global" information that you can access through the entire ASP appliciation. The global.asa is a plain text file saved with the .asa extension....

程序人生

改进性能和样式的24个ASP 技巧

简介 技巧 1:在 Web 服务器上缓存常用数据 技巧 2:在 Application 或 Session 对象中缓存常用数据 技巧 3:在 Web 服务器磁盘上缓存数据和 HTML 技巧 4:避免在 Application 或 Session 对象中缓存...

程序人生

一种理论上最快的Web数据库分页方法

出了一种理论上最佳的分页方法,本篇我们就来详细说说这种最佳的分页方法。 一:构思。 在设计Web数据库时,如果我们要编历每一条纪录,那么只有采取分页模式才可以使Web数据库尽...