<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet href='http://feeds.feedsky.com/styles/temp01.xsl' type='text/xsl' ?><!--这是一个由Feedsy提供技术支持的Feed，为了提高读者阅读的体验，以及满足用户美化自己Feed的需要，我们设计了多种精美的Feed模板，提供给大家选择，所有最终呈现出来的样式，皆由用户自愿选择使用，未经许可，任何团体和个人，请不要擅自修改样式或者盗用，这是对于用户选择权的尊重。--><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:fs="http://www.feedsky.com/namespace/feed" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0"><channel><atom:link href="http://feeds.feedsky.com/csdn.net/dshpsky" type="application/rss+xml" rel="self"></atom:link><fs:self_link href="http://feeds.feedsky.com/csdn.net/dshpsky" type="application/rss+xml"></fs:self_link><lastBuildDate>Thu, 04 Dec 2008 17:16:00 GMT</lastBuildDate><title>ASP DOT NET</title><description>基于web开发的技术研究</description><link>http://blog.csdn.net/dshpsky/</link><item><title>.net对海量数据的插入与更新</title><link>http://blog.csdn.net/dshpsky/archive/2008/12/04/3446053.aspx</link><wfw:comment>http://blog.csdn.net/dshpsky/comments/3446053.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/dshpsky/comments/commentRss/3446053.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3446053</trackback:ping><description>对于海量数据的插入和更新,ADO.NET确实不如JDBC做到好,JDBC有统一的模型来进行批操作.使用起来&lt;br /&gt;
非常方便:&lt;br /&gt;
 PreparedStatement ps = conn.prepareStatement(&quot;insert or update arg1,args2....&quot;);&lt;br /&gt;
 然后你就可以&lt;br /&gt;
 for(int i=0;i&lt;br /&gt;
  ps.setXXX(realArg);&lt;br /&gt;
  .....&lt;br /&gt;
  ps.addBatch();&lt;br /&gt;
  if(i%500==0){ //假设五百条提交一次&lt;br /&gt;
   ps.executeBatch();&lt;br /&gt;
   //clear Parame Batch&lt;br /&gt;
  }&lt;br /&gt;
 }&lt;br /&gt;
 ps.executeBatch();&lt;br /&gt;&lt;br /&gt;
