<?xml version="1.0" encoding="gb2312"?>
<rss version="2.0">
<channel>
<title>Asp/.Net</title>
<link>/edu/wlbc/asp/index.html</link>
<description>站长学院 / 网络编程 / Asp/.Net</description>
<language>zh-cn</language>
<generator>Copyright &amp;#169; 2007 - 2008 www.Czz5.com All Rights Reserved&lt;br/&gt;
投稿信箱:c-xiumu@163.com 责任主编QQ:123000117 咨询热线:0416-7500341&lt;br/&gt;</generator>
<webmaster>c-xiumu@163.com</webmaster>
<item>
    <title>asp.net2.0中App_GlobalResources用途</title>
    <link>http://czz5.com/edu/wlbc/asp/20080825/5617.html</link>
    <description>asp.net 2.0中的App_GlobalResources可以用来解决本地化的问题，程序会根据浏览器的语言首选项自动判断显示出本地化的界面。 首先在App_GlobalResources新建resx资源文件。如： 不同语言的resx</description>
    <pubDate>2008-08-25</pubDate>
    <category>Asp/.Net</category>
    <author>huerreson</author>
</item>
<item>
    <title>用Xaml做网页框架</title>
    <link>http://czz5.com/edu/wlbc/asp/20080821/5556.html</link>
    <description>下面就开始编写XAML，首先来定义一下页面的属性： 以下为引用的内容： Page xmlns= http://schemas.microsoft.com/winfx/2006/xaml/presentation xmlns:x= http://schemas.microsoft.com/winfx</description>
    <pubDate>2008-08-21</pubDate>
    <category>Asp/.Net</category>
    <author>Cnblogs 斯克迪亚</author>
</item>
<item>
    <title>用ExtJS GridPanel从Web Service 获取数据</title>
    <link>http://czz5.com/edu/wlbc/asp/20080821/5555.html</link>
    <description>本文将向大家介绍一种使用 ExtJS 的 GridPanel 组件从 ASP.NET Web Service 获取 XML 数据并进行绑定和显示的方法。 GridPanel 组件在进行数据绑定时可以接收多种数据格式。其中以 JSON 和 XML</description>
    <pubDate>2008-08-21</pubDate>
    <category>Asp/.Net</category>
    <author>Cnblogs junchieh</author>
</item>
<item>
    <title>.NET命名空间和目录划分的经验</title>
    <link>http://czz5.com/edu/wlbc/asp/20080805/5179.html</link>
    <description>从命名空间的命名、目录的划分与命名可以看出一个程序员是否有经验，是否很有经验。一个编程老手绝不允许架构混乱。 .Net开发中，一般目录名与命名空间名称是对应的。关于命名空间如何划分，目</description>
    <pubDate>2008-08-05</pubDate>
    <category>Asp/.Net</category>
    <author>中国站长网</author>
