<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>综合频道－巧巧读书</title>
    <description>IT咨询，教育，旅游</description>
    <link>http://www.qqread.com</link>
    <language>zh-cn</language>
    <generator>WWW.QQREAD.COM</generator>
    <copyright>Copyright 2002 - 2006 qqread.com, All Rights Reserved</copyright>
    <pubDate>Tues, 25 Jul 2006 00:15:28 GMT</pubDate>
    <item>
      <title>巧妙破解Session cookie的方法</title>
      <link>http://www.qqread.com/asp/2006/06/r397130012.html</link>
      <author>WWW.QQREAD.COM</author>
      <guid>http://www.qqread.com/asp/2006/06/r397130012.html</guid>
      <category>Asp</category>
      <pubDate>Fri, 30 Jun 2006 00:00:00 GMT</pubDate>
      <description>这方法，我自己想的，已经用了1,2年了，希望对有需要的网友有用.所谓的 session cookie, 就是站台在你登录成功后送上一个 cookie，表示你已经通过验证，但与一般cookie不同的是，他并不会存在你的硬盘上，也就是说：在你离开浏览器之后，就会消失，也就是意味：下次你重...</description>
    </item>
    <item>
      <title>ASP生成静态Html文件技术杂谈</title>
      <link>http://www.qqread.com/asp/2006/06/n452125012.html</link>
      <author>WWW.QQREAD.COM</author>
      <guid>http://www.qqread.com/asp/2006/06/n452125012.html</guid>
      <category>Asp</category>
      <pubDate>Thur, 15 Jun 2006 00:00:00 GMT</pubDate>
      <description>网页生成静态Html文件有许多好处,比如生成html网页有利于被搜索引擎收录,不仅被收录的快还收录的全.前台脱离了数据访问,减轻对数据库访问的压力,加快网页打开速度. 像www.aspid.cn的主站就采用了TSYS生成html文件! 所以吟清最近对生成html比较感兴趣,看了不少文章,也有...</description>
    </item>
    <item>
      <title>asp实现语音上传</title>
      <link>http://www.qqread.com/asp/2006/06/t999124012.html</link>
      <author>WWW.QQREAD.COM</author>
      <guid>http://www.qqread.com/asp/2006/06/t999124012.html</guid>
      <category>Asp</category>
      <pubDate>Tues, 13 Jun 2006 00:00:00 GMT</pubDate>
      <description>＜script language="javascript" function openScript(url, width, height){ var Win = window.open(url,"openScript",'width=' + width + ',height=' + height + ',resizable=1,scrollbars=yes,menubar=no,status=yes' ); } ＜/script ＜form action="save.asp...</description>
    </item>
    <item>
      <title>破解网站发布系统 ASP生成静态页面方法</title>
      <link>http://www.qqread.com/asp/2006/06/q408124012.html</link>
      <author>WWW.QQREAD.COM</author>
      <guid>http://www.qqread.com/asp/2006/06/q408124012.html</guid>
      <category>Asp</category>
      <pubDate>Fri, 9 Jun 2006 00:00:00 GMT</pubDate>
      <description>1、WITH TEMPLET意思是，生成的页面架构将采用某个已设定的模板，在此之前我的一篇教程中介绍过，希望各位在看本教程之前对ASP采用模板应熟悉下。2、ASP转变为HTML。不要我再说ASP转变成HTML的好处了吧，其中最值得知道的就是：静态HTML页和动态页对服务器的要求承受能...</description>
    </item>
    <item>
      <title>.NET之ASP WebApplication快速入门(3)</title>
      <link>http://www.qqread.com/asp/2006/06/u663116012.html</link>
      <author>WWW.QQREAD.COM</author>
      <guid>http://www.qqread.com/asp/2006/06/u663116012.html</guid>
      <category>Asp</category>
      <pubDate>Sun, 4 Jun 2006 00:00:00 GMT</pubDate>
      <description>.NET之ASP Web Application快速入门(3)文件Global.asax除了编写UI（Use Interface：用户界面）以外，我们还可以在Web Application中添加application级别的控制逻辑代码以及事件触发程序。这些代码不会去操作产生UI，并且基本上不会响应于单独的页面请求，它...</description>
    </item>
    <item>
      <title>ASP 3.0高级编程（十九）</title>
      <link>http://www.qqread.com/asp/2006/06/n664116012.html</link>
      <author>WWW.QQREAD.COM</author>
      <guid>http://www.qqread.com/asp/2006/06/n664116012.html</guid>
      <category>Asp</category>
      <pubDate>Sun, 4 Jun 2006 00:00:00 GMT</pubDate>
      <description>5.3.2 Dictionary对象示例 本书提供了一系列示例文件可用来试验脚本运行时间库的各种属性。 本章代码的缺省页面提供了一系列可使用的VBScript示例链接。有些示例对JScript同样有效。这些示例存放在Chapter05目录下相应的子目录里，显示的界面如图5-2所示：图5-2ASP脚本...</description>
    </item>
    <item>
      <title>asp.net高级教程（五）-实战篇(中)</title>
      <link>http://www.qqread.com/asp/2006/06/t237117012.html</link>
      <author>WWW.QQREAD.COM</author>
      <guid>http://www.qqread.com/asp/2006/06/t237117012.html</guid>
      <category>Asp</category>
      <pubDate>Sun, 4 Jun 2006 00:00:00 GMT</pubDate>
      <description>asp.net高级教程（五）---实战篇（结合论坛用户操作谈asp.net表单验证)（中) 做好准备工作，现在就要动真格的了，先让我们看看用户注册的实现。前边已经讲过，asp.net可以实现业务逻辑和html代码分离，那么让我们来看看到底是如何实现的，下面这个文件是用户注册的页面...</description>
    </item>
    <item>
      <title>ASP+学习笔记（三）</title>
      <link>http://www.qqread.com/asp/2006/06/n238117012.html</link>
      <author>WWW.QQREAD.COM</author>
      <guid>http://www.qqread.com/asp/2006/06/n238117012.html</guid>
      <category>Asp</category>
      <pubDate>Sun, 4 Jun 2006 00:00:00 GMT</pubDate>
      <description>8).数据访问的定制除了DataGrid之外，还有DataList和Repeater，可以更加灵活使用，不过你需要提供模板，用控件templates他们也有属性DataSource，可以赋予一个ICollection对象，ItemTemplate控件指定每一个记录显示的样子，例：ASP:Repeater id=MyRepeater...</description>
    </item>
    <item>
      <title>ASP中FSO的神奇功能 - 文件读取</title>
      <link>http://www.qqread.com/asp/2006/06/n239117012.html</link>
      <author>WWW.QQREAD.COM</author>
      <guid>http://www.qqread.com/asp/2006/06/n239117012.html</guid>
      <category>Asp</category>
      <pubDate>Sun, 4 Jun 2006 00:00:00 GMT</pubDate>
      <description>现在已经有了一些用户信息保存在文件中，就像一个简单的数据库。假设有一个用户想了解所有的访问者，就要从登记的信息中分离出相关部分，因为没有象数据库一样拥有结构化的列。 我们知道，在所创建的文件中，第1行是用户名，第2行是他们的主页，第3行是他们的电子邮件地...</description>
    </item>
    <item>
      <title>ASP.NET中的Code Behind技术(2)</title>
      <link>http://www.qqread.com/asp/2006/06/n952115012.html</link>
      <author>WWW.QQREAD.COM</author>
      <guid>http://www.qqread.com/asp/2006/06/n952115012.html</guid>
      <category>Asp</category>
      <pubDate>Sat, 3 Jun 2006 00:00:00 GMT</pubDate>
      <description>四．具体实现步骤1）.新建一个HTML页面你可以使用微软的FontPage来设计你的页面的整个布局。把你的所以选项都设计到此页面中去。具体的界面如下图： 点击查看大图把此HTML文件命名为send.htm。具体代码如下：＜html＞＜head＞＜meta http-equiv="Content-Type" content=...</description>
    </item>
    <item>
      <title>NET移植案例学习：建造Web站点(6)</title>
      <link>http://www.qqread.com/asp/2006/06/a953115012.html</link>
      <author>WWW.QQREAD.COM</author>
      <guid>http://www.qqread.com/asp/2006/06/a953115012.html</guid>
      <category>Asp</category>
      <pubDate>Sat, 3 Jun 2006 00:00:00 GMT</pubDate>
      <description>图3 Config.web文件＜?xml version=1.0 encoding=utf-8 ?＞＜configuration＞＜!-- SECURITY This section sets the security policies of the application.Possible modes are Windows, Cookie, Passport...</description>
    </item>
    <item>
      <title>NET移植案例学习：建造Web站点(3)</title>
      <link>http://www.qqread.com/asp/2006/06/a954115012.html</link>
      <author>WWW.QQREAD.COM</author>
      <guid>http://www.qqread.com/asp/2006/06/a954115012.html</guid>
      <category>Asp</category>
      <pubDate>Sat, 3 Jun 2006 00:00:00 GMT</pubDate>
      <description>将ASP代码移植到ASP .NET开发组希望在移植这个Web站点的过程中，能尽可能地少写代码，以减少产生漏洞的可能。在这部分，我将向你说明将ASP页面移植到ASP .NET最简单的方法是什么。但使用这种方法不能充分利用ASP .NET的新特点，只能建立一个能在ASP .NET下运行的站点。...</description>
    </item>
    <item>
      <title>亲密接触ASP.Net(16)</title>
      <link>http://www.qqread.com/asp/2006/06/r955115012.html</link>
      <author>WWW.QQREAD.COM</author>
      <guid>http://www.qqread.com/asp/2006/06/r955115012.html</guid>
      <category>Asp</category>
      <pubDate>Sat, 3 Jun 2006 00:00:00 GMT</pubDate>
      <description>CookieCookie的用法也和ASP中差不多。比如我们建立一个名为aspcn，值为飞刀的cookieHttpCookie cookie = new HttpCookie[aspcn];cookie.Value = 飞刀;Response.AppendCookie(cookie);我们取出Cookie值也很简单HttpCookie cookie = Request.Cook...</description>
    </item>
    <item>
      <title>亲密接触ASP.Net(7)</title>
      <link>http://www.qqread.com/asp/2006/06/r956115012.html</link>
      <author>WWW.QQREAD.COM</author>
      <guid>http://www.qqread.com/asp/2006/06/r956115012.html</guid>
      <category>Asp</category>
      <pubDate>Sat, 3 Jun 2006 00:00:00 GMT</pubDate>
      <description>上一节，我们简单的讲了一下数据库的应用，而我们没有具体说明执行语句如何用于显示。呵呵，是留在这一章节中讲的。这里我们必须得了解一下DataReader,DataSet和DataGrid控件，DataGrid是显示控件，大家自已去看它相关的应用，我们在这里不哆嗦，DataReader和DataSet都...</description>
    </item>
    <item>
      <title>亲密接触ASP.Net(4)</title>
      <link>http://www.qqread.com/asp/2006/06/r957115012.html</link>
      <author>WWW.QQREAD.COM</author>
      <guid>http://www.qqread.com/asp/2006/06/r957115012.html</guid>
      <category>Asp</category>
      <pubDate>Sat, 3 Jun 2006 00:00:00 GMT</pubDate>
      <description>整天的泡在考研的资料里面，闲暇时就和朋友们大谈特谈NGWS,一天终于被lazy兄一棍子打醒，都什么年代了，还在谈NGWS，慌忙中赶快重新下载我心目中的NGWS，装上后，发现今非昔比，这个NGWS已经改名叫Micosoft .Net ,ASP+也堂而皇之的改名为ASP.Ne...</description>
    </item>
    <item>
      <title>亲密接触ASP.Net(3)</title>
      <link>http://www.qqread.com/asp/2006/06/r958115012.html</link>
      <author>WWW.QQREAD.COM</author>
      <guid>http://www.qqread.com/asp/2006/06/r958115012.html</guid>
      <category>Asp</category>
      <pubDate>Sat, 3 Jun 2006 00:00:00 GMT</pubDate>
      <description>不好意思，很久没有写文章，主要原因是前段时间考试，忙得飞刀我昏头转向，现在时间终于有多余了，所以不得不又提起笔来了（注：没有笔，回到家，连电脑也没有，只有在网吧混日子）。但是由于回到家中，没有电脑，所以我的文章也只能是断续地写出来，大家请见谅。最近有...</description>
    </item>
    <item>
      <title>经典！5分钟编写一个ASP论坛</title>
      <link>http://www.qqread.com/asp/2006/06/i468115012.html</link>
      <author>WWW.QQREAD.COM</author>
      <guid>http://www.qqread.com/asp/2006/06/i468115012.html</guid>
      <category>Asp</category>
      <pubDate>Fri, 2 Jun 2006 00:00:00 GMT</pubDate>
      <description>学ASP朋友的。。给大家分享个好东西真NB..佩服ing .....大家在网上看到各种各样的ASP论坛是不是觉的做论坛很难呢，其实我们用简单的ASP语句就完全可以完成一个属于自己的论坛。下面我教大家如何用ASP来打造一个属于自己的论坛，自己的东西毕竟用起来爽吗。同时，再复杂...</description>
    </item>
    <item>
      <title>用ASP+CSS实现随机背景</title>
      <link>http://www.qqread.com/asp/2006/05/d143113012.html</link>
      <author>WWW.QQREAD.COM</author>
      <guid>http://www.qqread.com/asp/2006/05/d143113012.html</guid>
      <category>Asp</category>
      <pubDate>Tues, 23 May 2006 00:00:00 GMT</pubDate>
      <description>随机背景--当你每次进入该页面时，从已指定的图片文件夹中，随机选取一个图片作为背景显示。这里介绍的方法是用ASP+CSS来实现的。ASP--来自ASP101以下是引用片段：Const IMGS_DIR = "/images" '设定图片文件夹的地址，随机显示该文件夹内任一张图片 Dim objFSO, objFold...</description>
    </item>
    <item>
      <title>在Web项目开发中使用BasePage类的巧用(继承System.Web.UI.Page)</title>
      <link>http://www.qqread.com/asp/2006/05/e906112012.html</link>
      <author>WWW.QQREAD.COM</author>
      <guid>http://www.qqread.com/asp/2006/05/e906112012.html</guid>
      <category>Asp</category>
      <pubDate>Mon, 22 May 2006 00:00:00 GMT</pubDate>
      <description>在web项目开发,我们基本每页都要与数据库连接，是不是每页都要实例化数据库对象呢?当然不用，只要我们写一个继承Page类的类就可以了。只要我们每个CodeBehind页面都继承这个类，就直接可以调用此类的属性了。以此类推，我们还可以加入一些项目中经常要用到的功能。 以C#...</description>
    </item>
    <item>
      <title>去掉DataGrid的ViewState中的无用数据</title>
      <link>http://www.qqread.com/asp/2006/05/s908112012.html</link>
      <author>WWW.QQREAD.COM</author>
      <guid>http://www.qqread.com/asp/2006/05/s908112012.html</guid>
      <category>Asp</category>
      <pubDate>Mon, 22 May 2006 00:00:00 GMT</pubDate>
      <description>在Asp.Net中，我们使用最多的恐怕就是DataGrid列表控件了。这个控件的功能的却非常强大，也非常好用。它不但可以实现任意的格式化选择，而且还可以动态进行分页、排序、添加按钮、动态编辑等功能。可以说，DataGrid控件已经实现了我们需要的大部分功能。 DataGrid控件需...</description>
    </item>
  </channel>
</rss>