这样的操作不仅带来极度大的性能,而且非常方便.按说,ADO.NET中,要实现这样的功能,应该直接在Comm&lt;img src =&quot;http://blog.csdn.net/dshpsky/aggbug/3446053.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 05 Dec 2008 01:16:00 +0800</pubDate><author>淡水湖泊</author><comments>http://blog.csdn.net/dshpsky/archive/2008/12/04/3446053.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/dshpsky/archive/2008/12/04/3446053.aspx</guid><dc:creator>淡水湖泊</dc:creator></item><item><title>Ruby语言1.9.0 Windows 安装命令</title><link>http://blog.csdn.net/dshpsky/archive/2008/11/12/3283242.aspx</link><wfw:comment>http://blog.csdn.net/dshpsky/comments/3283242.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/dshpsky/comments/commentRss/3283242.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3283242</trackback:ping><description>Wget首页：&lt;br /&gt;http://wget.sunsite.dk/WindowsWget版本1.10.2首页：&lt;br /&gt;http://www.christopherlewis.com/WGet/WGetFiles.htmWindowsWget版本1.10.2下载&lt;br /&gt;http://www.christopherlewis.com/WGet/wget-1.10.2b.zip安装&lt;br /&gt;解压&lt;br /&gt;7za x wget-1.10.2b.zip 
安装&lt;br /&gt;mv wget-1.10.2b d:\programme\. 
增加环境变量&lt;br /&gt;SET WGET_HOME=d:\programme\wget-1.10.2b 
修改环境变量&lt;br /&gt;SET PATH=%PATH%;%WGET_HOME% &lt;br /&gt;Windows系统基本安装命令&lt;br /&gt;mkdir d:\opt\ruby1.9&lt;br /&gt;SET RUBY_HOME=d:\opt\ruby1.9&lt;br /&gt;cd d:\opt\ruby1.9&lt;br /&gt;wget ftp://ftp.ruby-&lt;img src =&quot;http://blog.csdn.net/dshpsky/aggbug/3283242.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 13 Nov 2008 01:27:00 +0800</pubDate><author>淡水湖泊</author><comments>http://blog.csdn.net/dshpsky/archive/2008/11/12/3283242.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/dshpsky/archive/2008/11/12/3283242.aspx</guid><dc:creator>淡水湖泊</dc:creator></item><item><title>ubuntu服务器版安装桌面 及相关命令</title><link>http://blog.csdn.net/dshpsky/archive/2008/10/15/3078301.aspx</link><wfw:comment>http://blog.csdn.net/dshpsky/comments/3078301.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/dshpsky/comments/commentRss/3078301.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3078301</trackback:ping><description>Ubuntu 8.04 LTS 速配指南http://wiki.ubuntu.com.cn/index.php?title=Qref/Hardy&amp;variant=zh-cn#.E4.BB.8E.E8.BF.99.E9.87.8C.E5.BC.80.E5.A7.8Bubuntu服务器版安装桌面安装完ubuntu服务器版后，默认不没有安装任何图形桌面系统的，需要手动安装和配置。在文本模式下可以使用nano，vi新手很难适应。为了方便，可以激活root帐号:passwd root以root身份进入后，sudo可不再输入。1、安装桌面包sudo apt-get install ubuntu-desktop2、如果无法显示桌面，说明显卡驱动有问题，需要重新手动安装显卡驱动，笔者的机器是ＩＢＭ　X3550服务器，显卡为ＡＴＩ，所有操作如下:(具体可见官方的关天ＡＴＩ显卡的安装，如果为NVIDIA显卡请看NVIDIA显卡安装配置页面）如果不知道显卡型号可以在机器的相&lt;img src =&quot;http://blog.csdn.net/dshpsky/aggbug/3078301.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 15 Oct 2008 17:30:00 +0800</pubDate><author>淡水湖泊</author><comments>http://blog.csdn.net/dshpsky/archive/2008/10/15/3078301.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/dshpsky/archive/2008/10/15/3078301.aspx</guid><dc:creator>淡水湖泊</dc:creator></item><item><title>国外开源的社区</title><link>http://blog.csdn.net/dshpsky/archive/2008/06/07/2521262.aspx</link><wfw:comment>http://blog.csdn.net/dshpsky/comments/2521262.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/dshpsky/comments/commentRss/2521262.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2521262</trackback:ping><description>http://www.codeplex.com/

 http://www.codeproject.com/

 http://www.opensource.org  

www.sourceforge.net

 
&lt;img src =&quot;http://blog.csdn.net/dshpsky/aggbug/2521262.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sun, 08 Jun 2008 07:12:00 +0800</pubDate><author>淡水湖泊</author><comments>http://blog.csdn.net/dshpsky/archive/2008/06/07/2521262.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/dshpsky/archive/2008/06/07/2521262.aspx</guid><dc:creator>淡水湖泊</dc:creator></item><item><title>SEO工具,站长必备</title><link>http://blog.csdn.net/dshpsky/archive/2008/04/11/2281250.aspx</link><wfw:comment>http://blog.csdn.net/dshpsky/comments/2281250.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/dshpsky/comments/commentRss/2281250.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2281250</trackback:ping><description>检验两个页面的相似度.如果相似度达80%以上,将可能受到惩罚 &lt;img src =&quot;http://blog.csdn.net/dshpsky/aggbug/2281250.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 11 Apr 2008 18:48:00 +0800</pubDate><author>淡水湖泊</author><comments>http://blog.csdn.net/dshpsky/archive/2008/04/11/2281250.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/dshpsky/archive/2008/04/11/2281250.aspx</guid><dc:creator>淡水湖泊</dc:creator></item><item><title>240 多个jQuery的插件</title><link>http://blog.csdn.net/dshpsky/archive/2008/03/28/2224800.aspx</link><wfw:comment>http://blog.csdn.net/dshpsky/comments/2224800.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/dshpsky/comments/commentRss/2224800.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2224800</trackback:ping><description>jQuery 是继 prototype 之后又一个优秀的 Javascrīpt 框架。其宗旨是——WRITE LESS,DO MORE,写更少的代码,做更多的事情。它是轻量级的 js 库(压缩后只有21k) ，这是其它的 js 库所不及的，它兼容 CSS3，还兼容各种浏览器 （IE 6.0+, FF 1.5+, Safari 2.0+, Opera 9.0+）。 jQuery 是一个快速的，简洁的 javaScript 库，使用户能更方便地处理 HTML documents、events、实现动画效果，并且方便地为网站提供 AJAX 交互。 jQuery 还有一个比较大的优势是，它的文档说明很全，而且各种应用也说得很详细，同时还有许多成熟的插件可供选择。 jQuery 能够使用户的 html 页保持代码和 html 内容分离，也就是说，不用再在 html 里面插入一堆js来调用命令了，只需定义 id 即可。 ”