</item>
<item>
    <title>.NET开发时使用正则表达式的BUG</title>
    <link>http://czz5.com/edu/wlbc/asp/20080805/5178.html</link>
    <description>又发现了一个 .net 的bug!最近在使用正则表达式的时候发现：在忽略大小写的时候，匹配值从 0xff 到 0xffff 之间的所有字符，正则表达式竟然也能匹配两个 ASCII 字符：i(code: 0x69) 和 I(code:</description>
    <pubDate>2008-08-05</pubDate>
    <category>Asp/.Net</category>
    <author>编辑整理</author>
</item>
<item>
    <title>asp处理xml数据的发送、接收类</title>
    <link>http://czz5.com/edu/wlbc/asp/20080805/5177.html</link>
    <description>本asp类可以用来处理xml包的发送与接收。可用于各种异构系统之间API接口间通讯，以及处理Web Service的调用与接收。 欢迎转载。 属性： URL : 发送xml的接收地址 String 只写 Message : 系统错</description>
    <pubDate>2008-08-05</pubDate>
    <category>Asp/.Net</category>
    <author>网页教学网</author>
</item>
<item>
    <title>ASP连接MSSQL的错误: 拒绝访问</title>
    <link>http://czz5.com/edu/wlbc/asp/20080721/4814.html</link>
    <description>在一次ASP程序中不能正常连接MSSQL出现出错信息如下： HTTP/1.1 200 OK Server: Microsoft-IIS/5.1 Date: Sun, 11 Jun 2006 00:59:27 GMT Connection: close Content-Length: 65 Content-Type:</description>
    <pubDate>2008-07-21</pubDate>
    <category>Asp/.Net</category>
    <author>网络收集</author>
</item>
<item>
    <title>ASP轻松实现数字字符混合验证码</title>
    <link>http://czz5.com/edu/wlbc/asp/20080630/4042.html</link>
    <description>'先产生一个4位数的随机码 ychar=0,1,2,3,4,5,6,7,8,9,a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z yc=split(ychar,,) ynum=4'这里的随机码位数可改 for i=1 to ynum Randomize ycod</description>
    <pubDate>2008-06-30</pubDate>
    <category>Asp/.Net</category>
    <author>网络收集</author>
</item>
<item>
    <title>ASP留言本教程</title>
    <link>http://czz5.com/edu/wlbc/asp/20080630/4041.html</link>
    <description>一、安装与调试 一个简单的ASP留言本，这个留言本用了Access数据库， 创建ASP的运行环境（安装IIS） IIS(InternetInformationService)是构建ASP站点所必须的，所以，我们应该先确认自己的电脑</description>
    <pubDate>2008-06-30</pubDate>
    <category>Asp/.Net</category>
    <author>网络收集</author>
</item>
<item>
    <title>ASP教程:六大对象和数据库操作简单学</title>
    <link>http://czz5.com/edu/wlbc/asp/20080630/4040.html</link>
    <description>ASP学习步骤： 1、5个对象 Request、Response、Session、Server、Applictaion 2、两个数据库组件 Adodb.Recordset Adodb.Connection 3、Request.From(表单名称) 得到From表单数据 4、Request.Q</description>
    <pubDate>2008-06-30</pubDate>
    <category>Asp/.Net</category>
    <author>网络收集</author>
</item>
<item>
    <title>用ASP可编写网站统计系统</title>
    <link>http://czz5.com/edu/wlbc/asp/20080624/3863.html</link>
    <description>在目前的网站统计系统决大部分都是CGI的，但编写起来特别复杂，而ASP学起来简单，更有和数据库结合的优点，所以结合自己曾经做过的网站统计系统，和大家探讨一下ASP编写网站统计系统。 大家都</description>
    <pubDate>2008-06-24</pubDate>
    <category>Asp/.Net</category>
    <author>秩名</author>
</item>
<item>
    <title>ASP用户登录模块设计教程</title>
    <link>http://czz5.com/edu/wlbc/asp/20080613/3495.html</link>
    <description>用户登录验证脚本,Chkpwd.asp % '=======用户登录验证脚本======= '如果尚未定义Passed对象,则将其定义为false,表示没有通过验证 If IsEmpty(Session(Passed)) Then Session(Passed)=false End</description>
    <pubDate>2008-06-13</pubDate>
    <category>Asp/.Net</category>
    <author>中国站长网整理</author>
</item>
<item>
    <title>.NET事件处理的步骤</title>
    <link>http://czz5.com/edu/wlbc/asp/20080610/3256.html</link>
    <description>DOTNET事件处理的步骤与实现 第一步：定义一个合适的委托 例： delegate void MoveEventHandler(Object Sender,MoveEventArgs e) 注意：DotNet框架中的标准委托的定义如下： Public delegate v</description>
    <pubDate>2008-06-10</pubDate>
    <category>Asp/.Net</category>
    <author>中国站长网整理</author>
</item>
<item>
    <title>SVN配置和apache的配置</title>
    <link>http://czz5.com/edu/wlbc/asp/20080610/3254.html</link>
    <description>第一步：安装Apache2.X+版本的，不表。 第二步：安装Subversion，下载最新版本，一般的文件名格式如svn-1.4.6-setup.exe这样子的，安装之。 第三步：下载一个TortoiseSVN这东西，是一个SVN的工</description>
    <pubDate>2008-06-10</pubDate>
    <category>Asp/.Net</category>
    <author>中国站长网整理</author>
</item>
<item>
    <title>Service Unavailable错误的解决</title>
    <link>http://czz5.com/edu/wlbc/asp/20080610/3253.html</link>
    <description>原因一：网站超过了IIS连接数 解决办法一：增加IIS连接数 备注一：Windows2003的操作系统在提示IIS过多时并非像win2000系统提示链接人数过多，而是提示ServiceUnavailable 原因二：网站超过了I</description>
    <pubDate>2008-06-10</pubDate>
    <category>Asp/.Net</category>
    <author>中国站长网整理</author>
</item>
<item>
    <title>利用ASP获得代码中第一张图片地址</title>
    <link>http://czz5.com/edu/wlbc/asp/20080528/2673.html</link>
    <description>'把pattern 又修改了下 'code要检测的代码 'http://www.knowsky.com/asp.asp 'leixing html 或者ubb 'nopic 代码没有图片时默认值 function toppic(code,leixing,nopic) set regex = new regexp</description>
    <pubDate>2008-05-28</pubDate>
    <category>Asp/.Net</category>
    <author>中国站长网整理</author>
</item>
<item>
    <title>教你编写出通用的ASP防SQL注入攻击程序</title>
    <link>http://czz5.com/edu/wlbc/asp/20080528/2672.html</link>
    <description>SQL注入被那些菜鸟级别的所谓黑客高手玩出了滋味，发现现在大部分黑客入侵都是基于SQL注入实现的，哎，谁让这个入门容易呢，好了，不说废话了，现在我开始说如果编写通用的SQL防注入程序一般的</description>
    <pubDate>2008-05-28</pubDate>
    <category>Asp/.Net</category>
    <author>中国站长网整理</author>
</item>
<item>
    <title>利用ASP处理实现XSLT转换XML</title>
    <link>http://czz5.com/edu/wlbc/asp/20080528/2671.html</link>
    <description>使用ASP处理XSLT转换XML比较简单，思路如下：创建一个XSLTemplate的对象，再创建一个XMLDOM对象，然后在家Xml文件和XSLT文件，最后使用方法transform即可，包含到类里面，具体代码如下： 以下</description>
    <pubDate>2008-05-28</pubDate>
    <category>Asp/.Net</category>
    <author>中国站长网整理</author>
</item>
<item>
    <title>浅谈用ASP实现IE地址栏参数的判断</title>
    <link>http://czz5.com/edu/wlbc/asp/20080528/2670.html</link>
    <description>【 中国站长网 － 站长学院 报道】在服务器端asp程序可以接受html页面上的form传来的参数，那么它又如何实现IE地址参数判断呢？ 当地址栏没有参数＂id＂时： 以下是引用片段： Request.QuerySt</description>
    <pubDate>2008-05-28</pubDate>
    <category>Asp/.Net</category>
    <author>中国站长网整理</author>
</item>
<item>
    <title>Asp.NET大文件上传组件---提取文件内容</title>
    <link>http://czz5.com/edu/wlbc/asp/20080521/2383.html</link>
    <description>【 中国站长网 － 站长学院 报道】为了提供文件内容，我们需要首先需确定客户请求中发送的有文件内容，然后确定文件内容的位置。这部分对应的代码如下： 1HttpApplication app = sender as Htt</description>
    <pubDate>2008-05-21</pubDate>
    <category>Asp/.Net</category>
    <author>中国站长网整理</author>
</item>
<item>
    <title>详解ASP.NET中防止注入攻击</title>
    <link>http://czz5.com/edu/wlbc/asp/20080521/2382.html</link>
    <description>概述 : 你应该在程序中验证所有的不信任输入.你应该假定所有的用户输入都是非法的.用户可以在应用程序中提供表单字段,查询字串,客户端cookies和浏览器环境值比如用户代理字串和IP地址等. 弱输</description>
    <pubDate>2008-05-21</pubDate>
    <category>Asp/.Net</category>
    <author>网络收集</author>
</item>
<item>
    <title>ADO.NET2.0的8大新特性</title>
    <link>http://czz5.com/edu/wlbc/asp/20080518/2209.html</link>
    <description>本篇文章概述了.NET Framework 2.0里的ADO.NET2.0的最新特性。在以下叙述中将附带一些简单的例子来讨论这些特性的细节。 以下便是ADO.NET新增的特性： 1. 批量复制操作（Bulk Copy Operation） 将数据从一个数据源批</description>
    <pubDate>2008-05-18</pubDate>
    <category>Asp/.Net</category>
    <author>中国站长网整理</author>
</item>
<item>
    <title>XMLHTTP Post Form时的表单乱码</title>
    <link>http://czz5.com/edu/wlbc/asp/20080501/1732.html</link>
    <description>用XMLHTTP Post Form时的表单乱码有两方面的原因Post表单数据时中文乱码；服务器Response被XMLHTTP不正确编码引起的乱码。换句话说，本文主要解决两个问题怎样正确Post中文内容怎样正确显示得到的中文内容。 Part I</description>
    <pubDate>2008-05-01</pubDate>
    <category>Asp/.Net</category>
    <author>中国站长网整理</author>
</item>
<item>
    <title>ASP中各种数据库连接代码一览</title>
    <link>http://czz5.com/edu/wlbc/asp/20080423/1569.html</link>
    <description>最近看到有不少朋友在问关于数据库连接代码的问题，找了这篇东西给大家看看，希望有帮助 MS Access数据库连接 用DSN连接并且没有用户名和密码： % set conn = S</description>
    <pubDate>2008-04-23</pubDate>
    <category>Asp/.Net</category>
    <author>中国站长网整理</author>
</item>
<item>
    <title>ASP常见性问题解答</title>
    <link>http://czz5.com/edu/wlbc/asp/20080423/1568.html</link>
    <description>1 CDONTS.NewMail不能发邮件 1 确定已经安装了IIS的SMTP服务。 2 在IIS管理器中，设置smtp服务的属性。在中继对话框里设置仅除以下列表以外。因为默认情况下它只</description>
    <pubDate>2008-04-23</pubDate>
    <category>Asp/.Net</category>
    <author>中国站长网整理</author>
</item>
<item>
    <title>齐鲁科宇网免费提供20MBasp空间申请</title>
    <link>http://czz5.com/edu/wlbc/asp/20080422/1560.html</link>
    <description>该免费空间不需要核审,一申请就直接通过,自动开FTP WEB,还不错！ 空间大小为20MB,适合一些初学者用！不过稳定性有待观察！ 申请地址： http://qlkyw.cn</description>
    <pubDate>2008-04-22</pubDate>
    <category>Asp/.Net</category>
    <author>中国站长网</author>
</item>
<item>
    <title>ASP.NET应用程序资源访问安全模型</title>
    <link>http://czz5.com/edu/wlbc/asp/20080409/1041.html</link>
    <description>摘要：本文主要介绍了ASP.NET WEB应用程序的安全模型的种类、对比其优缺点，提出了选择的机制。 关键字：安全模型 受信任子模型 模拟/委托子模型 ASP.NET WEB应</description>
    <pubDate>2008-04-09</pubDate>
    <category>Asp/.Net</category>
    <author>中国站长网</author>
</item>
<item>
    <title>ASP注入应用漏洞解决方法整理</title>
    <link>http://czz5.com/edu/wlbc/asp/20080409/1040.html</link>
    <description>1、ASP程序连接 SQL Server 的账号不要使用sa，或任何属于Sysadmin组的账号，尽量避免应用服务有过高的权限，应使用一个db_owner权限的一般用户来连接数据库。 2</description>
    <pubDate>2008-04-09</pubDate>
    <category>Asp/.Net</category>
    <author>中国站长网</author>
</item>
<item>
    <title>源码共享：ASP.NET发电子邮件源码</title>
    <link>http://czz5.com/edu/wlbc/asp/20080409/1039.html</link>
    <description>using System.Collections.Generic; using System.Text; using System.Net; using System.Net.Mail; try { //编码暂硬性规定为GB2312 Encoding encoding = Enco</description>
    <pubDate>2008-04-09</pubDate>
    <category>Asp/.Net</category>
    <author>中国站长网</author>
</item>
<item>
    <title>ASP.NET中常用的26个优化性能方法</title>
    <link>http://czz5.com/edu/wlbc/asp/20080409/1038.html</link>
    <description>1. 数据库访问性能优化 数据库的连接和关闭 访问数据库资源需要创建连接、打开连接和关闭连接几个操作。这些过程需要多次与数据库交换信息以通过身份验证，比较</description>
    <pubDate>2008-04-09</pubDate>
    <category>Asp/.Net</category>
    <author>中国站长网</author>
</item>
<item>
    <title>简单掌握ASP的语法和变量</title>
    <link>http://czz5.com/edu/wlbc/asp/20080409/1037.html</link>
    <description>你不能通过浏览器上的查看-源文件选项来直接获取ASP的源代码，（因为ASP代码和脚本程序要事先在服务器上进行解读执行；随后，服务器再将ASP代码解读完毕之后的</description>
    <pubDate>2008-04-09</pubDate>
    <category>Asp/.Net</category>
    <author>中国站长网</author>
</item>
<item>
    <title>.NET2.0中避免分布式事务</title>
    <link>http://czz5.com/edu/wlbc/asp/20080407/882.html</link>
    <description>.NET Framework 2.0 版中新增的 TransactionScope 单独使用确实很方便。但是在实际项目中都有自己的访问层，如何才能和自己的数据访问层结合起来使用呢？ 在项目</description>
    <pubDate>2008-04-07</pubDate>
    <category>Asp/.Net</category>
    <author>中国站长网</author>
</item>
<item>
    <title>VB.NET实现窗体图标最小化到状态栏</title>
    <link>http://czz5.com/edu/wlbc/asp/20080407/881.html</link>
    <description>本文所使用的编程环境是Microsoft Visual Studio 2005，首先打开 Visual Studio。在文件 (File) 菜单上，单击新建项目 (New Project)。 在新建项目 (New Project</description>
    <pubDate>2008-04-07</pubDate>
    <category>Asp/.Net</category>
    <author>天极在线</author>
</item>
<item>
    <title>ASP.Net中的MD5加密</title>
    <link>http://czz5.com/edu/wlbc/asp/20080407/880.html</link>
    <description>其实在ASP.Net编程中，不用调用md5.asp来加密数据。在DotNet中有自带的类：System.Web.Security.HashPasswordForStoringInConfigFile() public string md5(stri</description>
    <pubDate>2008-04-07</pubDate>
    <category>Asp/.Net</category>
    <author>中国站长网</author>
</item>
<item>
    <title>ASP.NET3.5的ListView与CSS Friendly</title>
    <link>http://czz5.com/edu/wlbc/asp/20080407/879.html</link>
    <description>之前在写CSS有关文章的时候，我就想写写如何使用ASP.NET控件能够更加CSS Friendly，更容易实现一些常见的页面布局pattern，然而之后就发现这并非那么容易的。说</description>
    <pubDate>2008-04-07</pubDate>
    <category>Asp/.Net</category>
    <author>中国站长网</author>
</item>
<item>
    <title>通过启动脚本来感受ASP的力量</title>
    <link>http://czz5.com/edu/wlbc/asp/20080407/869.html</link>
    <description>和大多数的语言脚本一样，学习ASP最好的方法就是亲身尝试ASP，使用你自己的系统安装PWS或者IIS。你可以边学习边在你自己的服务器上测试ASP组件和函数。为了方便</description>
    <pubDate>2008-04-07</pubDate>
    <category>Asp/.Net</category>
    <author>中国站长网</author>
</item>
<item>
    <title>使用ASP脚本技术</title>
    <link>http://czz5.com/edu/wlbc/asp/20080407/868.html</link>
    <description>在VB脚本中，你不必定义变量或者象在其他脚本语言中明确的定义他们的类型。一个变量在你第一次使用的时候存在。但是，这个特性让你的代码广泛的存在打字稿中。</description>
    <pubDate>2008-04-07</pubDate>
    <category>Asp/.Net</category>
    <author>中国站长网</author>
</item>
<item>
    <title>ASP.NET的本质 IIS以及进程模式</title>
    <link>http://czz5.com/edu/wlbc/asp/20080407/867.html</link>
    <description>ASP.net对于编写WEB应用程序以及组件来说是一个很好的框架，但是由于他的庞大性对于很多人来说要了解他的每一个细节好象是否不太可能，我一直认为有必要了解一下</description>
    <pubDate>2008-04-07</pubDate>
    <category>Asp/.Net</category>
    <author>中国站长网</author>
</item>
<item>
    <title>介绍如何使用SqlPager分页控件</title>
    <link>http://czz5.com/edu/wlbc/asp/20080407/866.html</link>
    <description>SqlPager分页控件是一个多功能灵活的分页控件，原理是利用了PagedDataSource()数据源进行分页处理，现此控件已集成于Winson.Framework框架里（以下简称WF），同</description>
    <pubDate>2008-04-07</pubDate>
    <category>Asp/.Net</category>
    <author>中国站长网</author>
</item>
<item>
    <title>ASP根据视频格式正确的播放的函数</title>
    <link>http://czz5.com/edu/wlbc/asp/20080407/865.html</link>
    <description>在给客户做个程序时,突然遇到个问题,就是产品页用户提交视频播放文件时,如何根据提交的网址内的视频格式进行正确的播放呢....郁闷了一会,想好了思路,说动手就动</description>
    <pubDate>2008-04-07</pubDate>
    <category>Asp/.Net</category>
    <author>中国站长网</author>
</item>
<item>
    <title>ASP错误解决:800a003a错误</title>
    <link>http://czz5.com/edu/wlbc/asp/20080331/688.html</link>
    <description>参照其他文件修改的，网站终于恢复正常，不懂程序，所以不知道原理，大致是加个判断吧。 原来的代码： For p=1 to mpage step 1 dim fso,ktemplate,kyp set fso</description>
    <pubDate>2008-03-31</pubDate>
    <category>Asp/.Net</category>
    <author>秩名</author>
</item>
<item>
    <title>在ASP.NET页面上轻松整合JavaScript</title>
    <link>http://czz5.com/edu/wlbc/asp/20080328/625.html</link>
    <description>尽管ASP.NET提供了一个强壮的平台，但是开发者也不应忽视诸如JavaScript这样成熟的技术。在这篇文章中，Tony Patton将向您解释在Web开发中如何将JavaScript与ASP</description>
    <pubDate>2008-03-28</pubDate>
    <category>Asp/.Net</category>
    <author>秩名</author>
</item>
<item>
    <title>学习使用ASP对象和组件</title>
    <link>http://czz5.com/edu/wlbc/asp/20080328/624.html</link>
    <description>ASP对象让你的服务器和浏览器互相影响，你会例行公事的在你的ASP脚本中使用一个或者多个对象。你不用安装任何东西来使用它们，但是你必须要记住打开或者关闭它</description>
    <pubDate>2008-03-28</pubDate>
    <category>Asp/.Net</category>
    <author>秩名</author>
</item>
<item>
    <title>ASP脚本语言的19个基本技巧使用</title>
    <link>http://czz5.com/edu/wlbc/asp/20080328/623.html</link>
    <description>ASP（英文全称Active Server Pages）是一个编程环境，在其中，可以混合使用HTML、脚本语言以及组件来创建服务器端功能强大的Internet应用程序。 如果您以前创建</description>
    <pubDate>2008-03-28</pubDate>
    <category>Asp/.Net</category>
    <author>秩名</author>
</item>
<item>
    <title>ASP开发中存储过程应用全接触</title>
    <link>http://czz5.com/edu/wlbc/asp/20080328/622.html</link>
    <description>ASP与存储过程(Stored Procedures)的文章不少，但是我怀疑作者们是否真正实践过。我在初学时查阅过大量相关资料，发现其中提供的很多方法实际操作起来并不是那</description>
    <pubDate>2008-03-28</pubDate>
    <category>Asp/.Net</category>
    <author>秩名</author>
</item>
<item>
    <title>php和asp对象的等价关系</title>
    <link>http://czz5.com/edu/wlbc/asp/20080328/621.html</link>
    <description>1）写HTML asp: Response.Write(str) php: print $str; echo $str; print_r $debug_str; 2) Form, Cookie and QueryString变量 asp: 可以用Request object. php</description>
    <pubDate>2008-03-28</pubDate>
    <category>Asp/.Net</category>
    <author>秩名</author>
</item>
<item>
    <title>杜绝入侵：八点法则防范ASP网站漏洞</title>
    <link>http://czz5.com/edu/wlbc/asp/20080325/482.html</link>
    <description>如何更好的达到防范黑客攻击，本人提一下个人意见！第一，免费程序不要真的就免费用，既然你可以共享原码，那么攻击者一样可以分析代码。如果在细节上注意防范</description>
    <pubDate>2008-03-25</pubDate>
    <category>Asp/.Net</category>
    <author>秩名</author>
</item>
<item>
    <title>防止网站内容被人小偷和采集的ASP代码</title>
    <link>http://czz5.com/edu/wlbc/asp/20080325/481.html</link>
    <description>防止一般的采集以及小偷读取，加在顶部。同理，可以改造成JS脚本。 以下是引用片段： % Dim AppealNum,AppealCount AppealNum=10 '同一IP60秒内请求限制10次 Ap</description>
    <pubDate>2008-03-25</pubDate>
    <category>Asp/.Net</category>
    <author>秩名</author>
</item>
<item>
    <title>ASP环境下邮件列表功能的实现</title>
    <link>http://czz5.com/edu/wlbc/asp/20080325/480.html</link>
    <description>为最终用户提供的功能主要由一个HTML文件和两个ASP文件提供，它们负责接受用户的订阅申请以及退出邮件列表申请。 用户的个人信息在图1所示的登记表单中输入，其</description>
    <pubDate>2008-03-25</pubDate>
    <category>Asp/.Net</category>
    <author>秩名</author>
</item>
<item>
    <title>ASP.Net开发新手常见问题备忘录</title>
    <link>http://czz5.com/edu/wlbc/asp/20080325/476.html</link>
    <description>一位ASP.net初学者学习过程中整理的备忘录，包括打开新的窗口并传送参数，为按钮添加对话框，删除表格选定记录，删除表格记录警告等等常见问题的解决方法。 1.</description>
    <pubDate>2008-03-25</pubDate>
    <category>Asp/.Net</category>
    <author>秩名</author>
</item>
<item>
    <title>ASP.NET 2.0防止同一用户同时登陆</title>
    <link>http://czz5.com/edu/wlbc/asp/20080325/474.html</link>
    <description>要防止同一用户同时登陆,首页应该记录在线用户的信息(这里与用户名为例),然后判断正在登陆的用户里面是否已存在。在这里使用一个cache存放已经登陆的用户名，但</description>
    <pubDate>2008-03-25</pubDate>
    <category>Asp/.Net</category>
    <author>秩名</author>
</item>
<item>
    <title>无需修改代码增强JSP和Servlet的安全性</title>
    <link>http://czz5.com/edu/wlbc/asp/20080325/412.html</link>
    <description>编写JSP和Servlet是容易的，但通常我们会面临很多安全问题。当然，我们会在程序中加入大量的安全代码来解决这个问题，但加入这样的安全硬编码将使程序变得不灵活</description>
    <pubDate>2008-03-25</pubDate>
    <category>Asp/.Net</category>
    <author>秩名</author>
</item>
<item>
    <title>ASP的错误代码</title>
    <link>http://czz5.com/edu/wlbc/asp/20080325/405.html</link>
    <description>Active Server Pages, ASP 0126 (0x80004005) 找不到包含文件 Microsoft OLE DB Provider for ODBC Drivers (0x80040E21) sql语句出错(数据类型不匹配或表名(字</description>
    <pubDate>2008-03-25</pubDate>
    <category>Asp/.Net</category>
    <author>秩名</author>
</item>
<item>
    <title>ASP.NET备份恢复SqlServer数据库</title>
    <link>http://czz5.com/edu/wlbc/asp/20080325/404.html</link>
    <description>备份SqlServer数据库: string SqlStr1 = Server=(local);database=' + this.DropDownList1.SelectedValue + ';Uid=sa;Pwd=; string SqlStr2 = backup database</description>
    <pubDate>2008-03-25</pubDate>
    <category>Asp/.Net</category>
    <author>秩名</author>
</item>
<item>
    <title>ASP.NET页面中标题单点解决方案</title>
    <link>http://czz5.com/edu/wlbc/asp/20080325/403.html</link>
    <description>最近在使用.net2.0中ms提供的页面导航组件sitemappath时，想到了一种解决页面标题不同步的一种简单而又方便的机制。 目前存在的问题： 一、整个网站中aspx页面标</description>
    <pubDate>2008-03-25</pubDate>
    <category>Asp/.Net</category>
    <author>秩名</author>
</item>
<item>
    <title>Asp.net中实现从弹出窗口中选择值</title>
    <link>http://czz5.com/edu/wlbc/asp/20080325/402.html</link>
    <description>在Asp.net中，从A页面中弹出B页面，在B页面中选择数据后，关闭并将数据更新到A页面，是一种常用的方式。只是我对Javascript不熟悉，所以捣鼓了一下午，终于有了</description>
    <pubDate>2008-03-25</pubDate>
    <category>Asp/.Net</category>
    <author>秩名</author>
</item>
<item>
    <title>ASP.NET页面事件：顺序与回传详解</title>
    <link>http://czz5.com/edu/wlbc/asp/20080325/401.html</link>
    <description>一、初始化 当页面被提交请求第一个方法永远是构造函数。您可以在构造函数里面初始一些自定义属性或对象，不过这时候因为页面还没有被完全初始化所以多少会有些</description>
    <pubDate>2008-03-25</pubDate>
    <category>Asp/.Net</category>
    <author>秩名</author>
</item>
<item>
    <title>asp控制xml数据库的6段代码</title>
    <link>http://czz5.com/edu/wlbc/asp/20080322/106.html</link>
    <description>NO.1--建立一个XML数据库data.xml ?xml version=1.0? records record namecaca/name qq154222225/qq emailroot@3ney.com/email /record records NO.2--建立对象</description>
    <pubDate>2008-03-22</pubDate>
    <category>Asp/.Net</category>
    <author>秩名</author>
</item>
<item>
    <title>ASP操作XML的类</title>
    <link>http://czz5.com/edu/wlbc/asp/20080322/105.html</link>
    <description>ASP操作XML的类的说明： 可以完成ASP对XML节点的添加、删除、修改、清空。 进行上述操作，根据条件，操作类型包括：仅对第一个符合条件、及全部符合条件二种。</description>
    <pubDate>2008-03-22</pubDate>
    <category>Asp/.Net</category>
    <author>秩名</author>
</item>
<item>
    <title>Vista系统IIS 7.0的技巧</title>
    <link>http://czz5.com/edu/wlbc/asp/20080322/104.html</link>
    <description>XP中的IIS设置是非常简单的，打了2003中常常会出现问题的也就是父路径的启用，但是在Vista中，IIS的管理界面和方式有了很大的差别，出现的问题也就多了起来，最</description>
    <pubDate>2008-03-22</pubDate>
    <category>Asp/.Net</category>
    <author>秩名</author>
</item>
<item>
    <title>ASP关于类的Let,Set和Get的用法的异同</title>
    <link>http://czz5.com/edu/wlbc/asp/20080322/103.html</link>
    <description>Property Let 是设置变量用的。 Property Set 是设置对象用的。 Property Get是取回属性用的。 在这里name只是这个类的一个属性，比如类名为 NewsClass 调用为</description>
    <pubDate>2008-03-22</pubDate>
    <category>Asp/.Net</category>
    <author>秩名</author>
</item>

</channel>
</rss>
