<?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/billok" type="application/rss+xml" rel="self"></atom:link><fs:self_link href="http://feeds.feedsky.com/csdn.net/billok" type="application/rss+xml"></fs:self_link><lastBuildDate>Fri, 10 Oct 2008 10:18:00 GMT</lastBuildDate><title>陈俊彪</title><description>CSDN，网络中心，社区一组，开发个人空间</description><link>http://blog.csdn.net/billok/</link><item><title>项目框架概要</title><link>http://blog.csdn.net/billok/archive/2008/10/10/3048174.aspx</link><wfw:comment>http://blog.csdn.net/billok/comments/3048174.aspx</wfw:comment><slash:comments>2</slash:comments><wfw:commentRss>http://blog.csdn.net/billok/comments/commentRss/3048174.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3048174</trackback:ping><description>这里就简单介绍了我们项目中所用到的系统框架，总的来说使用这样的框架使得系统具体清晰的结构、充分可扩展可配置的灵活性，同时使用接口编程也有效提供一种多人开发的模式，可以有人专门做接口定义和协调、接口测试，并且可以方便的把任务分发给不同的开发人员进行独立开发和单元测试，对于界面开发人员也可以通过实现自已的“测试实现”来提前开始界面的开发工作而不需要等待其它模块或功能的完成，只需要通过配置文件的配置来把各个分散的实现粘合在一起就可以形式一个完整的应用程序，有利于多人协助开发。&lt;img src =&quot;http://blog.csdn.net/billok/aggbug/3048174.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 10 Oct 2008 18:18:00 +0800</pubDate><author>陈俊彪</author><comments>http://blog.csdn.net/billok/archive/2008/10/10/3048174.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/billok/archive/2008/10/10/3048174.aspx</guid><dc:creator>陈俊彪</dc:creator></item><item><title>个人空间和个人档案的优化(2008-09)</title><link>http://blog.csdn.net/billok/archive/2008/09/19/2952315.aspx</link><wfw:comment>http://blog.csdn.net/billok/comments/2952315.aspx</wfw:comment><slash:comments>28</slash:comments><wfw:commentRss>http://blog.csdn.net/billok/comments/commentRss/2952315.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2952315</trackback:ping><description>最近个人空间的性能令人担忧，一天中不时会有大量的IO，或者w3wp.exe的内存占有不断增长直到应用程序池回收，这时如果应用程序池回收了就会导致大量的IO,针对这样的情况，必须先着手解决当前的性能问题。#分离用户头像到独立服务器中，并且取消通过程序读取和显示头像。#改良文件缓存组件。#缓存默认头像。#排除异常捕捉组件捕获的异常。#垃圾收集器#HttpWebRequest潜在的问题。&lt;img src =&quot;http://blog.csdn.net/billok/aggbug/2952315.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 19 Sep 2008 22:47:00 +0800</pubDate><author>陈俊彪</author><comments>http://blog.csdn.net/billok/archive/2008/09/19/2952315.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/billok/archive/2008/09/19/2952315.aspx</guid><dc:creator>陈俊彪</dc:creator></item><item><title>JS应用MD5散列计算头像URL</title><link>http://blog.csdn.net/billok/archive/2008/09/11/2914839.aspx</link><wfw:comment>http://blog.csdn.net/billok/comments/2914839.aspx</wfw:comment><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/billok/comments/commentRss/2914839.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2914839</trackback:ping><description>当前个人档案的头像面临访问量过大的问题，目前的解决方案是把上传和显示头像的功能独立出来成为一个新的站点并把此站点转放到另外一台的Web服务器上，以提高其响应能为。同时，因为原来的对头像的获取是通过aspx加载真实的头像(jpg)然后显示出来的，这样的处理方式在大访问量的情况之下对性能是有影响的&lt;img src =&quot;http://blog.csdn.net/billok/aggbug/2914839.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 12 Sep 2008 02:25:00 +0800</pubDate><author>陈俊彪</author><comments>http://blog.csdn.net/billok/archive/2008/09/11/2914839.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/billok/archive/2008/09/11/2914839.aspx</guid><dc:creator>陈俊彪</dc:creator></item><item><title>如何为应用程序添加通知能功？</title><link>http://blog.csdn.net/billok/archive/2008/07/09/2628053.aspx</link><wfw:comment>http://blog.csdn.net/billok/comments/2628053.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/billok/comments/commentRss/2628053.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2628053</trackback:ping><description>一、通知服务。&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;lt;br /&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;gt;1、为NotifyType.cs添加新的通知类型。如MiniResume&lt;img src =&quot;http://blog.csdn.net/billok/aggbug/2628053.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 09 Jul 2008 19:14:00 +0800</pubDate><author>陈俊彪</author><comments>http://blog.csdn.net/billok/archive/2008/07/09/2628053.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/billok/archive/2008/07/09/2628053.aspx</guid><dc:creator>陈俊彪</dc:creator></item><item><title>sssss</title><link>http://blog.csdn.net/billok/archive/2007/12/06/1921322.aspx</link><wfw:comment>http://blog.csdn.net/billok/comments/1921322.aspx</wfw:comment><slash:comments>3</slash:comments><wfw:commentRss>http://blog.csdn.net/billok/comments/commentRss/1921322.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1921322</trackback:ping><description>sssssssss&lt;img src =&quot;http://blog.csdn.net/billok/aggbug/1921322.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 07 Dec 2007 01:30:00 +0800</pubDate><author>billok</author><comments>http://blog.csdn.net/billok/archive/2007/12/06/1921322.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/billok/archive/2007/12/06/1921322.aspx</guid><dc:creator>billok</dc:creator></item><item><title>我的文章2007-12-05-01</title><link>http://blog.csdn.net/billok/archive/2007/12/05/1918539.aspx</link><wfw:comment>http://blog.csdn.net/billok/comments/1918539.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/billok/comments/commentRss/1918539.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1918539</trackback:ping><description>我的文章2007-12-05-01&lt;img src =&quot;http://blog.csdn.net/billok/aggbug/1918539.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 05 Dec 2007 23:39:00 +0800</pubDate><author>billok</author><comments>http://blog.csdn.net/billok/archive/2007/12/05/1918539.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/billok/archive/2007/12/05/1918539.aspx</guid><dc:creator>billok</dc:creator></item><item><title>我的文章01</title><link>http://blog.csdn.net/billok/archive/2007/12/04/1916038.aspx</link><wfw:comment>http://blog.csdn.net/billok/comments/1916038.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/billok/comments/commentRss/1916038.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1916038</trackback:ping><description>我的文章01的摘要&lt;img src =&quot;http://blog.csdn.net/billok/aggbug/1916038.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Tue, 04 Dec 2007 22:46:00 +0800</pubDate><author>billok</author><comments>http://blog.csdn.net/billok/archive/2007/12/04/1916038.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/billok/archive/2007/12/04/1916038.aspx</guid><dc:creator>billok</dc:creator></item><item><title>测试文章04</title><link>http://blog.csdn.net/billok/archive/2007/09/29/1806024.aspx</link><wfw:comment>http://blog.csdn.net/billok/comments/1806024.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/billok/comments/commentRss/1806024.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1806024</trackback:ping><description>测试文章04&lt;img src =&quot;http://blog.csdn.net/billok/aggbug/1806024.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sat, 29 Sep 2007 18:02:00 +0800</pubDate><author>billok</author><comments>http://blog.csdn.net/billok/archive/2007/09/29/1806024.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/billok/archive/2007/09/29/1806024.aspx</guid><dc:creator>billok</dc:creator></item><item><title>测试文章05</title><link>http://blog.csdn.net/billok/archive/2007/09/29/1806025.aspx</link><wfw:comment>http://blog.csdn.net/billok/comments/1806025.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/billok/comments/commentRss/1806025.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1806025</trackback:ping><description>测试文章05&lt;img src =&quot;http://blog.csdn.net/billok/aggbug/1806025.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sat, 29 Sep 2007 18:02:00 +0800</pubDate><author>billok</author><comments>http://blog.csdn.net/billok/archive/2007/09/29/1806025.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/billok/archive/2007/09/29/1806025.aspx</guid><dc:creator>billok</dc:creator></item><item><title>测试文章01</title><link>http://blog.csdn.net/billok/archive/2007/09/29/1806020.aspx</link><wfw:comment>http://blog.csdn.net/billok/comments/1806020.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/billok/comments/commentRss/1806020.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1806020</trackback:ping><description>测试文章01&lt;img src =&quot;http://blog.csdn.net/billok/aggbug/1806020.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sat, 29 Sep 2007 18:01:00 +0800</pubDate><author>billok</author><comments>http://blog.csdn.net/billok/archive/2007/09/29/1806020.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/billok/archive/2007/09/29/1806020.aspx</guid><dc:creator>billok</dc:creator></item></channel></rss>