<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="rss.xsl" media="screen"?>
<rss version="2.0">
  <channel>
    <title>爱学社区</title>
    <link>http://www.lovesnet.com.cn/bbs/</link>
    <description>Latest 20 threads</description>
    <copyright>Copyright (c) 爱学社区</copyright>
    <generator>Discuz!NT</generator>
    <pubDate>Wed, 20 Aug 2008 08:48:54 GMT</pubDate>
    <ttl>60</ttl>
    <item>
      <title>试题大全</title>
    <description><![CDATA[&amp;lt;br&amp;gt;            2008年2月29日     9:17     &amp;lt;目录&amp;gt; 7001《操作系统》试卷（虞江锋）            2008年3月19日     9:45     &amp;lt;目录&amp;gt; 7002计算机网络(厉毅)            2008年2月29日     9:17     &amp;lt;目录&amp;gt; 7003软件工具与环境(郁建伟)   ]]></description>
      <link>http://www.lovesnet.com.cn/bbs/showtopic-1807.aspx</link>
      <category>试题中心</category>
      <author>admin</author>
      <pubDate>Fri, 30 May 2008 19:24:00 GMT</pubDate>
    </item>
    <item>
      <title>C#试题！</title>
    <description><![CDATA[一.填空题
1.c#中的三元运算符是___？：__?
2.当整数a赋值给一个object对象时，整数a将会被__装箱___?
3.类成员有__3___种可访问形式？
4.public static const int A=1;这段代码有错误么？是什么？const成员都是static所以应该去掉static
5.float f=-123.567F;
  int i=(int)f;
i的]]></description>
      <link>http://www.lovesnet.com.cn/bbs/showtopic-1806.aspx</link>
      <category>试题中心</category>
      <author>admin</author>
      <pubDate>Tue, 27 May 2008 20:32:00 GMT</pubDate>
    </item>
    <item>
      <title>全国高等学校计算机等级考试（江西考区）二级C试卷</title>
    <description><![CDATA[1、 计算机基础部分（30分）
试题一、选择题（每个选项1分，共30分）。考生从提供的答案中选择一个正确的，并把所选答案的字母填入答题卡对应栏内。
1、 在计算机内部，一切信息均表示为   A   。
(1) A、二进制数   B、十进制数   C、BCD码   D、ASCII码
2、通常所说的计算机系统是由   A   组成。
    (2) A、硬件系统和软件系统        B、]]></description>
      <link>http://www.lovesnet.com.cn/bbs/showtopic-1805.aspx</link>
      <category>试题中心</category>
      <author>admin</author>
      <pubDate>Fri, 23 May 2008 22:23:00 GMT</pubDate>
    </item>
    <item>
      <title>国务院公告</title>
    <description><![CDATA[国务院公告：
为表达全国各族人民对四川汶川大地震遇难同胞的深切哀悼，国务院决定，2008 年 5 月 19 日至 21 日为全国哀悼日。在此期间，全国和各驻外机构下半旗志哀，停止公共娱乐活动，外交部和我国驻外使领馆设立吊唁簿。5 月 19 日 14 时 28 分起，全国人民默哀3分钟，届时汽车、火车、舰船鸣笛，防空警报鸣响。
汽车停驶，行人止步，坐者站立。

QQ保持隐身，聊天一律黑字。网]]></description>
      <link>http://www.lovesnet.com.cn/bbs/showtopic-1804.aspx</link>
      <category>爱网水井</category>
      <author>潶天使</author>
      <pubDate>Mon, 19 May 2008 12:44:00 GMT</pubDate>
    </item>
    <item>
      <title>地震后,活着的你可以选择捐款给逝去的同胞</title>
    <description><![CDATA[老子是80后的强人，却保持着70后的优秀思想，拥有90后的聪明头脑，贱踏在00后艰苦奋斗的大马路上……

邮局汇款：
地址：北京市东城区北新桥三条8号
邮编：100007

网上捐款:登陆中国红十字会总会网站： www.redcross.org.cn，点击捐款热线栏目进行在线捐款。

通过短信捐款：中国移动、中国联通手机用户以及中国电信、中国网通小灵通用户均可编辑短信1或2，发送至]]></description>
      <link>http://www.lovesnet.com.cn/bbs/showtopic-1803.aspx</link>
      <category>爱网水井</category>
      <author>admin</author>
      <pubDate>Tue, 13 May 2008 22:53:00 GMT</pubDate>
    </item>
    <item>
      <title>巧用FileSystem组件实现WEB应用中的本地特定打印</title>
    <description><![CDATA[1、引言 
随着Internet的飞速发展，许多企业都纷纷开发基于WEB的业务应用系统。一般情况下，基于WEB的业务应用都采用三层或三层以上的结构，前台即客户端是普通的WEB浏览器，中间业务逻辑应用层存放于WEB服务器上，由WEB服务器上的服务构件访问后台数据库。为了业务系统与Internet的互联，WEB服务器和数据库系统均托管在IDC（互联网数据中心），因而需要从托管在 IDC的服务器上提取]]></description>
      <link>http://www.lovesnet.com.cn/bbs/showtopic-1801.aspx</link>
      <category>Web开发</category>
      <author>admin</author>
      <pubDate>Mon, 12 May 2008 21:50:00 GMT</pubDate>
    </item>
    <item>
      <title>ASP入门基础教程-创建文本文件</title>
    <description><![CDATA[一、创建文本文件的步骤如下：

　　 1、创建 FileSystemObject 对象实例；

　　　 &amp;lt;% Set fso=Server.CreateObject(&amp;quot;Scripting.FileSystemObject&amp;quot;) %&amp;gt;
　　 2、创建 TextStream 对象实例；

　　　 &amp;lt;% txtFile=fso.CreateTextFil]]></description>
      <link>http://www.lovesnet.com.cn/bbs/showtopic-1800.aspx</link>
      <category>Web开发</category>
      <author>admin</author>
      <pubDate>Mon, 12 May 2008 21:16:00 GMT</pubDate>
    </item>
    <item>
      <title>ASP生成Html文件静态页面</title>
    <description><![CDATA[网页生成静态Html文件有许多好处,比如生成html网页有利于被搜索引擎收录,不仅被收录的快还收录的全.前台脱离了数据访问,减轻对数据库访问的压力,加快网页打开速度. 所以吟清最近对生成html比较感兴趣,看了不少文章,也有一点点收获. 

1,下面这个例子直接利用FSO把html代码写入到文件中然后生成.html格式的文件 ＜% 


以下是引用片段：
filename=&amp;quot;]]></description>
      <link>http://www.lovesnet.com.cn/bbs/showtopic-1799.aspx</link>
      <category>Web开发</category>
      <author>admin</author>
      <pubDate>Mon, 12 May 2008 21:15:00 GMT</pubDate>
    </item>
    <item>
      <title>asp模板引擎</title>
    <description><![CDATA[作者： 孙立 Email: 17bizAT126.com 
写于:2006/3/5 
版权声明：可以任意转载，转载时请务必以超链接形式标明文章原始出处和作者信息及本声明 
http://sunli.cnblogs.com/archive/2006/03/05/343095.html 
关键词:ASP 模板 
摘要: 阐述一种全新的ASP模板引擎,实现代码(逻辑)层与HTML(表现)层的分]]></description>
      <link>http://www.lovesnet.com.cn/bbs/showtopic-1798.aspx</link>
      <category>Web开发</category>
      <author>admin</author>
      <pubDate>Mon, 12 May 2008 21:14:00 GMT</pubDate>
    </item>
    <item>
      <title>无权限限制，服务端无组件打包、解包文件及客户端解包文件的原理与实现</title>
    <description><![CDATA[文章标题：无需WScript.Shell权限，服务端无组件批量打包、解包文件及客户端解包文件的原理与实现 
发布时间：2005年11月28日 早 
文章作者：翟振凯 (小琦) 
交流方式： 
个人站：http://www.xiaoqi.net 
技术站：http://www.iisvs.net 
商业站：http://www.iisvs.com 
QQ：53353866 223368]]></description>
      <link>http://www.lovesnet.com.cn/bbs/showtopic-1797.aspx</link>
      <category>Web开发</category>
      <author>admin</author>
      <pubDate>Mon, 12 May 2008 21:12:00 GMT</pubDate>
    </item>
    <item>
      <title>asp将记录输出为(.csv)文件</title>
    <description><![CDATA['========================================================== 
'将纪录输出为(.csv)文件 
'制作日期：2003年3月 
作者 ：塞北的雪 
'========================================================== 
Class Exp......]]></description>
      <link>http://www.lovesnet.com.cn/bbs/showtopic-1796.aspx</link>
      <category>Web开发</category>
      <author>admin</author>
      <pubDate>Mon, 12 May 2008 21:11:00 GMT</pubDate>
    </item>
    <item>
      <title>在ASP中文本数据的实现</title>
    <description><![CDATA[如果数据足够简单是可以考虑使用文本数据的。

在ASP中，要进行文件的存取必须先建立FileSystemObject对象， 再用建立出来的这个文件对象来进行文件各项操作,用法: 
set fileobject=server.createObject(“scripting.FileSystemObject”), 

用createTextFile来建立文本文件: 
set 文件对象名=f]]></description>
      <link>http://www.lovesnet.com.cn/bbs/showtopic-1795.aspx</link>
      <category>Web开发</category>
      <author>admin</author>
      <pubDate>Mon, 12 May 2008 21:10:00 GMT</pubDate>
    </item>
    <item>
      <title>无组件上传文件被杀毒软件误报为病毒的可能的解决方法</title>
    <description><![CDATA[引题：大约两个月前，突然发现网站后台的上文件上传功能不能用说了，说是找不到类文件。上FTP一看，果然，clsUP.asp文件不见了，很是奇怪，于是重新上传，但FTP软件确认已经上传，而无论怎么刷新都看不到内容。这是怎么了？郁闷了N天，后来在本地打开此文件时，RISING竟然报警说有病毒。我晕！于是上网去搜，果然，由于无惧上传类用的是ado.stream上传，现在大多杀毒软件把其列为病毒，因为其对W]]></description>
      <link>http://www.lovesnet.com.cn/bbs/showtopic-1794.aspx</link>
      <category>Web开发</category>
      <author>admin</author>
      <pubDate>Mon, 12 May 2008 21:09:00 GMT</pubDate>
    </item>
    <item>
      <title>asp静态模版技术之标签参数</title>
    <description><![CDATA[&amp;lt;table width=&amp;quot;100%&amp;quot; border=&amp;quot;0&amp;quot; cellspacing=&amp;quot;5&amp;quot; cellpadding=&amp;quot;0&amp;quot;&amp;gt; 
&amp;lt;tr&amp;gt; 
&amp;lt;td&amp;gt;&amp;lt;tag:article_list class_id=&amp;quot;314&amp;quot; PageSize=&amp;quot;4&amp;qu]]></description>
      <link>http://www.lovesnet.com.cn/bbs/showtopic-1793.aspx</link>
      <category>Web开发</category>
      <author>admin</author>
      <pubDate>Mon, 12 May 2008 21:08:00 GMT</pubDate>
    </item>
    <item>
      <title>asp无组件读取图片文件信息</title>
    <description><![CDATA[&amp;lt;% 
'::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: 
'::: ::: 
'::: This routine will attempt to identify any filespec passed ::: 
'::: as a graphic file (regardless of the......]]></description>
      <link>http://www.lovesnet.com.cn/bbs/showtopic-1792.aspx</link>
      <category>Web开发</category>
      <author>admin</author>
      <pubDate>Mon, 12 May 2008 21:07:00 GMT</pubDate>
    </item>
    <item>
      <title>一个基于Jscript和fso的asp模板机制</title>
    <description><![CDATA[文件名：Template.JScript.INC 
&amp;lt;% 
/*********************************************************/ 
/*TemplateClass*/ 
/*Author:www.aspxuexi.com*/ 
/*Date:6-09*/ 
/************************************]]></description>
      <link>http://www.lovesnet.com.cn/bbs/showtopic-1791.aspx</link>
      <category>Web开发</category>
      <author>admin</author>
      <pubDate>Mon, 12 May 2008 21:06:00 GMT</pubDate>
    </item>
    <item>
      <title>fso应用中的几个小函数</title>
    <description><![CDATA[&amp;lt;% 
'功能:判断文件名是否合法 
'isFileName  
'文件名不能包含下列任何字符之一 
' \ / : * ? &amp;quot; &amp;lt; &amp;gt; | 
Function isFileName(sFileName) 
Dim sErrorStr, i 
isFileName = TRUE 
sErrorStr = Array(&amp;quot;\&amp;quot;, &amp;quo]]></description>
      <link>http://www.lovesnet.com.cn/bbs/showtopic-1790.aspx</link>
      <category>Web开发</category>
      <author>admin</author>
      <pubDate>Mon, 12 May 2008 21:06:00 GMT</pubDate>
    </item>
    <item>
      <title>ASP使用模版生成HTML</title>
    <description><![CDATA[1，WITH TEMPLET意思是，生成的页面架构将采用某个已设定的模板，在此之前我的一篇教程中介绍过，希望各位在看本教程之前对ASP采用模板应熟悉下。（当然，不看也没有问题，本教程同样会提及精华部分的：） 

2，ASP2HTML。不要我再说ASP转变成HTML的好处了吧，呵呵，其中最值得知道的就是：静态HTML页和动态页对服务器的要求承受能力小得多，同样，静态HTML搜索几率远比动态页面的]]></description>
      <link>http://www.lovesnet.com.cn/bbs/showtopic-1789.aspx</link>
      <category>Web开发</category>
      <author>admin</author>
      <pubDate>Mon, 12 May 2008 21:05:00 GMT</pubDate>
    </item>
    <item>
      <title>VOA Special English Weekly TV on May 4, 2008</title>
    <description><![CDATA[VOA Special English Weekly TV on May 4, 2008
flash/player.swf?videoID=77265_3226751&amp;amp;autoStart=false&amp;amp;share=false]]></description>
      <link>http://www.lovesnet.com.cn/bbs/showtopic-1788.aspx</link>
      <category>考试英语</category>
      <author>admin</author>
      <pubDate>Fri, 09 May 2008 19:46:00 GMT</pubDate>
    </item>
    <item>
      <title>VOA Special English Weekly TV on April 27, 2008</title>
    <description><![CDATA[VOA Special English Weekly TV on April 27, 2008
flash/player.swf?videoID=77265_3225554&amp;amp;autoStart=false&amp;amp;share=false]]></description>
      <link>http://www.lovesnet.com.cn/bbs/showtopic-1787.aspx</link>
      <category>考试英语</category>
      <author>admin</author>
      <pubDate>Fri, 09 May 2008 17:42:00 GMT</pubDate>
    </item>
  </channel>
</rss>