<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>yizhu2000的专栏</title><link>http://blog.csdn.net/yizhu2000/</link><description /><dc:language>zh-CN</dc:language><lastUpdateTime>Tue, 19 Aug 2008 05:56:33 GMT</lastUpdateTime><ttl>60</ttl><item><dc:creator>yizhu2000</dc:creator><title>【转】函数式编程另类指南</title><link>http://blog.csdn.net/yizhu2000/archive/2008/08/19/2793208.aspx</link><pubDate>Tue, 19 Aug 2008 05:57:00 GMT</pubDate><guid>http://blog.csdn.net/yizhu2000/archive/2008/08/19/2793208.aspx</guid><wfw:comment>http://blog.csdn.net/yizhu2000/comments/2793208.aspx</wfw:comment><comments>http://blog.csdn.net/yizhu2000/archive/2008/08/19/2793208.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/yizhu2000/comments/commentRss/2793208.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2793208</trackback:ping><description>

	导读：　　程序员拖沓成性，每天到了办公室后，泡咖啡，检查邮箱，阅读 RSS feed，到技术站点查阅最新的文章，在编程论坛的相关版面浏览公共讨论，并一次次地刷新以免漏掉一条信息。然后是午饭，回来后盯了IDE没几分钟，就再次检查邮箱，倒咖啡。最后在不知不觉中，结束了一天。　　不平凡的事是每隔一段时间会跳出一些很有挑战性的文章。如果没错，这些天你至少发现了一篇这类文章——很难快速通读它们，于是就将之束之高阁，直到突然你发现自己已经有了一个长长的链接列表和一个装满了PDF文件的目录，然后你梦想着到一个人迹罕至的森林里的小木屋苦读一年以期赶上，要是每天清晨你沿着那里的林中小溪散步时会有人带来食物和带走垃圾就更好了。　　虽然我对你的列表一无所知，但我的列表却是一大堆关于函数式编程的文章。而这些基本上是最难阅读的了。它们用枯燥的学院派语言写成，即使“在华尔街行业浸淫十年的专家（veterans）”也不能理解函数式编程（也写作FP）都在探讨些什么。如果你去问花旗集团（Citi Group）或德意志银行（Deutsche Bank）的项目经理[1]，为什么选择了 JMS 而不 Erlan&lt;img src ="http://blog.csdn.net/yizhu2000/aggbug/2793208.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>yizhu2000</dc:creator><title>[转]Nginx hash Module</title><link>http://blog.csdn.net/yizhu2000/archive/2008/08/19/2793207.aspx</link><pubDate>Tue, 19 Aug 2008 05:39:00 GMT</pubDate><guid>http://blog.csdn.net/yizhu2000/archive/2008/08/19/2793207.aspx</guid><wfw:comment>http://blog.csdn.net/yizhu2000/comments/2793207.aspx</wfw:comment><comments>http://blog.csdn.net/yizhu2000/archive/2008/08/19/2793207.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/yizhu2000/comments/commentRss/2793207.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2793207</trackback:ping><description>

	导读：　　本模块由第三方提供，不包含在 Nginx 的源码发布版中。安装介绍等请看 这里. 　　The upstream_hash module provides simple upstream load distribution by hashing a configurable variable (e.g., the request URI, incoming HTTP headers, or some combination). Example usage: 　　1　　2　　3　　4　　5　　upstream backend {server server1; server server2; hash $request_uri;}　　Here, Nginx will choose server1 or server2 by hashing the request URI ($request_uri). 　　指令 　　hash 　　hash_method 　　hash_again 　　hash 　　语法： hash $variable &lt;img src ="http://blog.csdn.net/yizhu2000/aggbug/2793207.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>yizhu2000</dc:creator><title>[转]NginxChsHttpSsiModule - Nginx 中文站</title><link>http://blog.csdn.net/yizhu2000/archive/2008/08/19/2793201.aspx</link><pubDate>Tue, 19 Aug 2008 05:05:00 GMT</pubDate><guid>http://blog.csdn.net/yizhu2000/archive/2008/08/19/2793201.aspx</guid><wfw:comment>http://blog.csdn.net/yizhu2000/comments/2793201.aspx</wfw:comment><comments>http://blog.csdn.net/yizhu2000/archive/2008/08/19/2793201.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/yizhu2000/comments/commentRss/2793201.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2793201</trackback:ping><description>

	导读：　　本模块提供对 Server-Side Includes (SSI) 功能的支持，请注意， nginx 对 SSI 的功能支持暂时还是不完全的，无法实现一些在 apache 中正常的 SSI 功能。 　　示例location / {ssi on;}　　指令　　ssi　　syntax:ssi [ on | off ]　　default:ssi off　　context:http, server, location, if in location　　激活 SSI 处理。 　　ssi_silent_errors　　语 法：ssi_silent_errors [on|off]　　默认值：ssi_silent_errors off　　作用域：http, server, location　　Doesn't output "[an error occurred while processing the directive]", if an error occurs while processing the SSI. 　　ssi_types　　syn&lt;img src ="http://blog.csdn.net/yizhu2000/aggbug/2793201.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>yizhu2000</dc:creator><title>nginx代码分析之 转载</title><link>http://blog.csdn.net/yizhu2000/archive/2008/08/19/2793200.aspx</link><pubDate>Tue, 19 Aug 2008 05:02:00 GMT</pubDate><guid>http://blog.csdn.net/yizhu2000/archive/2008/08/19/2793200.aspx</guid><wfw:comment>http://blog.csdn.net/yizhu2000/comments/2793200.aspx</wfw:comment><comments>http://blog.csdn.net/yizhu2000/archive/2008/08/19/2793200.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/yizhu2000/comments/commentRss/2793200.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2793200</trackback:ping><description>

	导读：　　nginx代码分析之（一）——初探　　不知道原创，作者联系下我吧。　　他的代码我全看过了，感觉是高层模型下做的最优精简指令。效果还是不错的。　　发现nginx是无意间在浏览器中看到新浪的一个错误页面“nginx ...”，不由起了好奇心，google了一把，发现这是一个支持负载均衡的反向代理服务器，俄罗斯人开发的，虽然没有走GNU或BSD的License，但是也算是一个开源软件。　　开源代理服务器最熟悉的还是Squid和Apache，但这两者都是正反向代理通吃的，而作为反向代理，实际上和正向代理有较大的差别。我想既然新浪也用它，那自然有它的独到之处。查了一下，中文的网页上说它的HTTP性能可以达到13000TPS以上，但是没有说明数据的出处，国外的网站上暂时找不到相应的数据，但很多人拿它和lighttpd相比。　　很快下载了nginx 0.5.32版本的代码，代码不多，才8万多行，在openssl的基础上支持HTTPS。和Apache的30多万行相比，精简了很多，　　作为web server或反向代理，要的就是一个快，要做到快，除了精简的代码之外，更关键&lt;img src ="http://blog.csdn.net/yizhu2000/aggbug/2793200.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>yizhu2000</dc:creator><title>【组图】地震前线归来--心中的震撼 </title><link>http://blog.csdn.net/yizhu2000/archive/2008/05/17/2453370.aspx</link><pubDate>Sat, 17 May 2008 05:58:00 GMT</pubDate><guid>http://blog.csdn.net/yizhu2000/archive/2008/05/17/2453370.aspx</guid><wfw:comment>http://blog.csdn.net/yizhu2000/comments/2453370.aspx</wfw:comment><comments>http://blog.csdn.net/yizhu2000/archive/2008/05/17/2453370.aspx#Feedback</comments><slash:comments>8</slash:comments><wfw:commentRss>http://blog.csdn.net/yizhu2000/comments/commentRss/2453370.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2453370</trackback:ping><description>5.12号获悉家乡发生大地震，不放心在成都的家人朋友，于13日从北京赶回成都，再了解事态严重性，并确定家人情况后，14日与众多志愿者一起从成都出发，取道彭州市，通济镇，白水河镇，去了距离成都90公里的重灾区四川彭州龙门山（银厂沟）参与救灾工作，返回有感，特记录于此。&lt;img src ="http://blog.csdn.net/yizhu2000/aggbug/2453370.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>yizhu2000</dc:creator><title>【轻松一下】女朋友的保健作用 </title><link>http://blog.csdn.net/yizhu2000/archive/2008/05/07/2407621.aspx</link><pubDate>Wed, 07 May 2008 09:46:00 GMT</pubDate><guid>http://blog.csdn.net/yizhu2000/archive/2008/05/07/2407621.aspx</guid><wfw:comment>http://blog.csdn.net/yizhu2000/comments/2407621.aspx</wfw:comment><comments>http://blog.csdn.net/yizhu2000/archive/2008/05/07/2407621.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/yizhu2000/comments/commentRss/2407621.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2407621</trackback:ping><description>&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;img src ="http://blog.csdn.net/yizhu2000/aggbug/2407621.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>yizhu2000</dc:creator><title>[转]网站架构收集 </title><link>http://blog.csdn.net/yizhu2000/archive/2008/05/06/2404639.aspx</link><pubDate>Tue, 06 May 2008 23:01:00 GMT</pubDate><guid>http://blog.csdn.net/yizhu2000/archive/2008/05/06/2404639.aspx</guid><wfw:comment>http://blog.csdn.net/yizhu2000/comments/2404639.aspx</wfw:comment><comments>http://blog.csdn.net/yizhu2000/archive/2008/05/06/2404639.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/yizhu2000/comments/commentRss/2404639.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2404639</trackback:ping><description>&lt;div id="frame"&gt;&lt;div id="infobar"&gt;&lt;div id="browse"&gt;&lt;/div&gt;&lt;div id="rss"&gt;&lt;p&gt;&lt;font face=verdana color=#000080&gt;&lt;a href="http://www.hiadmin.com/?p=124"&gt;转自http://www.hiadmin.com/?p=124&lt;/a&gt;&lt;/font&gt;&lt;br /&gt;&lt;br /&gt;DBA notes上果然好东西很多&lt;br /&gt;许多大型(只是访问量,而不是公司规模)的web 2.0的网站架构&lt;br /&gt;上面都有&lt;br /&gt;现在收集整理一下&lt;br /&gt;这种资料.向来可遇不可求啊&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;div id="content"&gt;&lt;div id="left"&gt;&lt;div class="entry"&gt;&lt;div class=post id=post-124&gt;&lt;p&gt;WikiPedia 技术架构学习分享&lt;br /&gt;http://www.dbanotes.net/opensource/wikipedia_arch.html&lt;/p&gt;&lt;p&gt;YouTube 的架构扩展&lt;br &lt;img src ="http://blog.csdn.net/yizhu2000/aggbug/2404639.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>yizhu2000</dc:creator><title> ASP.NET 2.0 中重定向的三种方法 </title><link>http://blog.csdn.net/yizhu2000/archive/2008/04/01/2234562.aspx</link><pubDate>Tue, 01 Apr 2008 03:00:00 GMT</pubDate><guid>http://blog.csdn.net/yizhu2000/archive/2008/04/01/2234562.aspx</guid><wfw:comment>http://blog.csdn.net/yizhu2000/comments/2234562.aspx</wfw:comment><comments>http://blog.csdn.net/yizhu2000/archive/2008/04/01/2234562.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/yizhu2000/comments/commentRss/2234562.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2234562</trackback:ping><description>								当在一个ASP.NETWeb页面中进行操作时，在默认情况下向当前页进行提交。这种行为在ASP.NET出现之前并没有什么关系，但在ASP.NET中当我们想向另外一个Web页提交一个WebForm时该如何做呢？在ASP.NET1.0中这个问题变得很难解决，但在ASP.NET2.0中为开发人员提供了更容易的解决的技术：跨网页提交。这种技术允许一个网页在提交数据时提交给另外的一个页面。在跨网页提交中，用于初始化提交代码的页面叫源页面，而客户提交的页面叫目标页面。&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp; 为了方便起见，目标页面仍然获得原页面提交的所有数据。换名话说，从技术观点出发，我们可以用同样的方式处理其他ASP.NET页面提交的数据。&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;这个新特性意味着ASP.NET2.0开发人员目前有三种可供选择的技术来将数据从一个web页面传送到另外一个页面。这三种方法是：响应重定向，服务端传输和新的跨网页提交特性。我们可以已经熟悉前两种技术了，因此，我们只是简要地复习一下它们，然后我们会将主要精力放到学习如何使&lt;img src ="http://blog.csdn.net/yizhu2000/aggbug/2234562.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>yizhu2000</dc:creator><title>[轻松一下]90%的男人想作的事情</title><link>http://blog.csdn.net/yizhu2000/archive/2008/04/01/2234561.aspx</link><pubDate>Tue, 01 Apr 2008 02:52:00 GMT</pubDate><guid>http://blog.csdn.net/yizhu2000/archive/2008/04/01/2234561.aspx</guid><wfw:comment>http://blog.csdn.net/yizhu2000/comments/2234561.aspx</wfw:comment><comments>http://blog.csdn.net/yizhu2000/archive/2008/04/01/2234561.aspx#Feedback</comments><slash:comments>3</slash:comments><wfw:commentRss>http://blog.csdn.net/yizhu2000/comments/commentRss/2234561.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2234561</trackback:ping><description>[轻松一下]90%的男人想作的事情&lt;img src ="http://blog.csdn.net/yizhu2000/aggbug/2234561.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>yizhu2000</dc:creator><title>分享几条短笑话</title><link>http://blog.csdn.net/yizhu2000/archive/2008/04/01/2234560.aspx</link><pubDate>Tue, 01 Apr 2008 02:50:00 GMT</pubDate><guid>http://blog.csdn.net/yizhu2000/archive/2008/04/01/2234560.aspx</guid><wfw:comment>http://blog.csdn.net/yizhu2000/comments/2234560.aspx</wfw:comment><comments>http://blog.csdn.net/yizhu2000/archive/2008/04/01/2234560.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/yizhu2000/comments/commentRss/2234560.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2234560</trackback:ping><description>紧张编程之余，来轻松一下&lt;img src ="http://blog.csdn.net/yizhu2000/aggbug/2234560.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>yizhu2000</dc:creator><title>网站关键词标题和网页描述撰写技巧</title><link>http://blog.csdn.net/yizhu2000/archive/2008/04/01/2234559.aspx</link><pubDate>Tue, 01 Apr 2008 02:43:00 GMT</pubDate><guid>http://blog.csdn.net/yizhu2000/archive/2008/04/01/2234559.aspx</guid><wfw:comment>http://blog.csdn.net/yizhu2000/comments/2234559.aspx</wfw:comment><comments>http://blog.csdn.net/yizhu2000/archive/2008/04/01/2234559.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/yizhu2000/comments/commentRss/2234559.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2234559</trackback:ping><description>	导读：　　在我们的搜索引擎优化工 作中，可能很多朋友会遇到这样一个问题，网站一些关键词排名不错，但是点击访问的不多，甚至有朋友曾调查过，发现有时候排名靠前的访问量比靠后的点击率更 低，有些网站访问量很高，但是网站广告的点击率很低，产品销售型网站也会同样遇到这种，高访问量，低咨询，低成交量的问题。　　本人一直学习研究网站如何获得 真正高质量的流量，真正帮企业从网上获得订单，根据以往自己的经验，并参考众多网友的研究成功，发现网页标题和网页描述是吸引用户点击你网站，是吸引产品 的潜在客户点击你的直接原因。比如，我们在搜索引擎中搜索一个关键词，查看结果时，通常都是看结果中的标题，以及标题下面的文字描述内容，通过这么简单的 一个下意识操作，筛选搜索结果，并点击自认为跟自己所寻找目标相符的网站，因此，这里分享一些网站关键词标题和网页描述撰写技巧，为了提高访问量的价值， 即用户转化率，特别建议：为每一个产品或服务所涉及的关键词撰写最合适的标题和网页描述。　　1、 标题描述撰写原则：　　a.准确规范，主题明确；简明精练，言简意赅；最好在20个字内搞定　　b.突出与关键词的相关性，如直&lt;img src ="http://blog.csdn.net/yizhu2000/aggbug/2234559.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>yizhu2000</dc:creator><title>Yahoo!'s Latest Performance Breakthroughs</title><link>http://blog.csdn.net/yizhu2000/archive/2008/04/01/2234558.aspx</link><pubDate>Tue, 01 Apr 2008 02:40:00 GMT</pubDate><guid>http://blog.csdn.net/yizhu2000/archive/2008/04/01/2234558.aspx</guid><wfw:comment>http://blog.csdn.net/yizhu2000/comments/2234558.aspx</wfw:comment><comments>http://blog.csdn.net/yizhu2000/archive/2008/04/01/2234558.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/yizhu2000/comments/commentRss/2234558.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2234558</trackback:ping><description>	导读：　　March 17, 2008　　Stoyan Stefanov made an appearance last week at the PHP Quebec Conferencein Montreal. His sessiondebuts Yahoo!’s latest research results and performance breakthroughs. He covers the existing 14 rules, plus 20 new rules for faster web pages. We’ve categorized the optimizations into: server, content, cookie, JavaScript, CSS, images, and mobile.　　After YSlow "A"?　　If your page isn't getting an "A" in YSlow, I recommend that you tackle those recommendations first. Howeve&lt;img src ="http://blog.csdn.net/yizhu2000/aggbug/2234558.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>yizhu2000</dc:creator><title>网站跨站点单点登录</title><link>http://blog.csdn.net/yizhu2000/archive/2008/03/31/2234538.aspx</link><pubDate>Mon, 31 Mar 2008 17:00:00 GMT</pubDate><guid>http://blog.csdn.net/yizhu2000/archive/2008/03/31/2234538.aspx</guid><wfw:comment>http://blog.csdn.net/yizhu2000/comments/2234538.aspx</wfw:comment><comments>http://blog.csdn.net/yizhu2000/archive/2008/03/31/2234538.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/yizhu2000/comments/commentRss/2234538.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2234538</trackback:ping><description>昨天和几位朋友探讨到了这个话题，发现虽然单点登录，或者叫做独立的passport登录虽然已经有了很多实现方法，但是能真正了解并实现的人却并不太多，所以些下此文，希望从原理到实现，能让大家了解的多一些 至于什么是单点登录，举个例子，如果你登录了msn messenger，访问hotmail邮件就不用在此登录。一般单点登录都需要有一个独立的登录站点,一般具有独立的域名，专门的进行注册，登录，注销等操作 我们为了讨论方便，把这个登录站点叫做站点P，设其Url为http://passport.yizhu2000.com，需要提供服务的站点设为A和B，跨站点单点登录是指你在A网站进行登录后，使用B网站的服务就不需要再登录 从技术角度讲单点登录分为：  跨子域单点登录  完全跨单点域登录 跨子域单点登录 所谓跨子域登录，A，B站点和P站点位于同一个域下面，比如A站点为http://blog.yizhu2000.com&amp;amp;amp;nbsp;&amp;amp;amp;nbsp;&amp;amp;amp;nbsp;&amp;amp;amp;nbsp; B站点为 http://forum.yizhu2000.com,他们和&lt;img src ="http://blog.csdn.net/yizhu2000/aggbug/2234538.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>yizhu2000</dc:creator><title>怎样利用CSDN论坛公开的API实现自己的论坛工具</title><link>http://blog.csdn.net/yizhu2000/archive/2008/03/28/2226087.aspx</link><pubDate>Fri, 28 Mar 2008 15:34:00 GMT</pubDate><guid>http://blog.csdn.net/yizhu2000/archive/2008/03/28/2226087.aspx</guid><wfw:comment>http://blog.csdn.net/yizhu2000/comments/2226087.aspx</wfw:comment><comments>http://blog.csdn.net/yizhu2000/archive/2008/03/28/2226087.aspx#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/yizhu2000/comments/commentRss/2226087.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2226087</trackback:ping><description>csdn论坛公开了一些常用api,不过内部测试阶段,地址是http://forum.csdn.net/OpenApi/forumapi.asmx,还有一个使用的demo,下载地址为&lt;img src ="http://blog.csdn.net/yizhu2000/aggbug/2226087.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>yizhu2000</dc:creator><title>排错案例分享</title><link>http://blog.csdn.net/yizhu2000/archive/2008/01/10/2034285.aspx</link><pubDate>Thu, 10 Jan 2008 19:05:00 GMT</pubDate><guid>http://blog.csdn.net/yizhu2000/archive/2008/01/10/2034285.aspx</guid><wfw:comment>http://blog.csdn.net/yizhu2000/comments/2034285.aspx</wfw:comment><comments>http://blog.csdn.net/yizhu2000/archive/2008/01/10/2034285.aspx#Feedback</comments><slash:comments>6</slash:comments><wfw:commentRss>http://blog.csdn.net/yizhu2000/comments/commentRss/2034285.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2034285</trackback:ping><description>分享一个排错的过程,希望能够带给大家一些启示:如果不能debug,又没法写日志时,我们怎么办 &lt;img src ="http://blog.csdn.net/yizhu2000/aggbug/2034285.aspx" width = "1" height = "1" /&gt;</description></item></channel></rss>