<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_自已的技术自己加.</title><subtitle type="text">关于ASP\点NET的有关技术文章</subtitle><id>http://feed.cnblogs.com/blog/u/9757/rss</id><updated>2011-10-18T09:43:16Z</updated><author><name>轻松逍遥子</name><uri>http://www.cnblogs.com/xnxqs/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/xnxqs/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/9757/rss"/><entry><id>http://www.cnblogs.com/xnxqs/archive/2005/09/23/242453.html</id><title type="text">Oracle 9i的数据类型</title><summary type="text">Oracle 9i共提供了16种标量数据类型，如表7.4所示。表7.4 Oracle 9i的标量数据类型名称含义Char用于描述定长的字符型数据，长度&amp;lt;=2000字节varchar2用于描述变长的字符型数据，长度&amp;lt;=4000字节nchar用来存储Unicode字符集的定长字符型数据，长度&amp;lt;=1000字节nvarchar2用来存储Unicode字符集的变长字符型数据，长度&amp;lt;=...</summary><published>2005-09-23T01:10:00Z</published><updated>2005-09-23T01:10:00Z</updated><author><name>轻松逍遥子</name><uri>http://www.cnblogs.com/xnxqs/</uri></author><link rel="alternate" href="http://www.cnblogs.com/xnxqs/archive/2005/09/23/242453.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/xnxqs/archive/2005/09/23/242453.html"/></entry><entry><id>http://www.cnblogs.com/xnxqs/archive/2005/09/21/241270.html</id><title type="text">javascript事件查询综合</title><summary type="text">近日继续研究jsjavascript事件查询综合click() 对象.click() 使对象被点击。closed 对象.closed 对象窗口是否已关闭true/falseclearTimeout(对象) 清除已设置的setTimeout对象clearInterval(对象) 清除已设置的setInterval对象confirm("提示信息") 弹出确认框，确定返回true取消返回falsecur...</summary><published>2005-09-21T07:26:00Z</published><updated>2005-09-21T07:26:00Z</updated><author><name>轻松逍遥子</name><uri>http://www.cnblogs.com/xnxqs/</uri></author><link rel="alternate" href="http://www.cnblogs.com/xnxqs/archive/2005/09/21/241270.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/xnxqs/archive/2005/09/21/241270.html"/></entry><entry><id>http://www.cnblogs.com/xnxqs/archive/2005/09/19/239885.html</id><title type="text">用正则表达式检验是否输入日期时间是有效&amp;&amp;&amp;&amp;&amp;&amp;      execCommand指令集</title><summary type="text">function check(str){ var reg = /^(d+)-(d{1,2})-(d{1,2}) (d{1,2}):(d{1,2}):(d{1,2})$/; var r = str.match(reg); if(r==null)return false; r[2]=r[2]-1; var d= new Date(r[1], r[2],r[3], r[4],r[5], r[6]); i...</summary><published>2005-09-19T09:56:00Z</published><updated>2005-09-19T09:56:00Z</updated><author><name>轻松逍遥子</name><uri>http://www.cnblogs.com/xnxqs/</uri></author><link rel="alternate" href="http://www.cnblogs.com/xnxqs/archive/2005/09/19/239885.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/xnxqs/archive/2005/09/19/239885.html"/></entry><entry><id>http://www.cnblogs.com/xnxqs/archive/2005/09/13/235613.html</id><title type="text">用net命令使局域网文件批量同步更新</title><summary type="text">现在大家都希望有个同步软件可以达到网络目录或者文件的更新来减少自己的工作量,现在网络上也有很多软件可以达到这个目的,象同步专家之类的,但是这些软件需要安装服务端和客户端,客户端要常驻才能使用,并且占用了一定的资源。 　　如下这个批处理利用net命令来进行文件和目录的同步更新.优点就是任何机器都可以做服务器和客户机,而且不占用任何资源.当然缺点也有就是写批处理有点烦^^. 　　我首先写出批处理，然后...</summary><published>2005-09-13T00:12:00Z</published><updated>2005-09-13T00:12:00Z</updated><author><name>轻松逍遥子</name><uri>http://www.cnblogs.com/xnxqs/</uri></author><link rel="alternate" href="http://www.cnblogs.com/xnxqs/archive/2005/09/13/235613.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/xnxqs/archive/2005/09/13/235613.html"/></entry><entry><id>http://www.cnblogs.com/xnxqs/archive/2005/09/12/235170.html</id><title type="text">无分]遍历表单 </title><summary type="text">&amp;lt;SCRIPT LANGUAGE="JavaScript"&amp;gt;&amp;lt;!--function fsubmit(sform){str = '';stre='';for(i=0;i&amp;lt;sform.length;i++){stre +=sform[i].tagName+"-&amp;gt;"+sform[i].name+"="+sform[i].value+"\n";}alert(stre);va...</summary><published>2005-09-12T06:58:00Z</published><updated>2005-09-12T06:58:00Z</updated><author><name>轻松逍遥子</name><uri>http://www.cnblogs.com/xnxqs/</uri></author><link rel="alternate" href="http://www.cnblogs.com/xnxqs/archive/2005/09/12/235170.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/xnxqs/archive/2005/09/12/235170.html"/></entry><entry><id>http://www.cnblogs.com/xnxqs/archive/2005/09/12/234889.html</id><title type="text">设计有复杂客户端Script的服务器控件</title><summary type="text">使用ASP.NET的服务器控件，可以极大的提高我们Web开发中组件的复用性。不过由于ASP.NET默认的__doPostBack传输机制，对于我们在Web页上开发DHMTL特性的功能没有什么实质的帮助，因为我们不可能每次HTML属性修改都doPostBack，这样的效率和用户体验会死人的哦~~ 所以这时候使用客户端Script是一个很好的办法。那我们就用呗，可是问题就谁之而来了。使用Script来...</summary><published>2005-09-12T02:58:00Z</published><updated>2005-09-12T02:58:00Z</updated><author><name>轻松逍遥子</name><uri>http://www.cnblogs.com/xnxqs/</uri></author><link rel="alternate" href="http://www.cnblogs.com/xnxqs/archive/2005/09/12/234889.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/xnxqs/archive/2005/09/12/234889.html"/></entry><entry><id>http://www.cnblogs.com/xnxqs/archive/2005/09/12/234779.html</id><title type="text">[WEB开发] 基于XMLHTTP的简单实例</title><summary type="text">引言 大家都知道可以通过post或者get获得form表单的数据，那么我们如何实现不刷新的提交直接获得页面上的数据呢？这就要借助xmlhttp协议了。xmlhttp是xmldom技术的一部分。下面的代码就是一个很简单的例子，我们利用xmlhttp技术实现简单的用户登陆。　　开始 1.简单的登录页面login.jsp &amp;lt;script&amp;gt;function toServer(){ var xm...</summary><published>2005-09-12T01:04:00Z</published><updated>2005-09-12T01:04:00Z</updated><author><name>轻松逍遥子</name><uri>http://www.cnblogs.com/xnxqs/</uri></author><link rel="alternate" href="http://www.cnblogs.com/xnxqs/archive/2005/09/12/234779.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/xnxqs/archive/2005/09/12/234779.html"/></entry><entry><id>http://www.cnblogs.com/xnxqs/archive/2005/09/12/234762.html</id><title type="text">xmlhttp组件获取远程文件并筛选出目标数据</title><summary type="text">getfile.asp &amp;lt;%''利用xmlhttp组件获取远程文件保存到当前空间''此是网站建设中的一个实例,远程获取一个网页内容并筛选出相关的天气数据,当然可以跳过文件本地存储再获取数据''参考了xoyu的函数,在此感谢fileurl="http://www.hbqx.gov.cn/other/tqyb/inc_city_hb.asp"dotloc=InStrRev(fileurl,"."...</summary><published>2005-09-12T00:36:00Z</published><updated>2005-09-12T00:36:00Z</updated><author><name>轻松逍遥子</name><uri>http://www.cnblogs.com/xnxqs/</uri></author><link rel="alternate" href="http://www.cnblogs.com/xnxqs/archive/2005/09/12/234762.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/xnxqs/archive/2005/09/12/234762.html"/></entry><entry><id>http://www.cnblogs.com/xnxqs/archive/2005/09/12/234761.html</id><title type="text">XMLHTTP Get HTML页面时的中文乱码之完全客户端Script解决方案</title><summary type="text">常有人说，他们在使用XMLHTTP过程中，总是为中文乱码的问题烦恼。本人查阅了一些资料，结果令我失望，大家都是使用ASP服务器端技术解决该问题。  先分析一下为何会出现中文乱码的问题。原因很简单：XMLHTTP得到Response时假定Response是UTF8编码的，它把含GB2312编码的HTML当成UTF8格式，因此，出现了中文乱码。 那么，除了使用ASP服务器端脚本技术外，就没有客户端的解...</summary><published>2005-09-12T00:32:00Z</published><updated>2005-09-12T00:32:00Z</updated><author><name>轻松逍遥子</name><uri>http://www.cnblogs.com/xnxqs/</uri></author><link rel="alternate" href="http://www.cnblogs.com/xnxqs/archive/2005/09/12/234761.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/xnxqs/archive/2005/09/12/234761.html"/></entry><entry><id>http://www.cnblogs.com/xnxqs/archive/2005/09/06/230830.html</id><title type="text">XMLHTTP---介绍(自动抓网页内容)</title><summary type="text">MSXML中提供了Microsoft.XMLHTTP对象，能够完成从数据包到Request对象的转换以及发送任务。创建XMLHTTP对象的语句如下：SetobjXML=CreateObject("Msxml2.XMLHTTP")或SetobjXML=CreateObject(&amp;#8220;Microsoft.XMLHTTP&amp;#8221;)'Or,forversion3.0ofXMLHTTP,use...</summary><published>2005-09-06T00:14:00Z</published><updated>2005-09-06T00:14:00Z</updated><author><name>轻松逍遥子</name><uri>http://www.cnblogs.com/xnxqs/</uri></author><link rel="alternate" href="http://www.cnblogs.com/xnxqs/archive/2005/09/06/230830.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/xnxqs/archive/2005/09/06/230830.html"/></entry></feed>
