<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_loway</title><subtitle type="text"/><id>http://feed.cnblogs.com/blog/u/16279/rss</id><updated>2006-10-22T01:09:13Z</updated><author><name>loway</name><uri>http://www.cnblogs.com/loway/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/loway/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/16279/rss"/><entry><id>http://www.cnblogs.com/loway/archive/2006/10/22/536235.html</id><title type="text">必须掌握的八个DOS命令 [转]</title><summary type="text">一，ping　　　　它是用来检查网络是否通畅或者网络连接速度的命令。作为一个生活在网络上的管理员或者黑客来说，ping命令是第一个必须掌握的DOS命令，它所利用的原理是这样的：网络上的机器都有唯一确定的IP地址，我们给目标IP地址发送一个数据包，对方就要返回一个同样大小的数据包，根据返回的数据包我们可以确定目标主机的存在，可以初步判断目标主机的操作系统等。下面就来看看它的一些常用的操作。先看看帮助...</summary><published>2006-10-22T01:09:00Z</published><updated>2006-10-22T01:09:00Z</updated><author><name>loway</name><uri>http://www.cnblogs.com/loway/</uri></author><link rel="alternate" href="http://www.cnblogs.com/loway/archive/2006/10/22/536235.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/loway/archive/2006/10/22/536235.html"/></entry><entry><id>http://www.cnblogs.com/loway/archive/2006/10/22/536234.html</id><title type="text">asp免费源代码</title><summary type="text">asp免费源代码http://vv66.k666.com/dispbbs.asp ...D=168904&amp;amp;skin=11.中国站长网下载http://www.chinaz.com/download/ 被网友所公认的！有自己的特色！尤其是论坛！绝对是站长站！！！提供建站相关的源码多速度快！可以说站长不能没有站长站！！！2.KK66下载中心http://down.kk66.com 一个字！大！...</summary><published>2006-10-22T01:07:00Z</published><updated>2006-10-22T01:07:00Z</updated><author><name>loway</name><uri>http://www.cnblogs.com/loway/</uri></author><link rel="alternate" href="http://www.cnblogs.com/loway/archive/2006/10/22/536234.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/loway/archive/2006/10/22/536234.html"/></entry><entry><id>http://www.cnblogs.com/loway/archive/2006/06/14/425434.html</id><title type="text">ASP 中 Split 函数的实例</title><summary type="text">大家有碰到过要想取一字符串里的某些值而无从下手？有没有觉得看书或教材对split的写法糊里糊涂&amp;#8230;&amp;#8230;如果有此疑问的话，请看下面我对例子的解释，相信您会对这个有一定的了解。　　我先介绍一下Split函数的用法:　返回值数组 = Split("字符串","分割符")　　假设变量strURL保存着URL值，如strURL = "ftp://username:password@ser...</summary><published>2006-06-14T01:48:00Z</published><updated>2006-06-14T01:48:00Z</updated><author><name>loway</name><uri>http://www.cnblogs.com/loway/</uri></author><link rel="alternate" href="http://www.cnblogs.com/loway/archive/2006/06/14/425434.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/loway/archive/2006/06/14/425434.html"/></entry><entry><id>http://www.cnblogs.com/loway/archive/2006/05/18/403199.html</id><title type="text">ASP：Recordset对象方法</title><summary type="text">Recordset对象方法Open方法recordset.Open Source,ActiveConnection,CursorType,LockType,OptionsSourceRecordset 对象可以通过Source属性来连接Command对象。Source参数可以是一个Command对象名称、一段SQL命令、一个指定的数据表名称或是一个Stored Procedure。假如省略这个参数...</summary><published>2006-05-18T02:52:00Z</published><updated>2006-05-18T02:52:00Z</updated><author><name>loway</name><uri>http://www.cnblogs.com/loway/</uri></author><link rel="alternate" href="http://www.cnblogs.com/loway/archive/2006/05/18/403199.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/loway/archive/2006/05/18/403199.html"/></entry><entry><id>http://www.cnblogs.com/loway/archive/2006/05/17/402601.html</id><title type="text">ASP错误编码大全</title><summary type="text">Microsoft VBScript语法错误(0x800A03E9)--&amp;gt;内存不足Microsoft VBScript语法错误(0x800A03EA)--&amp;gt;语法错误Microsoft VBScript语法错误(0x800A03EB)--&amp;gt;缺少 ':'Microsoft VBScript语法错误(0x800A03ED)--&amp;gt;缺少 '('Microsoft VBScript语法...</summary><published>2006-05-17T08:45:00Z</published><updated>2006-05-17T08:45:00Z</updated><author><name>loway</name><uri>http://www.cnblogs.com/loway/</uri></author><link rel="alternate" href="http://www.cnblogs.com/loway/archive/2006/05/17/402601.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/loway/archive/2006/05/17/402601.html"/></entry><entry><id>http://www.cnblogs.com/loway/archive/2006/05/15/400498.html</id><title type="text">实用网页代码</title><summary type="text">1.　oncontextmenu="window.event.returnvalue=false"　　　将彻底屏蔽鼠标右键　　&amp;lt;table border oncontextmenu=return(false)&amp;gt;&amp;lt;td&amp;gt;no&amp;lt;/table&amp;gt;　可用于Table2.　&amp;lt;body onselectstart="return false"&amp;gt;　　　　　　　　取消...</summary><published>2006-05-15T05:55:00Z</published><updated>2006-05-15T05:55:00Z</updated><author><name>loway</name><uri>http://www.cnblogs.com/loway/</uri></author><link rel="alternate" href="http://www.cnblogs.com/loway/archive/2006/05/15/400498.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/loway/archive/2006/05/15/400498.html"/></entry><entry><id>http://www.cnblogs.com/loway/archive/2006/05/15/400493.html</id><title type="text">ASP各种存储过程使用指南</title><summary type="text">&amp;lt;%@ Language=VBScript %&amp;gt;&amp;lt;%'---开始链接数据库Dim strConnStringstrConnString = "driver={SQL Server};server=songhp;uid=sa;pwd=;database=XVZDemo"set Conn = Server.CreateObject("ADODB.Connection")Conn.Op...</summary><published>2006-05-15T05:51:00Z</published><updated>2006-05-15T05:51:00Z</updated><author><name>loway</name><uri>http://www.cnblogs.com/loway/</uri></author><link rel="alternate" href="http://www.cnblogs.com/loway/archive/2006/05/15/400493.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/loway/archive/2006/05/15/400493.html"/></entry><entry><id>http://www.cnblogs.com/loway/archive/2006/05/15/400492.html</id><title type="text">翻页的存储过程</title><summary type="text">CREATE PROC Turnpage @qCols varchar(200), --需要查询的列 @qTables varchar(200), --需要查询的表 和条件 @iKey varchar (20), --标识字段 @oKey varchar(20), --排序字段 @pageSize int, --每页的行数 @pageNumber int --要显示的页码, 从0开始ASset n...</summary><published>2006-05-15T05:50:00Z</published><updated>2006-05-15T05:50:00Z</updated><author><name>loway</name><uri>http://www.cnblogs.com/loway/</uri></author><link rel="alternate" href="http://www.cnblogs.com/loway/archive/2006/05/15/400492.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/loway/archive/2006/05/15/400492.html"/></entry><entry><id>http://www.cnblogs.com/loway/archive/2006/05/11/397403.html</id><title type="text">纯ASP上传图像文件到数据库的最佳例子</title><summary type="text">getfile.htm-------------------------&amp;lt;html&amp;gt;&amp;lt;head&amp;gt;&amp;lt;title&amp;gt;保存图片到数据库&amp;lt;/title&amp;gt;&amp;lt;/head&amp;gt;&amp;lt;body&amp;gt;&amp;lt;b&amp;gt;&amp;lt;p&amp;gt;&amp;lt;/b&amp;gt;你可以找个图片试试，保存完毕后会有提示&amp;lt;/p&amp;gt;&amp;lt;form METHOD="POST" ...</summary><published>2006-05-11T07:59:00Z</published><updated>2006-05-11T07:59:00Z</updated><author><name>loway</name><uri>http://www.cnblogs.com/loway/</uri></author><link rel="alternate" href="http://www.cnblogs.com/loway/archive/2006/05/11/397403.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/loway/archive/2006/05/11/397403.html"/></entry><entry><id>http://www.cnblogs.com/loway/archive/2006/04/14/375381.html</id><title type="text">禁止右键、选择、粘贴、shift、ctrl、alt.....</title><summary type="text">禁止右键、选择、粘贴、shift、ctrl、alt.....（转载http://www.tongyi.net/article/20050228/200502284204.shtml）&amp;lt;script language="JavaScript"&amp;gt;&amp;lt;!--function key(){ if(event.shiftKey){window.close();}//禁止shiftif(eve...</summary><published>2006-04-14T08:52:00Z</published><updated>2006-04-14T08:52:00Z</updated><author><name>loway</name><uri>http://www.cnblogs.com/loway/</uri></author><link rel="alternate" href="http://www.cnblogs.com/loway/archive/2006/04/14/375381.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/loway/archive/2006/04/14/375381.html"/></entry></feed>
