<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>在水一方</title><link>http://blog.csdn.net/only_endure/</link><description>炕上等你</description><dc:language>zh-CN</dc:language><lastUpdateTime>Sun, 28 Dec 2008 18:36:00 GMT</lastUpdateTime><ttl>60</ttl><item><dc:creator>Ding William</dc:creator><title>test</title><link>http://blog.csdn.net/only_endure/archive/2008/12/28/3629041.aspx</link><pubDate>Sun, 28 Dec 2008 16:16:00 GMT</pubDate><guid>http://blog.csdn.net/only_endure/archive/2008/12/28/3629041.aspx</guid><wfw:comment>http://blog.csdn.net/only_endure/comments/3629041.aspx</wfw:comment><comments>http://blog.csdn.net/only_endure/archive/2008/12/28/3629041.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/only_endure/comments/commentRss/3629041.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3629041</trackback:ping><description>.&lt;img src ="http://blog.csdn.net/only_endure/aggbug/3629041.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>Ding William</dc:creator><title>SQL Sever 2005包含的3个触发器对象:AFTER，数据定义语言 (DDL)和INSTEAD-OF的用法差异.</title><link>http://blog.csdn.net/only_endure/archive/2008/12/13/3510794.aspx</link><pubDate>Sat, 13 Dec 2008 17:24:00 GMT</pubDate><guid>http://blog.csdn.net/only_endure/archive/2008/12/13/3510794.aspx</guid><wfw:comment>http://blog.csdn.net/only_endure/comments/3510794.aspx</wfw:comment><comments>http://blog.csdn.net/only_endure/archive/2008/12/13/3510794.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/only_endure/comments/commentRss/3510794.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3510794</trackback:ping><description>&lt;br /&gt;         触发器是类似于存储程序的数据库对象，它响应数据库环境下的某个请求。SQL Sever 2005包含3个触发器对象:AFTER，数据定义语言 (DDL)和INSTEAD-OF。&lt;br /&gt;AFTER触发器是存储程序，它发生于数据操作语句作用之后，例如删除语句等。DDL是SQL Server 2005的新触发器，允许响应数据库引擎中对象定义水平事件(例如:DROP TABLE语句)。INSTEAD-OF触发器是对象，在数据库引擎中可以取代数据操作语句而执行。例如:将INSTEAD-OF INSERT触发器附加到表，告诉数据库执行此触发器。&lt;br /&gt;&lt;br /&gt; &lt;img src ="http://blog.csdn.net/only_endure/aggbug/3510794.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>Ding William</dc:creator><title>XML CDATA</title><link>http://blog.csdn.net/only_endure/archive/2008/12/10/3491557.aspx</link><pubDate>Wed, 10 Dec 2008 16:59:00 GMT</pubDate><guid>http://blog.csdn.net/only_endure/archive/2008/12/10/3491557.aspx</guid><wfw:comment>http://blog.csdn.net/only_endure/comments/3491557.aspx</wfw:comment><comments>http://blog.csdn.net/only_endure/archive/2008/12/10/3491557.aspx#Feedback</comments><slash:comments>2</slash:comments><wfw:commentRss>http://blog.csdn.net/only_endure/comments/commentRss/3491557.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3491557</trackback:ping><description>XML CDATA&lt;img src ="http://blog.csdn.net/only_endure/aggbug/3491557.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>Ding William</dc:creator><title>[javascript]位移集锦</title><link>http://blog.csdn.net/only_endure/archive/2008/12/04/3446575.aspx</link><pubDate>Thu, 04 Dec 2008 20:11:00 GMT</pubDate><guid>http://blog.csdn.net/only_endure/archive/2008/12/04/3446575.aspx</guid><wfw:comment>http://blog.csdn.net/only_endure/comments/3446575.aspx</wfw:comment><comments>http://blog.csdn.net/only_endure/archive/2008/12/04/3446575.aspx#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/only_endure/comments/commentRss/3446575.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3446575</trackback:ping><description>clientX 设置或获取鼠标指针位置相对于窗口客户区域的 x 坐标，其中客户区域不包括窗口自身的控件和滚动条。 &lt;br /&gt;clientY 设置或获取鼠标指针位置相对于窗口客户区域的 y 坐标，其中客户区域不包括窗口自身的控件和滚动条。 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;offsetX 设置或获取鼠标指针位置相对于触发事件的对象的 x 坐标。 &lt;br /&gt;offsetY 设置或获取鼠标指针位置相对于触发事件的对象的 y 坐标。 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;screenX 设置或获取获取鼠标指针位置相对于用户屏幕的 x 坐标。 &lt;br /&gt;screenY 设置或获取鼠标指针位置相对于用户屏幕的 y 坐标。 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;x 设置或获取鼠标指针位置相对于父文档的 x 像素坐标。 &lt;br /&gt;y 设置或获取鼠标指针位置相对于父文档的 y 像素坐标。 &lt;br /&gt;&lt;img src ="http://blog.csdn.net/only_endure/aggbug/3446575.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>Ding William</dc:creator><title>关于sessionState各种模式的问与答[转载英文帖FAQ]，侧重与各种实例与应用。</title><link>http://blog.csdn.net/only_endure/archive/2008/12/03/3437763.aspx</link><pubDate>Wed, 03 Dec 2008 15:18:00 GMT</pubDate><guid>http://blog.csdn.net/only_endure/archive/2008/12/03/3437763.aspx</guid><wfw:comment>http://blog.csdn.net/only_endure/comments/3437763.aspx</wfw:comment><comments>http://blog.csdn.net/only_endure/archive/2008/12/03/3437763.aspx#Feedback</comments><slash:comments>3</slash:comments><wfw:commentRss>http://blog.csdn.net/only_endure/comments/commentRss/3437763.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3437763</trackback:ping><description>http&lt;img src ="http://blog.csdn.net/only_endure/aggbug/3437763.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>Ding William</dc:creator><title>Hashtable</title><link>http://blog.csdn.net/only_endure/archive/2008/12/03/3437044.aspx</link><pubDate>Wed, 03 Dec 2008 14:04:00 GMT</pubDate><guid>http://blog.csdn.net/only_endure/archive/2008/12/03/3437044.aspx</guid><wfw:comment>http://blog.csdn.net/only_endure/comments/3437044.aspx</wfw:comment><comments>http://blog.csdn.net/only_endure/archive/2008/12/03/3437044.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/only_endure/comments/commentRss/3437044.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3437044</trackback:ping><description>Hashtable ht = (Hashtable)Session["HT"];Response.Write(ht["A"].ToString()+"--"+ht["B"].ToString());or  Hashtable ht = (Hashtable)Session["HT"];foreach (DictionaryEntry de in ht){    Response.Write(de.Key.ToString() + " value is "+de.Value.ToString());}&lt;img src ="http://blog.csdn.net/only_endure/aggbug/3437044.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>Ding William</dc:creator><title>web.config中不同结点之间的获取异同。（类枚举值）</title><link>http://blog.csdn.net/only_endure/archive/2008/11/28/3402449.aspx</link><pubDate>Fri, 28 Nov 2008 14:23:00 GMT</pubDate><guid>http://blog.csdn.net/only_endure/archive/2008/11/28/3402449.aspx</guid><wfw:comment>http://blog.csdn.net/only_endure/comments/3402449.aspx</wfw:comment><comments>http://blog.csdn.net/only_endure/archive/2008/11/28/3402449.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/only_endure/comments/commentRss/3402449.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3402449</trackback:ping><description>web.config&lt;img src ="http://blog.csdn.net/only_endure/aggbug/3402449.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>Ding William</dc:creator><title>Close Window in IE from javascript. (Small Hack) </title><link>http://blog.csdn.net/only_endure/archive/2008/11/25/3369778.aspx</link><pubDate>Tue, 25 Nov 2008 14:51:00 GMT</pubDate><guid>http://blog.csdn.net/only_endure/archive/2008/11/25/3369778.aspx</guid><wfw:comment>http://blog.csdn.net/only_endure/comments/3369778.aspx</wfw:comment><comments>http://blog.csdn.net/only_endure/archive/2008/11/25/3369778.aspx#Feedback</comments><slash:comments>3</slash:comments><wfw:commentRss>http://blog.csdn.net/only_endure/comments/commentRss/3369778.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3369778</trackback:ping><description>Close Window in IE from javascript. (Small Hack) Written by Kumar S Posted July 13, 2005 at 12:22 pm &lt;br /&gt;When trying to close an window from javascript in IE, which is opened manually,&lt;br /&gt;a security warning “The web page you are viewing is trying to close the window. Do you want to close this window? Yes|No ” is popping up. Is there any possibility to close a window silently? Yes.&lt;br /&gt;-----------------------------------------------------------&lt;br /&gt;Solution:&lt;br /&gt;1)&lt;br /&gt;A simple hack i fou&lt;img src ="http://blog.csdn.net/only_endure/aggbug/3369778.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>Ding William</dc:creator><title>Null</title><link>http://blog.csdn.net/only_endure/archive/2008/11/25/3369005.aspx</link><pubDate>Tue, 25 Nov 2008 13:26:00 GMT</pubDate><guid>http://blog.csdn.net/only_endure/archive/2008/11/25/3369005.aspx</guid><wfw:comment>http://blog.csdn.net/only_endure/comments/3369005.aspx</wfw:comment><comments>http://blog.csdn.net/only_endure/archive/2008/11/25/3369005.aspx#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/only_endure/comments/commentRss/3369005.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3369005</trackback:ping><description>There is someone that is coming or passing away in your life around the clock, so you may lose sight of those seen, and forget those remembered. &lt;br /&gt;        There is gain and loss in your life, so you may catch sight of those unseen, and remember those forgotten. &lt;br /&gt;        Nevertheless, doesn""t the unseen exist for sure? Will the remembered remain for ever? &lt;br /&gt;        Remember what should be remembered, and forget what should be forgotten.　&lt;br /&gt;        Alter what is changeable, and ac&lt;img src ="http://blog.csdn.net/only_endure/aggbug/3369005.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>Ding William</dc:creator><title>佛语珠玑，生之彻悟</title><link>http://blog.csdn.net/only_endure/archive/2008/11/25/3368970.aspx</link><pubDate>Tue, 25 Nov 2008 13:24:00 GMT</pubDate><guid>http://blog.csdn.net/only_endure/archive/2008/11/25/3368970.aspx</guid><wfw:comment>http://blog.csdn.net/only_endure/comments/3368970.aspx</wfw:comment><comments>http://blog.csdn.net/only_endure/archive/2008/11/25/3368970.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/only_endure/comments/commentRss/3368970.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3368970</trackback:ping><description>&lt;br /&gt;我问佛∶为何不给所有女子羞花闭月容颜？ &lt;br /&gt;佛曰∶那只是昙花一现，用来蒙蔽世俗的眼， &lt;br /&gt;没有什麽美可以抵过一颗纯净仁爱的心， &lt;br /&gt;我把它赐给每一个女子，可有人让她蒙上了灰 &lt;br /&gt;&lt;br /&gt;我问佛∶世间为何有那麽多遗憾？ &lt;br /&gt;佛曰∶这是一个婆娑世界，婆娑既遗憾， &lt;br /&gt;没有遗憾，给你再多幸福也不会体会快乐 。&lt;br /&gt;&lt;br /&gt;我问佛∶如何让人们的心不再感到孤单？ &lt;br /&gt;佛曰∶每一颗心生来就是孤单而残缺的， &lt;br /&gt;多数带著这种残缺度过一生， &lt;br /&gt;只因与能使它圆满的另一半相遇时， &lt;br /&gt;不是疏忽错过就是已失去拥有它的资格 。 &lt;br /&gt;&lt;br /&gt;我问佛∶如果遇到了可以爱的人，却又怕不能把握怎麽办? &lt;br /&gt;佛曰∶留人间多少爱，迎浮世千重变； &lt;br /&gt;和有情人，做快乐事， &lt;br /&gt;别问是劫是缘。&lt;img src ="http://blog.csdn.net/only_endure/aggbug/3368970.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>Ding William</dc:creator><title>提高C#编程水平的50个要点</title><link>http://blog.csdn.net/only_endure/archive/2008/11/24/3361699.aspx</link><pubDate>Mon, 24 Nov 2008 13:28:00 GMT</pubDate><guid>http://blog.csdn.net/only_endure/archive/2008/11/24/3361699.aspx</guid><wfw:comment>http://blog.csdn.net/only_endure/comments/3361699.aspx</wfw:comment><comments>http://blog.csdn.net/only_endure/archive/2008/11/24/3361699.aspx#Feedback</comments><slash:comments>3</slash:comments><wfw:commentRss>http://blog.csdn.net/only_endure/comments/commentRss/3361699.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3361699</trackback:ping><description>提高C#编程水平的50个要点 举报&lt;br /&gt;1.总是用属性 (Property) 来代替可访问的数据成员&lt;br /&gt;2.在  readonly 和 const 之间，优先使用 readonly&lt;br /&gt;3.在 as 和 强制类型转换之间，优先使用 as 操作符&lt;br /&gt;4.使用条件属性 (Conditional Attributes) 来代替条件编译语句 #if&lt;br /&gt;5.总是为自定义类重载 ToString 方法&lt;br /&gt;6.区别值类型和引用类型&lt;br /&gt;7.使用不可变的值类型(Immutable Atomic Value Types)&lt;br /&gt;8.在值类型中，确保0是一个合法的数据&lt;br /&gt;9.理解 ReferenceEquals, static Equals, instance Equals 和 比较运算符(==)之间的关系&lt;br /&gt;10.理解 GetHashCode方法的缺陷&lt;br /&gt;11.在编写循环时，优先使用 foreach.&lt;br /&gt;12.在定义变量的时候就将其初始化&lt;br /&gt;13.使用静态构造函数来初始化静态成员变量&lt;br /&gt;14.用多个构造&lt;img src ="http://blog.csdn.net/only_endure/aggbug/3361699.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>Ding William</dc:creator><title>ASP.NET  program TEST[2008.10.30]</title><link>http://blog.csdn.net/only_endure/archive/2008/10/30/3183671.aspx</link><pubDate>Thu, 30 Oct 2008 12:40:00 GMT</pubDate><guid>http://blog.csdn.net/only_endure/archive/2008/10/30/3183671.aspx</guid><wfw:comment>http://blog.csdn.net/only_endure/comments/3183671.aspx</wfw:comment><comments>http://blog.csdn.net/only_endure/archive/2008/10/30/3183671.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/only_endure/comments/commentRss/3183671.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3183671</trackback:ping><description>&lt;br /&gt;DIY:protected void btnUpload_Click(object sender, EventArgs e)    {         //Stream UploadStream = FileUpload1.PostedFile.InputStream;                  System.IO.Stream UpLoadStream = FileUpload1.PostedFile.InputStream;                 StreamReader sr = new StreamReader(UpLoadStream,System.Text.Encoding.Default);         string str = sr.ReadToEnd();         Msg.Text = str;    }}&lt;br /&gt; &lt;br /&gt;虽然也能运行成功，但是错误点还是很多的：&lt;br /&gt;1。数据流没有及时关闭&lt;br /&gt;2。没有对上传文件类型进行判断&lt;br /&gt; &lt;br /&gt;Correct code:protected void &lt;img src ="http://blog.csdn.net/only_endure/aggbug/3183671.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>only_endure</dc:creator><title>SQL Injection Attack</title><link>http://blog.csdn.net/only_endure/archive/2008/06/02/2503022.aspx</link><pubDate>Mon, 02 Jun 2008 13:13:00 GMT</pubDate><guid>http://blog.csdn.net/only_endure/archive/2008/06/02/2503022.aspx</guid><wfw:comment>http://blog.csdn.net/only_endure/comments/2503022.aspx</wfw:comment><comments>http://blog.csdn.net/only_endure/archive/2008/06/02/2503022.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/only_endure/comments/commentRss/2503022.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2503022</trackback:ping><description>&lt;p&gt;http://blogs.technet.com/swi/archive/2008/05/29/sql-injection-attack.aspx&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;img src ="http://blog.csdn.net/only_endure/aggbug/2503022.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>Ding William</dc:creator><title>[转]什么是Base-64编码？</title><link>http://blog.csdn.net/only_endure/archive/2008/06/02/2502269.aspx</link><pubDate>Mon, 02 Jun 2008 10:17:00 GMT</pubDate><guid>http://blog.csdn.net/only_endure/archive/2008/06/02/2502269.aspx</guid><wfw:comment>http://blog.csdn.net/only_endure/comments/2502269.aspx</wfw:comment><comments>http://blog.csdn.net/only_endure/archive/2008/06/02/2502269.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/only_endure/comments/commentRss/2502269.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2502269</trackback:ping><description>Base-64&lt;img src ="http://blog.csdn.net/only_endure/aggbug/2502269.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>only_endure</dc:creator><title>记录小册子之控件开发</title><link>http://blog.csdn.net/only_endure/archive/2008/03/26/2219866.aspx</link><pubDate>Wed, 26 Mar 2008 13:34:00 GMT</pubDate><guid>http://blog.csdn.net/only_endure/archive/2008/03/26/2219866.aspx</guid><wfw:comment>http://blog.csdn.net/only_endure/comments/2219866.aspx</wfw:comment><comments>http://blog.csdn.net/only_endure/archive/2008/03/26/2219866.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/only_endure/comments/commentRss/2219866.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2219866</trackback:ping><description>Introduction:Required Field Validator is being used from the initial version of ASP.NET and is a part of the standard validator controls in ASP.NET 2.0. When the validator is invalid, the required field is flagged with the literal in the "Text" property.  The current article proposes an additional Image property that can be used to flag the required field.&lt;img src ="http://blog.csdn.net/only_endure/aggbug/2219866.aspx" width = "1" height = "1" /&gt;</description></item></channel></rss>