<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_雨叶秋寒</title><subtitle type="text"/><id>http://feed.cnblogs.com/blog/u/11312/rss</id><updated>2005-11-14T14:03:25Z</updated><author><name>雨叶秋寒</name><uri>http://www.cnblogs.com/SList/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/SList/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/11312/rss"/><entry><id>http://www.cnblogs.com/SList/archive/2005/11/10/273226.html</id><title type="text">sjCatSoft上传组件</title><summary type="text">一年里都在用5xsoft来上传文件，今天猫哥给了我他的sjCatSoft，在此感谢sjCatSoft的作者猫哥（三角猫）。sjCatSoft 虽然用的也是5xsoft内核，但是把一些功能封装起来，以比较直观的方式同时上传文件和表单项，具体方式如下：&amp;lt;!--#includefile="exdb.asp"--&amp;gt;&amp;lt;!--#includefile="sjcatstudio.inc"--&amp;...</summary><published>2005-11-10T07:46:00Z</published><updated>2005-11-10T07:46:00Z</updated><author><name>雨叶秋寒</name><uri>http://www.cnblogs.com/SList/</uri></author><link rel="alternate" href="http://www.cnblogs.com/SList/archive/2005/11/10/273226.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/SList/archive/2005/11/10/273226.html"/></entry><entry><id>http://www.cnblogs.com/SList/archive/2005/11/09/272164.html</id><title type="text">JavaScript判断上传文件类型</title><summary type="text">工作需要，写了个函数用来判断上传文件的类型，放到这里以便日后整理。functionCheck_FileType(str){varpos=str.lastIndexOf(".");varlastname=str.substring(pos,str.length)//此处文件后缀名也可用数组方式获得str.split(".") if(lastname.toLowerCase()!=".jpg"&amp;amp...</summary><published>2005-11-09T03:19:00Z</published><updated>2005-11-09T03:19:00Z</updated><author><name>雨叶秋寒</name><uri>http://www.cnblogs.com/SList/</uri></author><link rel="alternate" href="http://www.cnblogs.com/SList/archive/2005/11/09/272164.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/SList/archive/2005/11/09/272164.html"/></entry><entry><id>http://www.cnblogs.com/SList/archive/2005/11/08/271752.html</id><title type="text">MSSQL的“未与信任SQL SERVER相关联”错误</title><summary type="text">很长时间以前解决过这个问题，今天又遇到，还是忙了半天，总结到这里。这个问题的现象是已注册的SQL SERVER属性的连接选项选择了&amp;#8220;使用Windows身份验证&amp;#8221;默认登陆时可以正常使用，但是当改为&amp;#8220;使用SQL SERVER身份验证&amp;#8221;时会提示如下错误：解决办法是将SQL SERVER属性配置里安全性标签的身份验证选项选择为&amp;#8220;SQL SERVE...</summary><published>2005-11-08T11:38:00Z</published><updated>2005-11-08T11:38:00Z</updated><author><name>雨叶秋寒</name><uri>http://www.cnblogs.com/SList/</uri></author><link rel="alternate" href="http://www.cnblogs.com/SList/archive/2005/11/08/271752.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/SList/archive/2005/11/08/271752.html"/></entry><entry><id>http://www.cnblogs.com/SList/archive/2005/10/21/259147.html</id><title type="text">JAVA中数据类型的转换</title><summary type="text">摘自：[JSP] 循序渐进教程 作者：信心索基本类型有以下四种：int长度数据类型有：byte(8bits)、short(16bits)、int(32bits)、long(64bits)float长度数据类型有：单精度（32bits float）、双精度（64bits doubleboolean类型变量的取值有：ture、falsechar数据类型有：unicode字符，16位对应的类类型：Int...</summary><published>2005-10-21T06:29:00Z</published><updated>2005-10-21T06:29:00Z</updated><author><name>雨叶秋寒</name><uri>http://www.cnblogs.com/SList/</uri></author><link rel="alternate" href="http://www.cnblogs.com/SList/archive/2005/10/21/259147.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/SList/archive/2005/10/21/259147.html"/></entry><entry><id>http://www.cnblogs.com/SList/archive/2005/09/25/243676.html</id><title type="text">在JavaBean中存放数据</title><summary type="text">&amp;lt;jsp:setProperty&amp;gt;与&amp;lt;jsp:getProperty&amp;gt;标记是和JavaBean一起协作，用来设置和获取JavaBean的属性。 &amp;lt;jsp:setProperty&amp;gt; 1.&amp;lt;jsp:setProperty name="beanname" property="*"&amp;gt; 示例:&amp;lt;jsp:setProperty name="exbean" ...</summary><published>2005-09-25T05:50:00Z</published><updated>2005-09-25T05:50:00Z</updated><author><name>雨叶秋寒</name><uri>http://www.cnblogs.com/SList/</uri></author><link rel="alternate" href="http://www.cnblogs.com/SList/archive/2005/09/25/243676.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/SList/archive/2005/09/25/243676.html"/></entry><entry><id>http://www.cnblogs.com/SList/archive/2005/09/22/242359.html</id><title type="text">JSP中的缓冲区你到底能用多少？</title><summary type="text">看下面这段程序，首先设置buffer="1kb" autoFlush="false"，然后向页面中输出970个&amp;#8220;C&amp;#8221; 。&amp;lt;%@pagelanguage="java"buffer="1kb"autoFlush="false"%&amp;gt;&amp;lt;html&amp;gt;&amp;lt;head&amp;gt;&amp;lt;/head&amp;gt;&amp;lt;body&amp;gt;&amp;lt;%for(inti=0;i&amp;lt...</summary><published>2005-09-22T15:20:00Z</published><updated>2005-09-22T15:20:00Z</updated><author><name>雨叶秋寒</name><uri>http://www.cnblogs.com/SList/</uri></author><link rel="alternate" href="http://www.cnblogs.com/SList/archive/2005/09/22/242359.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/SList/archive/2005/09/22/242359.html"/></entry><entry><id>http://www.cnblogs.com/SList/archive/2005/09/22/242334.html</id><title type="text">JSP中out对象的方法总结</title><summary type="text">out对象被封装为javax.servlet.jsp.jspWriter接口，通过调用pageContext.getOut()方法可以获取out对象。1.public abstract void clear()清除缓冲区中的内容，不将数据发送至客户端。2.public abstract void clearBuffer()将数据发送至客户端后，清除缓冲区中的内容。3.public abstarct...</summary><published>2005-09-22T14:22:00Z</published><updated>2005-09-22T14:22:00Z</updated><author><name>雨叶秋寒</name><uri>http://www.cnblogs.com/SList/</uri></author><link rel="alternate" href="http://www.cnblogs.com/SList/archive/2005/09/22/242334.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/SList/archive/2005/09/22/242334.html"/></entry><entry><id>http://www.cnblogs.com/SList/archive/2005/09/20/240807.html</id><title type="text">JSP中的两种包含页面的方法</title><summary type="text">第一种：include指令：当JSP转换成Servlet时引入指定文件 &amp;lt;%@pagecontentType="text/html;charset=GB2312"language="java"errorPage=""%&amp;gt; &amp;lt;%@includefile="head.jsp"%&amp;gt; &amp;lt;%@includefile="body.jsp"%&amp;gt; &amp;lt;%@includefi...</summary><published>2005-09-20T15:55:00Z</published><updated>2005-09-20T15:55:00Z</updated><author><name>雨叶秋寒</name><uri>http://www.cnblogs.com/SList/</uri></author><link rel="alternate" href="http://www.cnblogs.com/SList/archive/2005/09/20/240807.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/SList/archive/2005/09/20/240807.html"/></entry><entry><id>http://www.cnblogs.com/SList/archive/2005/09/12/235198.html</id><title type="text">控制TextBox的ReadOnly属性</title><summary type="text">工作中遇到的问题，查阅些资料发现控制TextBox的ReadOnly属性与控制其它属性有些不同：示例如下：&amp;lt;scriptLanguage="JavaScript"&amp;gt;functionorder_readonly(){ if(document.form_color.order_false.checked) { document.getElementById("order").readOnl...</summary><published>2005-09-12T07:40:00Z</published><updated>2005-09-12T07:40:00Z</updated><author><name>雨叶秋寒</name><uri>http://www.cnblogs.com/SList/</uri></author><link rel="alternate" href="http://www.cnblogs.com/SList/archive/2005/09/12/235198.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/SList/archive/2005/09/12/235198.html"/></entry><entry><id>http://www.cnblogs.com/SList/archive/2005/09/07/231695.html</id><title type="text">用计划任务定时执行ASP文件</title><summary type="text">方法1.vbscript DimIESetIE=CreateObject("InternetExplorer.Application")ie.navigate("http://slist.cnblogs.com/")ie.visible=1SetIE=Nothing方法2.Jscriptvarhtml="";html+="&amp;lt;html&amp;gt;&amp;lt;head&amp;gt;&amp;lt;title&amp;gt;运...</summary><published>2005-09-07T04:04:00Z</published><updated>2005-09-07T04:04:00Z</updated><author><name>雨叶秋寒</name><uri>http://www.cnblogs.com/SList/</uri></author><link rel="alternate" href="http://www.cnblogs.com/SList/archive/2005/09/07/231695.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/SList/archive/2005/09/07/231695.html"/></entry></feed>
