﻿<?xml version="1.0" encoding="utf-8" standalone="yes"?><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>博客园-Just   do   it!-随笔分类-ASP.NET</title><link>http://www.cnblogs.com/JustDI/category/95348.html</link><description>去想,去做,去努力,去奋斗,自己的未来是由自己改变的.</description><language>zh-cn</language><lastBuildDate>Mon, 19 May 2008 21:53:52 GMT</lastBuildDate><pubDate>Mon, 19 May 2008 21:53:52 GMT</pubDate><ttl>60</ttl><item><title>xmlHttpRequest实践之无刷新验证用户名</title><link>http://www.cnblogs.com/JustDI/archive/2008/02/01/1058870.html</link><dc:creator>JustDI</dc:creator><author>JustDI</author><pubDate>Fri, 01 Feb 2008 02:28:00 GMT</pubDate><guid>http://www.cnblogs.com/JustDI/archive/2008/02/01/1058870.html</guid><wfw:comment>http://www.cnblogs.com/JustDI/comments/1058870.html</wfw:comment><comments>http://www.cnblogs.com/JustDI/archive/2008/02/01/1058870.html#Feedback</comments><slash:comments>12</slash:comments><wfw:commentRss>http://www.cnblogs.com/JustDI/comments/commentRss/1058870.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/JustDI/services/trackbacks/1058870.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: 现在好多网站上的注册都用了无刷新验证用户名,这种效果咋看感觉很复杂很难实现,其实它里面用到了Ajax中的核心xmlHttpRequest这个类, 如果只是单单想实现这个效果,压根就不用引用Ajax.Net中的组件,因为感觉有点大材小用,下面是具体实现这种效果的方法,希望能给初学Ajax的朋友带来一点帮助.&nbsp;&nbsp;<a href='http://www.cnblogs.com/JustDI/archive/2008/02/01/1058870.html'>阅读全文</a><img src ="http://www.cnblogs.com/JustDI/aggbug/1058870.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://JustDI.cnblogs.com/" target="_blank">JustDI</a> 2008-02-01 10:28 <a href="http://www.cnblogs.com/JustDI/archive/2008/02/01/1058870.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>实用正则表达式(实用篇)</title><link>http://www.cnblogs.com/JustDI/archive/2007/12/29/1015326.html</link><dc:creator>JustDI</dc:creator><author>JustDI</author><pubDate>Sat, 29 Dec 2007 03:45:00 GMT</pubDate><guid>http://www.cnblogs.com/JustDI/archive/2007/12/29/1015326.html</guid><wfw:comment>http://www.cnblogs.com/JustDI/comments/1015326.html</wfw:comment><comments>http://www.cnblogs.com/JustDI/archive/2007/12/29/1015326.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cnblogs.com/JustDI/comments/commentRss/1015326.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/JustDI/services/trackbacks/1015326.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要:    好久没写博客,这次写博客主要是针对所学的正则表达式做一个整理.因为用时总是不大把握,每次都得百度,因此将常用的一些正则以及一些比较难记混淆的字符纪录于此,本篇并不是正则的使用教程,只是一些常用的字符及常用的正则,权当一个工具书使用.当然如果能够解决一些朋友的燃眉之需,那应该是一件非常令人高兴的事了.本文内容大都摘自其他博客,如有侵权,请指明更正.(HOHO,排版排得好累...)&nbsp;&nbsp;<a href='http://www.cnblogs.com/JustDI/archive/2007/12/29/1015326.html'>阅读全文</a><img src ="http://www.cnblogs.com/JustDI/aggbug/1015326.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://JustDI.cnblogs.com/" target="_blank">JustDI</a> 2007-12-29 11:45 <a href="http://www.cnblogs.com/JustDI/archive/2007/12/29/1015326.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>对 COM 组件的调用返回了错误 HRESULT E_FAIL</title><link>http://www.cnblogs.com/JustDI/archive/2007/08/13/854011.html</link><dc:creator>JustDI</dc:creator><author>JustDI</author><pubDate>Mon, 13 Aug 2007 09:12:00 GMT</pubDate><guid>http://www.cnblogs.com/JustDI/archive/2007/08/13/854011.html</guid><wfw:comment>http://www.cnblogs.com/JustDI/comments/854011.html</wfw:comment><comments>http://www.cnblogs.com/JustDI/archive/2007/08/13/854011.html#Feedback</comments><slash:comments>7</slash:comments><wfw:commentRss>http://www.cnblogs.com/JustDI/comments/commentRss/854011.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/JustDI/services/trackbacks/854011.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: 解决方法:打开控制面板---&gt;管理工具---&gt;服务和应用程序---&gt;服务---&gt;启用服务中的分布式事务服务&nbsp;DistributedTransactionCoor...&nbsp;&nbsp;<a href='http://www.cnblogs.com/JustDI/archive/2007/08/13/854011.html'>阅读全文</a><img src ="http://www.cnblogs.com/JustDI/aggbug/854011.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://JustDI.cnblogs.com/" target="_blank">JustDI</a> 2007-08-13 17:12 <a href="http://www.cnblogs.com/JustDI/archive/2007/08/13/854011.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>一个饼形图形报表</title><link>http://www.cnblogs.com/JustDI/archive/2007/08/13/853213.html</link><dc:creator>JustDI</dc:creator><author>JustDI</author><pubDate>Mon, 13 Aug 2007 01:34:00 GMT</pubDate><guid>http://www.cnblogs.com/JustDI/archive/2007/08/13/853213.html</guid><wfw:comment>http://www.cnblogs.com/JustDI/comments/853213.html</wfw:comment><comments>http://www.cnblogs.com/JustDI/archive/2007/08/13/853213.html#Feedback</comments><slash:comments>3</slash:comments><wfw:commentRss>http://www.cnblogs.com/JustDI/comments/commentRss/853213.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/JustDI/services/trackbacks/853213.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: 一个用GDI画的图形报表...&nbsp;&nbsp;<a href='http://www.cnblogs.com/JustDI/archive/2007/08/13/853213.html'>阅读全文</a><img src ="http://www.cnblogs.com/JustDI/aggbug/853213.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://JustDI.cnblogs.com/" target="_blank">JustDI</a> 2007-08-13 09:34 <a href="http://www.cnblogs.com/JustDI/archive/2007/08/13/853213.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>浅谈 接口(Interface)的作用</title><link>http://www.cnblogs.com/JustDI/archive/2007/07/28/834326.html</link><dc:creator>JustDI</dc:creator><author>JustDI</author><pubDate>Sat, 28 Jul 2007 01:00:00 GMT</pubDate><guid>http://www.cnblogs.com/JustDI/archive/2007/07/28/834326.html</guid><wfw:comment>http://www.cnblogs.com/JustDI/comments/834326.html</wfw:comment><comments>http://www.cnblogs.com/JustDI/archive/2007/07/28/834326.html#Feedback</comments><slash:comments>11</slash:comments><wfw:commentRss>http://www.cnblogs.com/JustDI/comments/commentRss/834326.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/JustDI/services/trackbacks/834326.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: 继承"基类"跟继承"接口"都能实现某些相同的功能，但有些接口能够完成的功能是只用基类无法实现的&nbsp;1.接口用于描述一组类的公共方法/公共属性.它不实现任何的方法或属性，只是告诉继承它的类《至...&nbsp;&nbsp;<a href='http://www.cnblogs.com/JustDI/archive/2007/07/28/834326.html'>阅读全文</a><img src ="http://www.cnblogs.com/JustDI/aggbug/834326.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://JustDI.cnblogs.com/" target="_blank">JustDI</a> 2007-07-28 09:00 <a href="http://www.cnblogs.com/JustDI/archive/2007/07/28/834326.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>Eval 和 Bind 方法的区别</title><link>http://www.cnblogs.com/JustDI/archive/2007/07/25/830217.html</link><dc:creator>JustDI</dc:creator><author>JustDI</author><pubDate>Wed, 25 Jul 2007 00:42:00 GMT</pubDate><guid>http://www.cnblogs.com/JustDI/archive/2007/07/25/830217.html</guid><wfw:comment>http://www.cnblogs.com/JustDI/comments/830217.html</wfw:comment><comments>http://www.cnblogs.com/JustDI/archive/2007/07/25/830217.html#Feedback</comments><slash:comments>4</slash:comments><wfw:commentRss>http://www.cnblogs.com/JustDI/comments/commentRss/830217.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/JustDI/services/trackbacks/830217.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: 转自:http://hi.baidu.com/hailibu/blog/item/443186774d2b8b19b051b99c.htmlWhenbindinganeditablevalue...&nbsp;&nbsp;<a href='http://www.cnblogs.com/JustDI/archive/2007/07/25/830217.html'>阅读全文</a><img src ="http://www.cnblogs.com/JustDI/aggbug/830217.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://JustDI.cnblogs.com/" target="_blank">JustDI</a> 2007-07-25 08:42 <a href="http://www.cnblogs.com/JustDI/archive/2007/07/25/830217.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>GridView中DataKeyNames的使用</title><link>http://www.cnblogs.com/JustDI/archive/2007/07/24/828961.html</link><dc:creator>JustDI</dc:creator><author>JustDI</author><pubDate>Tue, 24 Jul 2007 00:14:00 GMT</pubDate><guid>http://www.cnblogs.com/JustDI/archive/2007/07/24/828961.html</guid><wfw:comment>http://www.cnblogs.com/JustDI/comments/828961.html</wfw:comment><comments>http://www.cnblogs.com/JustDI/archive/2007/07/24/828961.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cnblogs.com/JustDI/comments/commentRss/828961.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/JustDI/services/trackbacks/828961.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: 转自:http://hi.baidu.com/hailibu/blog/index/3DataKeyNames="FID"&nbsp;&nbsp;绑定一个值GridView1.DataKeys[e....&nbsp;&nbsp;<a href='http://www.cnblogs.com/JustDI/archive/2007/07/24/828961.html'>阅读全文</a><img src ="http://www.cnblogs.com/JustDI/aggbug/828961.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://JustDI.cnblogs.com/" target="_blank">JustDI</a> 2007-07-24 08:14 <a href="http://www.cnblogs.com/JustDI/archive/2007/07/24/828961.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>url传递中文的解决方案总结 </title><link>http://www.cnblogs.com/JustDI/archive/2007/07/17/820707.html</link><dc:creator>JustDI</dc:creator><author>JustDI</author><pubDate>Tue, 17 Jul 2007 01:40:00 GMT</pubDate><guid>http://www.cnblogs.com/JustDI/archive/2007/07/17/820707.html</guid><wfw:comment>http://www.cnblogs.com/JustDI/comments/820707.html</wfw:comment><comments>http://www.cnblogs.com/JustDI/archive/2007/07/17/820707.html#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>http://www.cnblogs.com/JustDI/comments/commentRss/820707.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/JustDI/services/trackbacks/820707.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: url传递中文的解决方案总结&nbsp;&nbsp;&nbsp;1.设置web.config文件。（我不喜欢设置成这样）&nbsp;&nbsp;&nbsp;&lt;system.web...&nbsp;&nbsp;<a href='http://www.cnblogs.com/JustDI/archive/2007/07/17/820707.html'>阅读全文</a><img src ="http://www.cnblogs.com/JustDI/aggbug/820707.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://JustDI.cnblogs.com/" target="_blank">JustDI</a> 2007-07-17 09:40 <a href="http://www.cnblogs.com/JustDI/archive/2007/07/17/820707.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>认识ASP.NET配置文件Web.config </title><link>http://www.cnblogs.com/JustDI/archive/2007/07/07/809224.html</link><dc:creator>JustDI</dc:creator><author>JustDI</author><pubDate>Sat, 07 Jul 2007 00:19:00 GMT</pubDate><guid>http://www.cnblogs.com/JustDI/archive/2007/07/07/809224.html</guid><wfw:comment>http://www.cnblogs.com/JustDI/comments/809224.html</wfw:comment><comments>http://www.cnblogs.com/JustDI/archive/2007/07/07/809224.html#Feedback</comments><slash:comments>2</slash:comments><wfw:commentRss>http://www.cnblogs.com/JustDI/comments/commentRss/809224.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/JustDI/services/trackbacks/809224.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: 一、认识Web.config文件　　Web.config文件是一个XML文本文件，它用来储存&nbsp;ASP.NET&nbsp;Web&nbsp;应用程序的配置信息（如最常用的设置ASP.NET&n...&nbsp;&nbsp;<a href='http://www.cnblogs.com/JustDI/archive/2007/07/07/809224.html'>阅读全文</a><img src ="http://www.cnblogs.com/JustDI/aggbug/809224.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://JustDI.cnblogs.com/" target="_blank">JustDI</a> 2007-07-07 08:19 <a href="http://www.cnblogs.com/JustDI/archive/2007/07/07/809224.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>充分利用ASP.NET的三种缓存提高站点性能 </title><link>http://www.cnblogs.com/JustDI/archive/2007/07/02/803158.html</link><dc:creator>JustDI</dc:creator><author>JustDI</author><pubDate>Mon, 02 Jul 2007 06:42:00 GMT</pubDate><guid>http://www.cnblogs.com/JustDI/archive/2007/07/02/803158.html</guid><wfw:comment>http://www.cnblogs.com/JustDI/comments/803158.html</wfw:comment><comments>http://www.cnblogs.com/JustDI/archive/2007/07/02/803158.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cnblogs.com/JustDI/comments/commentRss/803158.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/JustDI/services/trackbacks/803158.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: ASP.NET提供三种主要形式的缓存：页面级输出缓存、用户控件级输出缓存（或称为片段缓存）和缓存API。输出缓存和片段缓存的优点是非常易于实现，在大多数情况下，使用这两种缓存就足够了。而缓存API则提...&nbsp;&nbsp;<a href='http://www.cnblogs.com/JustDI/archive/2007/07/02/803158.html'>阅读全文</a><img src ="http://www.cnblogs.com/JustDI/aggbug/803158.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://JustDI.cnblogs.com/" target="_blank">JustDI</a> 2007-07-02 14:42 <a href="http://www.cnblogs.com/JustDI/archive/2007/07/02/803158.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>应用框架的设计与实现学习手札之类工厂服务——反射 </title><link>http://www.cnblogs.com/JustDI/archive/2007/07/02/802574.html</link><dc:creator>JustDI</dc:creator><author>JustDI</author><pubDate>Mon, 02 Jul 2007 01:00:00 GMT</pubDate><guid>http://www.cnblogs.com/JustDI/archive/2007/07/02/802574.html</guid><wfw:comment>http://www.cnblogs.com/JustDI/comments/802574.html</wfw:comment><comments>http://www.cnblogs.com/JustDI/archive/2007/07/02/802574.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cnblogs.com/JustDI/comments/commentRss/802574.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/JustDI/services/trackbacks/802574.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: 转自:http://www.cnblogs.com/stwyhm/archive/2006/08/14/476039.html概述反射就是动态发现类型信息的能力。它帮助程序设计人员在程序运行时利用...&nbsp;&nbsp;<a href='http://www.cnblogs.com/JustDI/archive/2007/07/02/802574.html'>阅读全文</a><img src ="http://www.cnblogs.com/JustDI/aggbug/802574.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://JustDI.cnblogs.com/" target="_blank">JustDI</a> 2007-07-02 09:00 <a href="http://www.cnblogs.com/JustDI/archive/2007/07/02/802574.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>一点一点学ASP.NET之基础概念——委托 </title><link>http://www.cnblogs.com/JustDI/archive/2007/07/02/802569.html</link><dc:creator>JustDI</dc:creator><author>JustDI</author><pubDate>Mon, 02 Jul 2007 00:57:00 GMT</pubDate><guid>http://www.cnblogs.com/JustDI/archive/2007/07/02/802569.html</guid><wfw:comment>http://www.cnblogs.com/JustDI/comments/802569.html</wfw:comment><comments>http://www.cnblogs.com/JustDI/archive/2007/07/02/802569.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cnblogs.com/JustDI/comments/commentRss/802569.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/JustDI/services/trackbacks/802569.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: 转自:http://www.cnblogs.com/stwyhm/archive/2006/08/11/474235.html委托的概念委托实际上是类（一个貌似函数一样的类），我们已经使用函数指针...&nbsp;&nbsp;<a href='http://www.cnblogs.com/JustDI/archive/2007/07/02/802569.html'>阅读全文</a><img src ="http://www.cnblogs.com/JustDI/aggbug/802569.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://JustDI.cnblogs.com/" target="_blank">JustDI</a> 2007-07-02 08:57 <a href="http://www.cnblogs.com/JustDI/archive/2007/07/02/802569.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>一点一点学ASP.NET之基础概念——HttpHandler </title><link>http://www.cnblogs.com/JustDI/archive/2007/07/02/802566.html</link><dc:creator>JustDI</dc:creator><author>JustDI</author><pubDate>Mon, 02 Jul 2007 00:55:00 GMT</pubDate><guid>http://www.cnblogs.com/JustDI/archive/2007/07/02/802566.html</guid><wfw:comment>http://www.cnblogs.com/JustDI/comments/802566.html</wfw:comment><comments>http://www.cnblogs.com/JustDI/archive/2007/07/02/802566.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cnblogs.com/JustDI/comments/commentRss/802566.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/JustDI/services/trackbacks/802566.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: 转自:http://www.cnblogs.com/stwyhm/archive/2006/08/09/471765.html概述HttpHandler是一个HTTP请求的真正处理中心，也正是在这...&nbsp;&nbsp;<a href='http://www.cnblogs.com/JustDI/archive/2007/07/02/802566.html'>阅读全文</a><img src ="http://www.cnblogs.com/JustDI/aggbug/802566.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://JustDI.cnblogs.com/" target="_blank">JustDI</a> 2007-07-02 08:55 <a href="http://www.cnblogs.com/JustDI/archive/2007/07/02/802566.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>一点一点学ASP.NET之基础概念——HttpModule </title><link>http://www.cnblogs.com/JustDI/archive/2007/07/02/802565.html</link><dc:creator>JustDI</dc:creator><author>JustDI</author><pubDate>Mon, 02 Jul 2007 00:53:00 GMT</pubDate><guid>http://www.cnblogs.com/JustDI/archive/2007/07/02/802565.html</guid><wfw:comment>http://www.cnblogs.com/JustDI/comments/802565.html</wfw:comment><comments>http://www.cnblogs.com/JustDI/archive/2007/07/02/802565.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cnblogs.com/JustDI/comments/commentRss/802565.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/JustDI/services/trackbacks/802565.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: 转自:http://www.cnblogs.com/stwyhm/archive/2006/08/09/471729.htmlHttpModule是如何工作的当一个HTTP请求到达HttpModu...&nbsp;&nbsp;<a href='http://www.cnblogs.com/JustDI/archive/2007/07/02/802565.html'>阅读全文</a><img src ="http://www.cnblogs.com/JustDI/aggbug/802565.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://JustDI.cnblogs.com/" target="_blank">JustDI</a> 2007-07-02 08:53 <a href="http://www.cnblogs.com/JustDI/archive/2007/07/02/802565.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>一点一点学ASP.NET之基础概念——HTTP运行期与页面执行模型 </title><link>http://www.cnblogs.com/JustDI/archive/2007/07/02/802562.html</link><dc:creator>JustDI</dc:creator><author>JustDI</author><pubDate>Mon, 02 Jul 2007 00:51:00 GMT</pubDate><guid>http://www.cnblogs.com/JustDI/archive/2007/07/02/802562.html</guid><wfw:comment>http://www.cnblogs.com/JustDI/comments/802562.html</wfw:comment><comments>http://www.cnblogs.com/JustDI/archive/2007/07/02/802562.html#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>http://www.cnblogs.com/JustDI/comments/commentRss/802562.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/JustDI/services/trackbacks/802562.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: &nbsp;转自:http://www.cnblogs.com/stwyhm/archive/2006/08/08/470972.aspxHTTP运行期HTTP运行期处理客户端应用程序...&nbsp;&nbsp;<a href='http://www.cnblogs.com/JustDI/archive/2007/07/02/802562.html'>阅读全文</a><img src ="http://www.cnblogs.com/JustDI/aggbug/802562.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://JustDI.cnblogs.com/" target="_blank">JustDI</a> 2007-07-02 08:51 <a href="http://www.cnblogs.com/JustDI/archive/2007/07/02/802562.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>ASP.NET中常用的优化性能方法 </title><link>http://www.cnblogs.com/JustDI/archive/2007/06/29/799963.html</link><dc:creator>JustDI</dc:creator><author>JustDI</author><pubDate>Fri, 29 Jun 2007 03:43:00 GMT</pubDate><guid>http://www.cnblogs.com/JustDI/archive/2007/06/29/799963.html</guid><wfw:comment>http://www.cnblogs.com/JustDI/comments/799963.html</wfw:comment><comments>http://www.cnblogs.com/JustDI/archive/2007/06/29/799963.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cnblogs.com/JustDI/comments/commentRss/799963.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/JustDI/services/trackbacks/799963.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: 1.数据库访问性能优化　　数据库的连接和关闭　　访问数据库资源需要创建连接、打开连接和关闭连接几个操作。这些过程需要多次与数据库交换信息以通过身份验证，比较耗费服务器资源。ASP.NET中提供了...&nbsp;&nbsp;<a href='http://www.cnblogs.com/JustDI/archive/2007/06/29/799963.html'>阅读全文</a><img src ="http://www.cnblogs.com/JustDI/aggbug/799963.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://JustDI.cnblogs.com/" target="_blank">JustDI</a> 2007-06-29 11:43 <a href="http://www.cnblogs.com/JustDI/archive/2007/06/29/799963.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>SPAN与DIV的区别</title><link>http://www.cnblogs.com/JustDI/archive/2007/06/27/797095.html</link><dc:creator>JustDI</dc:creator><author>JustDI</author><pubDate>Wed, 27 Jun 2007 00:09:00 GMT</pubDate><guid>http://www.cnblogs.com/JustDI/archive/2007/06/27/797095.html</guid><wfw:comment>http://www.cnblogs.com/JustDI/comments/797095.html</wfw:comment><comments>http://www.cnblogs.com/JustDI/archive/2007/06/27/797095.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cnblogs.com/JustDI/comments/commentRss/797095.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/JustDI/services/trackbacks/797095.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: span与div都是定义一个块，两者不同的只是span是单行的块（只有一行）而div是多行的块！span是标签显示文字SPAN标记有一个重要而实用的特性，即它什么事也不会做，它的唯一目的...&nbsp;&nbsp;<a href='http://www.cnblogs.com/JustDI/archive/2007/06/27/797095.html'>阅读全文</a><img src ="http://www.cnblogs.com/JustDI/aggbug/797095.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://JustDI.cnblogs.com/" target="_blank">JustDI</a> 2007-06-27 08:09 <a href="http://www.cnblogs.com/JustDI/archive/2007/06/27/797095.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>C#.NET常用函数</title><link>http://www.cnblogs.com/JustDI/archive/2007/06/25/794380.html</link><dc:creator>JustDI</dc:creator><author>JustDI</author><pubDate>Mon, 25 Jun 2007 00:28:00 GMT</pubDate><guid>http://www.cnblogs.com/JustDI/archive/2007/06/25/794380.html</guid><wfw:comment>http://www.cnblogs.com/JustDI/comments/794380.html</wfw:comment><comments>http://www.cnblogs.com/JustDI/archive/2007/06/25/794380.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cnblogs.com/JustDI/comments/commentRss/794380.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/JustDI/services/trackbacks/794380.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: 1、DateTime数字型System.DateTimecurrentTime=newSystem.DateTime();1.1取当前年月日时分秒currentTime=System.D...&nbsp;&nbsp;<a href='http://www.cnblogs.com/JustDI/archive/2007/06/25/794380.html'>阅读全文</a><img src ="http://www.cnblogs.com/JustDI/aggbug/794380.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://JustDI.cnblogs.com/" target="_blank">JustDI</a> 2007-06-25 08:28 <a href="http://www.cnblogs.com/JustDI/archive/2007/06/25/794380.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>在ASP.Net 2.0中实现多语言界面的方法</title><link>http://www.cnblogs.com/JustDI/archive/2007/06/22/792665.html</link><dc:creator>JustDI</dc:creator><author>JustDI</author><pubDate>Fri, 22 Jun 2007 01:48:00 GMT</pubDate><guid>http://www.cnblogs.com/JustDI/archive/2007/06/22/792665.html</guid><wfw:comment>http://www.cnblogs.com/JustDI/comments/792665.html</wfw:comment><comments>http://www.cnblogs.com/JustDI/archive/2007/06/22/792665.html#Feedback</comments><slash:comments>4</slash:comments><wfw:commentRss>http://www.cnblogs.com/JustDI/comments/commentRss/792665.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/JustDI/services/trackbacks/792665.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;1．跟以前一样做界面，只是注意，把所有需要有多语言界面的文字都用label来做　　2．做完以后，在...&nbsp;&nbsp;<a href='http://www.cnblogs.com/JustDI/archive/2007/06/22/792665.html'>阅读全文</a><img src ="http://www.cnblogs.com/JustDI/aggbug/792665.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://JustDI.cnblogs.com/" target="_blank">JustDI</a> 2007-06-22 09:48 <a href="http://www.cnblogs.com/JustDI/archive/2007/06/22/792665.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item></channel></rss>