&lt;img src =&quot;http://blog.csdn.net/dshpsky/aggbug/2224800.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 28 Mar 2008 18:18:00 +0800</pubDate><author>淡水湖泊</author><comments>http://blog.csdn.net/dshpsky/archive/2008/03/28/2224800.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/dshpsky/archive/2008/03/28/2224800.aspx</guid><dc:creator>淡水湖泊</dc:creator></item><item><title>什么叫控制反转呢？ 看见的一种很有意思的解释方法</title><link>http://blog.csdn.net/dshpsky/archive/2008/03/09/2159310.aspx</link><wfw:comment>http://blog.csdn.net/dshpsky/comments/2159310.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/dshpsky/comments/commentRss/2159310.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2159310</trackback:ping><description>什么叫控制反转呢？&lt;img src =&quot;http://blog.csdn.net/dshpsky/aggbug/2159310.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sun, 09 Mar 2008 17:51:00 +0800</pubDate><author>淡水湖泊</author><comments>http://blog.csdn.net/dshpsky/archive/2008/03/09/2159310.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/dshpsky/archive/2008/03/09/2159310.aspx</guid><dc:creator>淡水湖泊</dc:creator></item><item><title>一起学习开源项目</title><link>http://blog.csdn.net/dshpsky/archive/2008/03/09/2159290.aspx</link><wfw:comment>http://blog.csdn.net/dshpsky/comments/2159290.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/dshpsky/comments/commentRss/2159290.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2159290</trackback:ping><description>一起学习开源项目 &lt;img src =&quot;http://blog.csdn.net/dshpsky/aggbug/2159290.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sun, 09 Mar 2008 17:30:00 +0800</pubDate><author>淡水湖泊</author><comments>http://blog.csdn.net/dshpsky/archive/2008/03/09/2159290.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/dshpsky/archive/2008/03/09/2159290.aspx</guid><dc:creator>淡水湖泊</dc:creator></item><item><title>十五项技巧IT管理者的</title><link>http://blog.csdn.net/dshpsky/archive/2008/01/15/2044339.aspx</link><wfw:comment>http://blog.csdn.net/dshpsky/comments/2044339.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/dshpsky/comments/commentRss/2044339.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2044339</trackback:ping><description>已经在IT业打拼了十六年的Steven Crane对此可谓是深有体会。他曾经在一些实力雄厚的大公司（如吉列公司、派克公司）担任IT经理长达八年之久。在那段日子里，他成功的应对了很多来自管理工作的挑战。为了帮助新上任的IT经理们避免重犯他当年曾经犯过的错误，他根据自己的经验向大家介绍了十五项技巧。 
&lt;img src =&quot;http://blog.csdn.net/dshpsky/aggbug/2044339.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Tue, 15 Jan 2008 08:12:00 +0800</pubDate><author>淡水湖泊</author><comments>http://blog.csdn.net/dshpsky/archive/2008/01/15/2044339.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/dshpsky/archive/2008/01/15/2044339.aspx</guid><dc:creator>淡水湖泊</dc:creator></item><item><title>删除fckEditor编辑器中上传的图片</title><link>http://blog.csdn.net/dshpsky/archive/2008/01/03/2022790.aspx</link><wfw:comment>http://blog.csdn.net/dshpsky/comments/2022790.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/dshpsky/comments/commentRss/2022790.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2022790</trackback:ping><description>private static Regex RegEditImg = new Regex(@&quot;img[^&gt;]*src\s*=\s*[&quot;&quot;|']?(?[^&quot;&quot;']*)[&quot;&quot;|']?[^]*&gt;&quot;,RegexOptions.IgnoreCase);&lt;img src =&quot;http://blog.csdn.net/dshpsky/aggbug/2022790.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 04 Jan 2008 02:13:00 +0800</pubDate><author>淡水湖泊</author><comments>http://blog.csdn.net/dshpsky/archive/2008/01/03/2022790.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/dshpsky/archive/2008/01/03/2022790.aspx</guid><dc:creator>淡水湖泊</dc:creator></item></channel></rss>