<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_Suntears的技术空间</title><subtitle type="text">不要笑我,或许文章技术含量不高.但是我拥有自主知识产权</subtitle><id>http://feed.cnblogs.com/blog/u/19081/rss</id><updated>2009-04-19T17:01:28Z</updated><author><name>Suntears</name><uri>http://www.cnblogs.com/suntears/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/suntears/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/19081/rss"/><entry><id>http://www.cnblogs.com/suntears/archive/2008/06/02/1212262.html</id><title type="text">InputBox函数用法</title><summary type="text">InputBox函数和MsgBox函数很常用，特别是在与用户进行简单的交互时经常用到。一、InputBox函数1、作用显示一个输入框，并提示用户在文本框中输入文本、数字或选中某个单元格区域，当按下确定按钮后返回包含文本框内容的字符串。2、语法InputBox(Prompt[,Title][,Default][,Xpos][,Ypos][,Helpfile,Context])参数说明：(1) Pro...</summary><published>2008-06-02T07:41:00Z</published><updated>2008-06-02T07:41:00Z</updated><author><name>Suntears</name><uri>http://www.cnblogs.com/suntears/</uri></author><link rel="alternate" href="http://www.cnblogs.com/suntears/archive/2008/06/02/1212262.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/suntears/archive/2008/06/02/1212262.html"/></entry><entry><id>http://www.cnblogs.com/suntears/archive/2008/06/02/1212260.html</id><title type="text">MsgBox用法</title><summary type="text">1、作用在消息框中显示信息，并等待用户单击按钮，可返回单击的按钮值(比如“确定”或者“取消”)。通常用作显示变量值的一种方式。2、语法MsgBox(Prompt[,Buttons][,Title][,Helpfile,Context])参数说明：(1)Prompt，必需的参数，为字符串，作为显示在消息框中的消息文本。其最大长度约为1024个字符，由所用字符的宽度决定。如果prompt的内容超过一行...</summary><published>2008-06-02T07:40:00Z</published><updated>2008-06-02T07:40:00Z</updated><author><name>Suntears</name><uri>http://www.cnblogs.com/suntears/</uri></author><link rel="alternate" href="http://www.cnblogs.com/suntears/archive/2008/06/02/1212260.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/suntears/archive/2008/06/02/1212260.html"/></entry><entry><id>http://www.cnblogs.com/suntears/archive/2007/05/17/750456.html</id><title type="text">【转】我的悲哀——虽然是转载，但同样是我自己的悲哀</title><summary type="text">有五種動物，老虎、猴子、孔雀、大象和狗你到一個從未去過的原始森林探險，帶著這五種物， 四周環境危險重重，你迫於無奈要把他們一一放棄。 你會按著什麼次序把牠們放棄呢?? 好了嗎.....其實這個問題的答案意味著你在困苦的環境中首先放棄什麼。孔雀代表你的伴侶，愛人; 老虎代表你對金錢和權力的慾望; 大象代表你的父母; 狗代表你的朋友; 猴子代表你的子女。 如果你選擇孔雀為首先放棄的動物，有想過為什麼嗎...</summary><published>2007-05-17T09:40:00Z</published><updated>2007-05-17T09:40:00Z</updated><author><name>Suntears</name><uri>http://www.cnblogs.com/suntears/</uri></author><link rel="alternate" href="http://www.cnblogs.com/suntears/archive/2007/05/17/750456.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/suntears/archive/2007/05/17/750456.html"/></entry><entry><id>http://www.cnblogs.com/suntears/archive/2007/05/17/750209.html</id><title type="text">asp.net中将DataTable根据xslt生成html静态页面，支持分页</title><summary type="text">功能很单一，也不是很完善~~，虚心听各位的教诲*^_^*代码如下：Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--&amp;gt;usingSystem;usingSystem.Data;usingSystem.Xml;usingSystem.Text;usingSy...</summary><published>2007-05-17T06:23:00Z</published><updated>2007-05-17T06:23:00Z</updated><author><name>Suntears</name><uri>http://www.cnblogs.com/suntears/</uri></author><link rel="alternate" href="http://www.cnblogs.com/suntears/archive/2007/05/17/750209.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/suntears/archive/2007/05/17/750209.html"/></entry><entry><id>http://www.cnblogs.com/suntears/archive/2007/04/25/726686.html</id><title type="text">javascript中keyCode代码对应表(函数实现)</title><summary type="text">&amp;lt;html&amp;gt;&amp;lt;!--//this code by hongseheike--&amp;gt;&amp;lt;head&amp;gt;&amp;lt;script language="javascript"&amp;gt;ns4 = (document.layers) ? true : false;ie4 = (document.all) ? true : false;function keyDown(e){if(ns4...</summary><published>2007-04-25T05:30:00Z</published><updated>2007-04-25T05:30:00Z</updated><author><name>Suntears</name><uri>http://www.cnblogs.com/suntears/</uri></author><link rel="alternate" href="http://www.cnblogs.com/suntears/archive/2007/04/25/726686.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/suntears/archive/2007/04/25/726686.html"/></entry><entry><id>http://www.cnblogs.com/suntears/archive/2007/04/24/725331.html</id><title type="text">asp.net+ajax多线程进度条的实现</title><summary type="text">最近写进度条写的有点上瘾，这次弄了个ajax的(*^_^*)由于之前的那篇(http://www.cnblogs.com/suntears/archive/2007/04/24/724833.html)已经对前台如何控制图片进行了演示，这次就仅仅做功能模拟。别忘了打开页面的时候加上start参数，这样才可以启动查数程序。前台代码：&amp;lt;!DOCTYPEHTMLPUBLIC"-//W3C//DTD...</summary><published>2007-04-24T07:10:00Z</published><updated>2007-04-24T07:10:00Z</updated><author><name>Suntears</name><uri>http://www.cnblogs.com/suntears/</uri></author><link rel="alternate" href="http://www.cnblogs.com/suntears/archive/2007/04/24/725331.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/suntears/archive/2007/04/24/725331.html"/></entry><entry><id>http://www.cnblogs.com/suntears/archive/2007/04/24/724833.html</id><title type="text">asp.net进度条的实现（附demo）</title><summary type="text">上一篇只是备份了下代码，这次是可以独立运行的demo。demo模拟的是发送多封邮件过程中进度条的显示。其中图片设计的不太规范，所以js控制进度条移动的代码有点乱，这个大家可以替换成自己的，这里只是演示作用。进度条动态增长的原理是：一个中间扣空的酒瓶子图片，这个图片下面放另外一张图片，移动下层图片以实现进度条增长效果。usingSystem;usingSystem.Collections;using...</summary><published>2007-04-24T02:13:00Z</published><updated>2007-04-24T02:13:00Z</updated><author><name>Suntears</name><uri>http://www.cnblogs.com/suntears/</uri></author><link rel="alternate" href="http://www.cnblogs.com/suntears/archive/2007/04/24/724833.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/suntears/archive/2007/04/24/724833.html"/></entry><entry><id>http://www.cnblogs.com/suntears/archive/2007/04/23/724181.html</id><title type="text">asp.net进度条的实现(纯个人收藏)</title><summary type="text">完成上级任务写的代码，还没整理优化，仅仅做个备份，hoho，冗余度很高，效率也低，见谅见谅&amp;#8230;&amp;#8230;usingSystem;usingSystem.Collections;usingSystem.ComponentModel;usingSystem.Data;usingSystem.Drawing;usingSystem.Web;usingSystem.Web.SessionSt...</summary><published>2007-04-23T09:48:00Z</published><updated>2007-04-23T09:48:00Z</updated><author><name>Suntears</name><uri>http://www.cnblogs.com/suntears/</uri></author><link rel="alternate" href="http://www.cnblogs.com/suntears/archive/2007/04/23/724181.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/suntears/archive/2007/04/23/724181.html"/></entry><entry><id>http://www.cnblogs.com/suntears/archive/2007/04/14/712990.html</id><title type="text">高度获得相关代码</title><summary type="text">在javascript中得到当前窗口的高和宽 &amp;lt;body&amp;gt;&amp;lt;SCRIPTLANGUAGE="JavaScript"&amp;gt; vars=""; s+="\r\n网页可见区域宽："+document.body.clientWidth; s+="\r\n网页可见区域高："+document.body.clientHeight; s+="\r\n网页可见区域宽："+document.bo...</summary><published>2007-04-14T02:45:00Z</published><updated>2007-04-14T02:45:00Z</updated><author><name>Suntears</name><uri>http://www.cnblogs.com/suntears/</uri></author><link rel="alternate" href="http://www.cnblogs.com/suntears/archive/2007/04/14/712990.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/suntears/archive/2007/04/14/712990.html"/></entry><entry><id>http://www.cnblogs.com/suntears/archive/2007/04/12/710643.html</id><title type="text">c#去除url中的param参数的函数</title><summary type="text">privatestringbuildurl(stringurl,stringparam){stringurl1=url;if(url.IndexOf(param)&amp;gt;0){if(url.IndexOf("&amp;amp;",url.IndexOf(param)+param.Length)&amp;gt;0){url1=url.Substring(0,url.IndexOf(param)-1)+url.Sub...</summary><published>2007-04-12T06:52:00Z</published><updated>2007-04-12T06:52:00Z</updated><author><name>Suntears</name><uri>http://www.cnblogs.com/suntears/</uri></author><link rel="alternate" href="http://www.cnblogs.com/suntears/archive/2007/04/12/710643.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/suntears/archive/2007/04/12/710643.html"/></entry></feed>
