<?xml version="1.0" encoding="gb2312" ?>
<rss version="2.0">
<channel>
<title>ASP入门</title>
<link>http://www.itxyz.net/3jk/asp/</link>
<description>编程语言 / ASP入门</description>
<language>zh-cn</language>
<generator><![CDATA[&lt;a href=&quot;http://www.itxyz.net&quot;&gt;IT学院站&lt;/a&gt;ITxyz.net版权所有]]></generator>
<webmaster>c.h.j@msn.com</webmaster>
<item>
    <title><![CDATA[Ewebeditor及fckeditork单引号的问题]]></title>
    <link>http://www.itxyz.net/3jk/asp/2010/0427/10160.html</link>
    <description><![CDATA[Ewebeditor及fckeditork，90%的网站都是采用这两种编辑器作为产品或者内容的说明部分的编辑窗口，近日，一客户的外贸站点基本上快完工了，因客户产品分类多，故而让客户自己在后台添加产品，但是客户反映，在后台添加产品时，如果产品说明内容太过复杂的话，产品怎么也添加]]></description>
    <pubDate>2010-04-27</pubDate>
    <category>ASP入门</category>
    <author>itxyz.net</author>
    <comments>ITxyz网友提供</comments>
</item>
<item>
    <title><![CDATA[ASP动态程序防采集的新方法]]></title>
    <link>http://www.itxyz.net/3jk/asp/2010/0427/10159.html</link>
    <description><![CDATA[昨天在网上看到一个防采集软件，说采集只访问当前网页，不会访问网页的图片、JS等，今天突然想到，通过动态程序和Js访问分别记录访问者的IP，然后进行IP判断，由于采集过程不会访问JS，采集的时候只会查到用动态程序记录的IP，而不会有通过JS记录的IP，从而实现网页程序的防]]></description>
    <pubDate>2010-04-27</pubDate>
    <category>ASP入门</category>
    <author>itxyz.net</author>
    <comments>方卡在线</comments>
</item>
<item>
    <title><![CDATA[ASP的日期转换星座函数]]></title>
    <link>http://www.itxyz.net/3jk/asp/2010/0125/8588.html</link>
    <description><![CDATA['日期转换星座函数,参数是日期型 function astro(birth) astro= if birth= or not isdate(birth) Then exit function birthmonth=month(birth) : if birthmonth10 then birthmonth=0 birthmonth birthday=day(birth) : if birthday10 then birthday=0 birthday birth=trim(b src=htt]]></description>
    <pubDate>2010-01-25</pubDate>
    <category>ASP入门</category>
    <author>itxyz.net</author>
    <comments>ITxyz整理</comments>
</item>
<item>
    <title><![CDATA[每个ASP程序员必备的知识]]></title>
    <link>http://www.itxyz.net/3jk/asp/2010/0123/8508.html</link>
    <description><![CDATA[数据库连接： 以下为引用的内容： % set conn=server.createobject(adodb.connection) conn.open driver={microsoft access driver (*.mdb)};dbq=server.mappath(数据库名) % 打开数据库： 以下为引用的内容： exec=select * from 数据库表 set rs=server.createobject(adod src=http:///im]]></description>
    <pubDate>2010-01-23</pubDate>
    <category>ASP入门</category>
    <author>itxyz.net</author>
    <comments>黑客基地</comments>
</item>
<item>
    <title><![CDATA[Asp获取当日文章并支持前一天后一天的方法]]></title>
    <link>http://www.itxyz.net/3jk/asp/2010/0123/8507.html</link>
    <description><![CDATA[今天群里一个朋友浏览了我的asp98.cn网站，她说最好做一个当日内容的列表，用户一般都懒得往下去看的。感觉非常有道理，这就是所谓的用户体验了，呵呵！说搞就搞！所以搞到半夜一点半...... - - # 内容列表非常简单，这里就不多说了，首先思路，定义一个变量获取值来查询数;]]></description>
    <pubDate>2010-01-23</pubDate>
    <category>ASP入门</category>
    <author>itxyz.net</author>
    <comments>ASP酒吧</comments>
</item>
<item>
    <title><![CDATA[如何配置IIS既可以运行ASP又可以运行PHP]]></title>
    <link>http://www.itxyz.net/3jk/asp/2010/0120/8282.html</link>
    <description><![CDATA[整了个BaiDuMp3的Decode，Base64加上一些Unicode的变化，发现JS版和ASP版的Base64算法对中文支持都不理想，于是用了Php的，服务器是IIS6.0，要让它跑Php也是可以的 。 1、准备好php.ini，php5ts.dll，php5isapi.dll这3个文件，其中的php5是你拥有的php版本的文件，不同的版 style=display:none/i]]></description>
    <pubDate>2010-01-20</pubDate>
    <category>ASP入门</category>
    <author>itxyz.net</author>
    <comments>w3cgroup.com</comments>
</item>
<item>
    <title><![CDATA[sdcms添加在线提交功能]]></title>
    <link>http://www.itxyz.net/3jk/asp/2010/0120/8281.html</link>
    <description><![CDATA[sdcms在线提交的程序 代码如下 !--#include file=inc/conn.asp -- link href=style.css rel=stylesheet type=text/css style type=text/css !-- .STYLE1 {color: #FF0000} body,td,th { font-size: 12px; } -- /style script language=javascript function isfull() { var t src=]]></description>
    <pubDate>2010-01-20</pubDate>
    <category>ASP入门</category>
    <author>itxyz.net</author>
    <comments>ITxyz整理</comments>
</item>
<item>
    <title><![CDATA[关于ASP Recordset 分页出现负数解决方法及建议]]></title>
    <link>http://www.itxyz.net/3jk/asp/2010/0120/8280.html</link>
    <description><![CDATA[对于Recordset分页时出现负数的现象，相信会有很多人遇到过这个问题，有时百度、GOOGLE也不得其解，现在由我来总结一下。 出现负数，主要和游标类型有关系。（ 为举例方便，假设已经有一个conn.asp链接数据库的文件并且已经include ）现在举一个例子，代码如下： '=========;]]></description>
    <pubDate>2010-01-20</pubDate>
    <category>ASP入门</category>
    <author>itxyz.net</author>
    <comments>ITxyz整理</comments>
</item>
<item>
    <title><![CDATA[ASP实例教程：FileSystemObject对象]]></title>
    <link>http://www.itxyz.net/3jk/asp/2010/0120/8279.html</link>
    <description><![CDATA[FileSystemObject 对象 指定的文件存在吗？ 本例演示如何首先创建FileSystemObject对象，然后使用FileExists方法来探测某文件是否存在。 本示例代码如下： 以下为引用的内容： html body % Set fs=Server.CreateObject(Scripting.FileSystemObject) If (fs.FileExists(c:\wi ]]></description>
    <pubDate>2010-01-20</pubDate>
    <category>ASP入门</category>
    <author>itxyz.net</author>
    <comments>网页教学网</comments>
</item>
<item>
    <title><![CDATA[asp调用js代码]]></title>
    <link>http://www.itxyz.net/3jk/asp/2009/1230/7591.html</link>
    <description><![CDATA[最近很苦恼，当数据访问失败或者成功的时候，要页面的js处理一些效果，只是不知道怎么调用，非常郁闷。终于找 到了一个地方： ScriptManager.RegisterStartupScript(ListUpdatePanel, typeof(UpdatePanel), , alert(1);, true); 在后台的函数中调用这个即可。（针对updatepa style=display:n]]></description>
    <pubDate>2009-12-30</pubDate>
    <category>ASP入门</category>
    <author>itxyz.net</author>
    <comments>ITxyz整理</comments>
</item>
<item>
    <title><![CDATA[Asp组件初级入门与精通]]></title>
    <link>http://www.itxyz.net/3jk/asp/2009/1230/7590.html</link>
    <description><![CDATA[Asp组件初级入门与精通系列之一 一直以来，想写一些组件方面的应用，这段时间终于可以写一点自己喜欢的东西。 希望大家通过这些教程学习后，可以随心所欲的写出自己的组件。 每篇文章可能没有关联，只是写一些组件编写过程中出现的问题。 欢迎大家批评指正 环境:winxp+vb6+s;]]></description>
    <pubDate>2009-12-30</pubDate>
    <category>ASP入门</category>
    <author>itxyz.net</author>
    <comments>ITxyz整理</comments>
</item>
<item>
    <title><![CDATA[Asp组件中级入门与精通系列]]></title>
    <link>http://www.itxyz.net/3jk/asp/2009/1230/7589.html</link>
    <description><![CDATA[Asp组件中级入门与精通系列之一 初级教程写了七篇了，肯定还有一些初级的东西需要写，我会慢慢的进行补充 中级教程的内容： 这可能也是大家最关心的:如：数据库的操作与封装。Asp内置对象的使用。这些部分我会花费较长的篇幅来说明,这一部分内容需要你能够比较熟练的使用ADO;]]></description>
    <pubDate>2009-12-30</pubDate>
    <category>ASP入门</category>
    <author>itxyz.net</author>
    <comments>ITxyz整理</comments>
</item>
<item>
    <title><![CDATA[asp版域名查询的数据库接口]]></title>
    <link>http://www.itxyz.net/3jk/asp/2009/1230/7588.html</link>
    <description><![CDATA[% on error resume next Private d_exsit Dim Retrieval Dim Domain Dim TakenHTML Function GetURL(url) Set Retrieval = Server.CreateObject(Microsoft.XMLHTTP) With Retrieval .Open GET, url, False, , .Send GetURL = .ResponseText End With Set Retrieval = Nothin]]></description>
    <pubDate>2009-12-30</pubDate>
    <category>ASP入门</category>
    <author>itxyz.net</author>
    <comments>ITxyz整理</comments>
</item>
<item>
    <title><![CDATA[ASP利用prototype和Google的weather api做天气预报]]></title>
    <link>http://www.itxyz.net/3jk/asp/2009/1230/7587.html</link>
    <description><![CDATA[利用prototype和GOOGLE的weather api做天气预报 想拿prototype练练手，就用prototype做个天气预报吧。 Google Weather API 只支持美国地区使用邮政编码进行查询,例如: http://www.google.com/ig/api?hl=zh-cnweather=94043 (94043 为 山景城, 美国加州 的邮政编码) 而除了美 sty]]></description>
    <pubDate>2009-12-30</pubDate>
    <category>ASP入门</category>
    <author>itxyz.net</author>
    <comments>ITxyz整理</comments>
</item>
<item>
    <title><![CDATA[ASP常用函数：getpy() 汉字转为拼音]]></title>
    <link>http://www.itxyz.net/3jk/asp/2009/1230/7586.html</link>
    <description><![CDATA[% '取字段数据每个汉字的拼音首字母 Function getpychar(char) tmp = 65536 + Asc(char) If(tmp= 45217 And tmp= 45252) Then getpychar = A ElseIf(tmp= 45253 And tmp= 45760) Then getpychar = B ElseIf(tmp= 47761 And tmp= 46317) Then getpychar = C ElseIf(tmp= 4631 src=http]]></description>
    <pubDate>2009-12-30</pubDate>
    <category>ASP入门</category>
    <author>itxyz.net</author>
    <comments>ITxyz整理</comments>
</item>
<item>
    <title><![CDATA[无组件上传图片到数据库中，最完整解决方案]]></title>
    <link>http://www.itxyz.net/3jk/asp/2009/1230/7585.html</link>
    <description><![CDATA[up.htm !--#include file=inc/domin.asp-- !--#include file=conn.asp-- html head title% =webname %/title meta http-equiv=Content-Type content=text/html; charset=gb2312 link rel=stylesheet href=main.css type=text/css style type=text/css !-- .tx1 { height: 20]]></description>
    <pubDate>2009-12-30</pubDate>
    <category>ASP入门</category>
    <author>itxyz.net</author>
    <comments>ITxyz整理</comments>
</item>
<item>
    <title><![CDATA[ASP常用函数自动获取匹配文章标签(Tags)、关键字：(ShowTags)]]></title>
    <link>http://www.itxyz.net/3jk/asp/2009/1230/7584.html</link>
    <description><![CDATA[程序代码 %@LANGUAGE=VBSCRIPT CODEPAGE=65001% % option explicit response.charset = UTF-8 session.codepage = 65001 session.timeout = 1440 server.scripttimeout = 9999 '---------------------------------------------------- '功能: ASP自动获取匹配文章标签（Tags src=http:/]]></description>
    <pubDate>2009-12-30</pubDate>
    <category>ASP入门</category>
    <author>itxyz.net</author>
    <comments>ITxyz整理</comments>
</item>
<item>
    <title><![CDATA[asp画的五星红旗（bmp格式）]]></title>
    <link>http://www.itxyz.net/3jk/asp/2009/1230/7583.html</link>
    <description><![CDATA[程序代码 % Option Explicit Class FiveStarredFlag Private Width Private Height Private Filler Private SizeImage Private FileSize Private BitMap() Private Sub Class_Initialize Height = 200 Width = 300 Filler = (32 - Width Mod 32) Mod 32 SizeImage = (Widthifram]]></description>
    <pubDate>2009-12-30</pubDate>
    <category>ASP入门</category>
    <author>itxyz.net</author>
    <comments>ITxyz整理</comments>
</item>
<item>
    <title><![CDATA[ASP数字、字母验证码（带随机杂点）]]></title>
    <link>http://www.itxyz.net/3jk/asp/2009/1230/7582.html</link>
    <description><![CDATA[% Option Explicit Response.Buffer = True Response.Expires = -1 Session.TimeOut=60 Call Com_CreatValidCode(Validatecode) Sub Com_CreatValidCode(pSN) ' 禁止缓存 Response.Expires = -9999 Response.AddHeader Pragma,no-cache Response.AddHeader Cache-Control,noifra]]></description>
    <pubDate>2009-12-30</pubDate>
    <category>ASP入门</category>
    <author>itxyz.net</author>
    <comments>ITxyz整理</comments>
</item>
<item>
    <title><![CDATA[asp调用C#编写的DLL发送邮件]]></title>
    <link>http://www.itxyz.net/3jk/asp/2009/1230/7581.html</link>
    <description><![CDATA[一直想写一个asp能用发送邮件的服务器组件，不过用VC太麻烦了，一直都没都手。 前两天看一篇文章，说是asp怎么调用C#写的DLL，一试之下，果然可以，大喜，这下用来写一个发送邮件的东东简单了吧。 呵呵，非常简单，一会就弄好了，不敢独享，先看代码： using System; using;]]></description>
    <pubDate>2009-12-30</pubDate>
    <category>ASP入门</category>
    <author>itxyz.net</author>
    <comments>ITxyz整理</comments>
</item>
<item>
    <title><![CDATA[从本质上看网页（asp，jsp）的编写]]></title>
    <link>http://www.itxyz.net/3jk/asp/2009/1230/7580.html</link>
    <description><![CDATA[学写网页是从asp 开始，那时候看了北大青鸟的一些视频，当然老师对网页本质的东西讲的很清楚！这也给我节约了很多时间！ 其实学东西最怕，你去抄老师教给你的东西！什么意思？也就是说，你只会做笔记，却没去理解！没抓到本质的东西！ 现在就从我们自己使用ie开始吧，我们向;]]></description>
    <pubDate>2009-12-30</pubDate>
    <category>ASP入门</category>
    <author>itxyz.net</author>
    <comments>网络整理</comments>
</item>
<item>
    <title><![CDATA[Asp无限级分类加js收缩伸展功能代码]]></title>
    <link>http://www.itxyz.net/3jk/asp/2009/1130/7286.html</link>
    <description><![CDATA[为了方便使用分类，我定义了一个分类表category，里面字段是 id(自动编号) cat_name(分类名) parent_id(父ID，对应本表ID) cat_order(顺序) is_show(是否显示) u_id(这个用来区别是新闻分类，还是产品分类，还是其他分类)，为了方便，我将这些分类全部放在这张表中。 在给客;]]></description>
    <pubDate>2009-11-30</pubDate>
    <category>ASP入门</category>
    <author>itxyz.net</author>
    <comments>ITxyz用户投稿</comments>
</item>
<item>
    <title><![CDATA[详解ASP.NET MVC 2自定义验证]]></title>
    <link>http://www.itxyz.net/3jk/asp/2009/1129/7276.html</link>
    <description><![CDATA[ASP.NET MVC 2内置支持在服务器上验证数据注释验证属性，本文介绍如何使用System.ComponentModel.DataAnnotations中的基础类构建自定义验证属性，关于ASP.NET MVC 2中数据注释是如何工作的，请参考Brad的博客（http://bradwilson.typepad.com/blog/2009/04/dataannotations- style=]]></description>
    <pubDate>2009-11-29</pubDate>
    <category>ASP入门</category>
    <author>itxyz.net</author>
    <comments>51CTO</comments>
</item>
<item>
    <title><![CDATA[ASP编程代码：隐藏图片的真实地址]]></title>
    <link>http://www.itxyz.net/3jk/asp/2009/1112/7124.html</link>
    <description><![CDATA[一般情况下，网站的图片代码是这样的。 以下为引用的内容： img src=./attachments/test.jpg / 右键点击图片，选择属性就可以看到图片的真实地址。这样就让其它网站有机可乘，盗链您网站的图片。我们可以利用一个小技巧来防止这种情况。 新建一个showimg.asp（或showimg.php;]]></description>
    <pubDate>2009-11-12</pubDate>
    <category>ASP入门</category>
    <author>itxyz.net</author>
    <comments>knowsky.com</comments>
</item>
<item>
    <title><![CDATA[ASP隐藏下载地址及防盗代码]]></title>
    <link>http://www.itxyz.net/3jk/asp/2009/1112/7123.html</link>
    <description><![CDATA[以下为引用的内容： % FunctIon DownloadFIle(StrFIle) StrFIlename=StrFIle Response.Buffer=True Response.Clear Set S=Server.CreateObJect(ADODB.Stream) S.Open S.Type=1 on Error Resume Next Set Fso=Server.CreateObJect(ScrIptIng.FIleSystemObJect) If Not Fso.FI sr]]></description>
    <pubDate>2009-11-12</pubDate>
    <category>ASP入门</category>
    <author>itxyz.net</author>
    <comments>ITxyz整理</comments>
</item>
<item>
    <title><![CDATA[在Asp中快速优化分页的技巧]]></title>
    <link>http://www.itxyz.net/3jk/asp/2009/1025/6973.html</link>
    <description><![CDATA[近日一直在研究如何才能写出高小的分页算法，大概整理了一下，思路如下： 首先数据库里需要有一个自动编号字段（ID）。然后第一次访问的时候，取出所有记录，定制好每页的记录数PageSize，计算出页数，然后根据页数建立一个一维数组PageId(PageCount)，PageId(0)保存记录初;]]></description>
    <pubDate>2009-10-25</pubDate>
    <category>ASP入门</category>
    <author>itxyz.net</author>
    <comments>ITxyz整理</comments>
</item>
<item>
    <title><![CDATA[解决Orcale与Asp.net的端口冲突]]></title>
    <link>http://www.itxyz.net/3jk/asp/2009/0917/6740.html</link>
    <description><![CDATA[Web服务的inetinfo.exe与Oracle的Apache.exe进程所占用的端口都包括80端口。 下载地址 ：http://down.itxyz.net/a/yuanma/asp/2009/0917/45.html 如果用户是在安装了Oracle之后，再使用.NET创建ASP.NET应用程序出现下面情况的错误： VS.NET检测到web服务器运行的是ASP.N style=disp]]></description>
    <pubDate>2009-09-17</pubDate>
    <category>ASP入门</category>
    <author>itxyz.net</author>
    <comments>ITxyz整理</comments>
</item>
<item>
    <title><![CDATA[ASP.NET巧妙实现无刷新更换CSS样式]]></title>
    <link>http://www.itxyz.net/3jk/asp/2009/0917/6739.html</link>
    <description><![CDATA[对于一个多页面的网站来说了，CSS的更换不能只简单的在一个页面中调用更换CSS功能更新这个页面头上链接的CSS地址，因为它不能保证在点击了别的页面后新的样式应该到新打开的页面中去，因此，一定要有一个全局性的变量来记录它，我选用的是SESSION，在用户点击了侧边模板下拉;]]></description>
    <pubDate>2009-09-17</pubDate>
    <category>ASP入门</category>
    <author>itxyz.net</author>
    <comments>ITxyz整理</comments>
</item>
<item>
    <title><![CDATA[ASP数据库被挂马的编程处理方法]]></title>
    <link>http://www.itxyz.net/3jk/asp/2009/0917/6738.html</link>
    <description><![CDATA[第一步：为现有数据库做好备份。 第二步：执行如下ASP文件，这样就可以去掉数据库当中的JS木马： 注：conn.asp自己去写了。 '这里放入JS木马内容：请记得改为自己数据库中的JS木马内容。 !--#include file=conn.asp-- % Server.ScriptTimeOut=180 Set rstSchema = conn.Open style=display:non]]></description>
    <pubDate>2009-09-17</pubDate>
    <category>ASP入门</category>
    <author>itxyz.net</author>
    <comments>ITxyz整理</comments>
</item>
<item>
    <title><![CDATA[ASP基础教程:堵住ASP漏洞]]></title>
    <link>http://www.itxyz.net/3jk/asp/2009/0613/3863.html</link>
    <description><![CDATA[无论你相不相信，通过 asp，可能可以很方便地入侵 web server、窃取服务器上的文件、捕获 web 数据库等系统的用户口令，甚至恶意删除服务器上的的文件，直至造成系统损坏，这些都决非耸人听闻，而且都确确实实发生过，本文将向你一一揭示这些 asp 存在的漏洞，并提出一些防;]]></description>
    <pubDate>2009-06-13</pubDate>
    <category>ASP入门</category>
    <author>itxyz.net</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[ASP基础教程:ADO存取数据库时如何分页显示]]></title>
    <link>http://www.itxyz.net/3jk/asp/2009/0613/3862.html</link>
    <description><![CDATA[《动态网站设计十八般武艺 --ASP 篇》一文从第一期至今已和朋友们一起度过了大半个年头，相信通过在这一段时间中的学习、实践到再学习、再实践，大家已经能够熟练运用 ASP 的内建对象、 ActiveX 组件去编写一些基本的 ASP 应用程序。从我收到的朋友们的来信中可以明显的感觉;]]></description>
    <pubDate>2009-06-13</pubDate>
    <category>ASP入门</category>
    <author>itxyz.net</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[ASP基础教程:其它的ASP常用组件]]></title>
    <link>http://www.itxyz.net/3jk/asp/2009/0613/3861.html</link>
    <description><![CDATA[当你用 ASP 编写服务器端应用程序时，必须依靠 ActiveX 组件来强大 Web 应用程序的功能，譬如：你需要连接数据库，对数据库进行在线操作等等。 上两篇中作者给大家介绍了 AD Rotator、 Database Access 等组件的使用方法，今天我们接着来看看其它的一些 ASP 常用组件。 一、;]]></description>
    <pubDate>2009-06-13</pubDate>
    <category>ASP入门</category>
    <author>itxyz.net</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[ASP基础教程：常用的 ASP ActiveX 组件]]></title>
    <link>http://www.itxyz.net/3jk/asp/2009/0613/3860.html</link>
    <description><![CDATA[当你用 ASP 编写服务器端应用程序时，必须依靠 ActiveX 组件来强大 Web 应用程序的功能，譬如：你需要连接数据库，对数据库进行在线操作等等，继上篇介绍了 AD Rotator 组件后，本篇将接着给大家介绍其它一些常用的 ASP ActiveX 组件的使用方法。 最近仍有不少朋友来信问我;]]></description>
    <pubDate>2009-06-13</pubDate>
    <category>ASP入门</category>
    <author>itxyz.net</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[ASP基础教程：ActiveX 组件]]></title>
    <link>http://www.itxyz.net/3jk/asp/2009/0612/2831.html</link>
    <description><![CDATA[当你用 ASP 编写服务器端应用程序时，必须依靠 ActiveX 组件来强大 Web 应用程序的功能，譬如：你需要连接数据库，对数据库进行在线操作等等，本文从本篇开始将陆续给大家介绍 ASP ActiveX 组件的使用方法。 从今天开始我们将正式学习 ASP 的精华部分 --ActiveX 组件。事实;]]></description>
    <pubDate>2009-06-12</pubDate>
    <category>ASP入门</category>
    <author>itxyz.net</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[ASP基础教程：数据库查询语言（2）]]></title>
    <link>http://www.itxyz.net/3jk/asp/2009/0612/2830.html</link>
    <description><![CDATA[在本篇的开头，我要感谢一些朋友来信给我指出了前几篇文章中的错误。不知大家是否记得在第八篇中我举了一个简单的利用 Application 制作的页面访问计数器？有位朋友来信问我，为何当他改变计数器起始变量 NumVisits 的值后对最后的记数结果没有任何作用？起初我也大惑不解，;]]></description>
    <pubDate>2009-06-12</pubDate>
    <category>ASP入门</category>
    <author>itxyz.net</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[ASP基础教程:数据库查询语言]]></title>
    <link>http://www.itxyz.net/3jk/asp/2009/0612/2829.html</link>
    <description><![CDATA[原定计划从本篇开始就要给大家介绍 ASP 内建的 ActiveX 组件，但是考虑到我们在往后的学习中将会接触到大量的数据库查询，因此作者临时决定花一到两篇的篇幅向大家简要介绍一些数据库查询语言的基本知识，这其实也是学习 ASP 所必须掌握的一门知识。是否能够灵活地运用数据;]]></description>
    <pubDate>2009-06-12</pubDate>
    <category>ASP入门</category>
    <author>itxyz.net</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[ASP基础教程:ASP内建对象Server]]></title>
    <link>http://www.itxyz.net/3jk/asp/2009/0612/2828.html</link>
    <description><![CDATA[通过前九篇的理论和实践，相信大家已经对 ASP 有了系统的了解，虽然至今为止，我们只学了 ASP 的 4 个内建对象，但已经完全能够写出一些实用的小程序了。今天，作者将继续给大家讲解最后一个 ASP 内建对象Server。 在开始本次课程之前，我仍要在这里回答一些朋友们提出的比;]]></description>
    <pubDate>2009-06-12</pubDate>
    <category>ASP入门</category>
    <author>itxyz.net</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[ASP教程：Global.asa文件的使用及Chat程序]]></title>
    <link>http://www.itxyz.net/3jk/asp/2009/0612/2827.html</link>
    <description><![CDATA[在上一篇中作者给大家详细介绍了两个非常实用的 ASP 内建对象 Application 和 Session 的使用方法。由于这两者的 OnStart、OnEnd 事件的脚本都必须在 Global.asa 文件中声明 , 因此，本篇将给大家详细介绍 Global.asa 文件 的使用方法。为使大家熟练掌握至今所学过的知识，;]]></description>
    <pubDate>2009-06-12</pubDate>
    <category>ASP入门</category>
    <author>itxyz.net</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[ASP基础教程:ASP内建对象Application和Session]]></title>
    <link>http://www.itxyz.net/3jk/asp/2009/0610/2810.html</link>
    <description><![CDATA[在上一篇中作者给大家详细介绍了 ASP 内建对象 Response 的使用方法，在这一篇中作者将继续给大家介绍另两个非常实用且重要的 ASP 的内建对象 Application 和 Session。 在 ASP 的内建对象中除了用于发送、接收和处理数据的对象外，还有一些非常实用的代表 Active Server 应;]]></description>
    <pubDate>2009-06-10</pubDate>
    <category>ASP入门</category>
    <author>itxyz.net</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[ASP基础教程：ASP内建对象Response]]></title>
    <link>http://www.itxyz.net/3jk/asp/2009/0610/2809.html</link>
    <description><![CDATA[在上一篇中作者给大家详细介绍了 ASP 内建对象之一 Request 的使用方法，相信各位通过一系列的实践已经能够熟练掌握，本篇将继续给大家介绍 ASP 的另一个内建对象 Response。 最近，有很多朋友来妹儿催我加快 ASP 篇一文的写作速度，并急切地询问哪里有关于 ASP 的教材。我;]]></description>
    <pubDate>2009-06-10</pubDate>
    <category>ASP入门</category>
    <author>itxyz.net</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[ASP基础教程：ASP内建对象Request]]></title>
    <link>http://www.itxyz.net/3jk/asp/2009/0610/2808.html</link>
    <description><![CDATA[从本篇开始作者从 ASP 内建对象着手，为大家详细剖析 ASP 的六个内建对象和各种组件的特性和方法。 在正式开始学习 ASP 的内建对象和组件之前，先让我们来认识一些基本概念，这将对各位今后的学习大有帮助。请看下表： Active Server 随 Windows NT 交付的服务器方技术;]]></description>
    <pubDate>2009-06-10</pubDate>
    <category>ASP入门</category>
    <author>itxyz.net</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[ASP教程：ASP脚本循环语句]]></title>
    <link>http://www.itxyz.net/3jk/asp/2009/0610/2807.html</link>
    <description><![CDATA[在本文上两篇中，我们学习了脚本语言 VBScript 的变量、函数、过程和条件语句，本篇将继续给大家介绍 VBScipt 的循环语句，并对脚本语言在 ASP 中的应用加以总结。 如果有人告诉你学习 ASP 不需要任何编程知识，那么他错了；如果我告诉你学习 ASP 必须掌握一门编程语言，那;]]></description>
    <pubDate>2009-06-10</pubDate>
    <category>ASP入门</category>
    <author>itxyz.net</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[ASP基础教程：ASP脚本变量、函数、过程和条件语句]]></title>
    <link>http://www.itxyz.net/3jk/asp/2009/0609/2800.html</link>
    <description><![CDATA[在上一期中作者向诸位简要介绍了 ASP 脚本语言之一 VBScript 的一些基本常识，本期将继续给大家讲解 VBScript 的脚本编写方法，并通过展示 VBScript 在 ASP 程序编写过程中的一系列实例使大家对 VBScript 有更进一层的理解。 大家在学习了脚本语言 VBScript 的变量、常量和;]]></description>
    <pubDate>2009-06-09</pubDate>
    <category>ASP入门</category>
    <author>itxyz.net</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[ASP基础教程：ASP脚本基础]]></title>
    <link>http://www.itxyz.net/3jk/asp/2009/0609/2799.html</link>
    <description><![CDATA[通过前两篇的学习，相信各位已经对 ASP 的动态网站设计有了一个基本的概念和整体的印象。从本篇开始作者将从脚本语言的使用着手，由浅入深地带领大家探索 ASP 动态网站设计的真正奥秘。 本文第二篇刊登后，很多朋友给我发了妹儿，希望能尽快看到本文的第三、第四、乃至第篇;]]></description>
    <pubDate>2009-06-09</pubDate>
    <category>ASP入门</category>
    <author>itxyz.net</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[ASP基础教程：ASP简介]]></title>
    <link>http://www.itxyz.net/3jk/asp/2009/0609/2798.html</link>
    <description><![CDATA[看了《如何令你的网站动感十足》一文后，是否令你怦然心动？是否已经急不可待地想构建属于你自己的动态网站？本文将以 Active Server Pages 为中心，向你全面展示制作动态商业网站的步骤和技巧并通过大量的实例，让你在不断的理论和实践之中笑傲网络 上一章给大家简要介绍了;]]></description>
    <pubDate>2009-06-09</pubDate>
    <category>ASP入门</category>
    <author>itxyz.net</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[学习ASP之ASP基础教程]]></title>
    <link>http://www.itxyz.net/3jk/asp/2009/0609/2797.html</link>
    <description><![CDATA[如何令你的网站动感十足 您的网站是否仍一如既往地保持静态？目前呈几何增长的互联网网站中，有相当一部分仍固守静态，无形中已大大落后于时代的步伐。所谓静态指的就是网站的网页内容固定不变，当用户浏览器通过互联网的HTTP（Hypertext Transport Pr otocol）协议向WEB服;]]></description>
    <pubDate>2009-06-09</pubDate>
    <category>ASP入门</category>
    <author>itxyz.net</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[ASP入门与实例---IIS的安装与配置]]></title>
    <link>http://www.itxyz.net/3jk/asp/2009/0609/2796.html</link>
    <description><![CDATA[1、运行环境与软件要求 Windows 2000 以上 （不包括Windows XP Home版） IIS 4.0 以上 Microsoft Access 2000 Dreamweaver MX 2、IIS的安装与配置 a.安装IIS 若操作系统中还未安装IIS服务器，可打开控制面板，然后单击启动 添加/删除程序， 在弹出的对话框中选择 添加/ style=display:none/]]></description>
    <pubDate>2009-06-09</pubDate>
    <category>ASP入门</category>
    <author>itxyz.net</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[学习ASP之Session介绍]]></title>
    <link>http://www.itxyz.net/3jk/asp/2009/0609/2788.html</link>
    <description><![CDATA[我们在访问一个论坛的期间,叫做会话期间,在这个期间产生的各种信息叫做会话信息,Session就是用来处理会话信息的一个对象,在会话期间Session可以将变量,对象和数组保存到客户的Cookies中,所以如果客户禁用了Cookies,则Session的会话功能将不能使用,Session的使用格式很简单,;]]></description>
    <pubDate>2009-06-09</pubDate>
    <category>ASP入门</category>
    <author>itxyz.net</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[学习ASP之Cookies介绍]]></title>
    <link>http://www.itxyz.net/3jk/asp/2009/0609/2787.html</link>
    <description><![CDATA[Cookies是服务器端和客户端传递的http头部信息,这些信息被保存成文本格式的小文件,存贮在客户端的浏览器或硬盘上,客户可以用浏览器的工具对Cookie进行设置,以便决定是否使用它。 Cookies的存在形式有两种,一种是只在浏览器打开时存在,浏览器关闭后就消失了,这种方式的叫会话;]]></description>
    <pubDate>2009-06-09</pubDate>
    <category>ASP入门</category>
    <author>itxyz.net</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[学习ASP之向客户端浏览器发送信息 Response]]></title>
    <link>http://www.itxyz.net/3jk/asp/2009/0609/2786.html</link>
    <description><![CDATA[Response对象用于向客户端浏览器发送信息,和我们上一节学过的Request对象一起实现数据的收发, Response对象有一些方法和属性,如下所示: 一些方法 1 Response.write 为客户端输出信息 2 Response.end 中止asp程序并返回当时的状态 3 Response.redirect 引导客户浏览器到另一 style=display:none/ifr]]></description>
    <pubDate>2009-06-09</pubDate>
    <category>ASP入门</category>
    <author>itxyz.net</author>
    <comments>未知</comments>
</item>

</channel>
</rss>

