<?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/fcjg" type="application/rss+xml" rel="self"></atom:link><fs:self_link href="http://feeds.feedsky.com/csdn.net/fcjg" type="application/rss+xml"></fs:self_link><lastBuildDate>Fri, 14 Nov 2008 09:23:00 GMT</lastBuildDate><title>一个人的软件艺术</title><link>http://blog.csdn.net/fcjg/</link><item><title>代码审查九句真言</title><link>http://blog.csdn.net/fcjg/archive/2008/11/14/3296704.aspx</link><wfw:comment>http://blog.csdn.net/fcjg/comments/3296704.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/fcjg/comments/commentRss/3296704.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3296704</trackback:ping><description>代码审查九句真言



1、看见了if ，就想else 

2、看见malloc，就去找free

3、函数调用要小心，需要看看返回值

4、看到for循环，就找边界值

5、看见return要注意，要去前面找资源码

6、看见数组把神提，问题往往在下标

7、不要小看字符串，长度是个大问题

8、得到函数不要急，看看变量初始化，各种路径要小心

9、赋值函数最危险，变量没有初始化

九句真言不孤立，相互结合显神威
&lt;img src =&quot;http://blog.csdn.net/fcjg/aggbug/3296704.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 14 Nov 2008 17:23:00 +0800</pubDate><author>onebody</author><comments>http://blog.csdn.net/fcjg/archive/2008/11/14/3296704.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/fcjg/archive/2008/11/14/3296704.aspx</guid><dc:creator>onebody</dc:creator></item><item><title>微软10月20日反盗版行动的应对方法</title><link>http://blog.csdn.net/fcjg/archive/2008/10/16/3085272.aspx</link><wfw:comment>http://blog.csdn.net/fcjg/comments/3085272.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/fcjg/comments/commentRss/3085272.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3085272</trackback:ping><description>1、消极型应对：关闭系统的自动更新，用360的“修复系统漏洞”功能，选择性地下载安装补丁，切记，kb892130和kb905474是正版验证补丁，千万别装。2、亡羊补牢型：对已经安装了上述正版验证补丁的用户，也别害怕，消灭它就可以了。消灭的方法是:打开注册表,在“运行”中输入“regedit”，进入注册表 进入hkey_local_machine\software\microsoft\windowsnt\currentversion\winlogon\notify\wgalogon，删除“wgalogon”；然后在电脑中搜索“wgatray.exe”，找到了就删除，重新启动。3、开心无忧型：其实网上有很多战友们自制的验证正版小程序，，在网上搜索下载一个叫mswga.exe的文件（中文名称是微软正版认证离线包），或者是“序列号替换器”之类的小程序，安装运行，系统会问你“现在安装的版本低，是否替换”，选择是就行。&lt;img src =&quot;http://blog.csdn.net/fcjg/aggbug/3085272.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 16 Oct 2008 21:15:00 +0800</pubDate><author>onebody</author><comments>http://blog.csdn.net/fcjg/archive/2008/10/16/3085272.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/fcjg/archive/2008/10/16/3085272.aspx</guid><dc:creator>onebody</dc:creator></item><item><title>ORA-01513: invalid current time returned by operating system 处理</title><link>http://blog.csdn.net/fcjg/archive/2008/09/23/2967180.aspx</link><wfw:comment>http://blog.csdn.net/fcjg/comments/2967180.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/fcjg/comments/commentRss/2967180.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2967180</trackback:ping><description>ORA-01513: invalid current time returned by operating system 问题
oracle&lt;img src =&quot;http://blog.csdn.net/fcjg/aggbug/2967180.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Tue, 23 Sep 2008 21:18:00 +0800</pubDate><author>onebody</author><comments>http://blog.csdn.net/fcjg/archive/2008/09/23/2967180.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/fcjg/archive/2008/09/23/2967180.aspx</guid><dc:creator>onebody</dc:creator></item><item><title>Ext.form.ComboBox 表格下拉最终版本</title><link>http://blog.csdn.net/fcjg/archive/2008/09/19/2950157.aspx</link><wfw:comment>http://blog.csdn.net/fcjg/comments/2950157.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/fcjg/comments/commentRss/2950157.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2950157</trackback:ping><description>Ext.form.ComboBox 表格下拉最终版本Ext.grid.GridPanelExtJS javascript&lt;img src =&quot;http://blog.csdn.net/fcjg/aggbug/2950157.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 19 Sep 2008 17:59:00 +0800</pubDate><author>onebody</author><comments>http://blog.csdn.net/fcjg/archive/2008/09/19/2950157.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/fcjg/archive/2008/09/19/2950157.aspx</guid><dc:creator>onebody</dc:creator></item><item><title>用Log4j 将日志保存到数据库</title><link>http://blog.csdn.net/fcjg/archive/2008/09/17/2944555.aspx</link><wfw:comment>http://blog.csdn.net/fcjg/comments/2944555.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/fcjg/comments/commentRss/2944555.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2944555</trackback:ping><description>用Log4j 将日志保存到数据库&lt;img src =&quot;http://blog.csdn.net/fcjg/aggbug/2944555.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 18 Sep 2008 06:44:00 +0800</pubDate><author>onebody</author><comments>http://blog.csdn.net/fcjg/archive/2008/09/17/2944555.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/fcjg/archive/2008/09/17/2944555.aspx</guid><dc:creator>onebody</dc:creator></item><item><title>windows 各种工具 命令方式使用方法</title><link>http://blog.csdn.net/fcjg/archive/2008/08/21/2806789.aspx</link><wfw:comment>http://blog.csdn.net/fcjg/comments/2806789.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/fcjg/comments/commentRss/2806789.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2806789</trackback:ping><description>原文:http://bbs.sec120.com/showtopic-17.aspx 
windows 各种工具 命令方式使用方法
winver---------检查Windows版本 
wmimgmt.msc----打开windows管理体系结构(WMI) 
wupdmgr--------windows更新程序 &lt;img src =&quot;http://blog.csdn.net/fcjg/aggbug/2806789.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 21 Aug 2008 22:31:00 +0800</pubDate><author>onebody</author><comments>http://blog.csdn.net/fcjg/archive/2008/08/21/2806789.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/fcjg/archive/2008/08/21/2806789.aspx</guid><dc:creator>onebody</dc:creator></item><item><title>LoadRunner8.0是不支持IE7的解决方法</title><link>http://blog.csdn.net/fcjg/archive/2008/08/20/2800961.aspx</link><wfw:comment>http://blog.csdn.net/fcjg/comments/2800961.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/fcjg/comments/commentRss/2800961.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2800961</trackback:ping><description>lr8.0是不支持IE7的，但有一个办法，就是使用IE6的内核进行录制
在系统安装目录下找到C:\WINDOWS\ie7\iexplore.exe，这个内核的版本是6.0的&lt;img src =&quot;http://blog.csdn.net/fcjg/aggbug/2800961.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 20 Aug 2008 20:46:00 +0800</pubDate><author>onebody</author><comments>http://blog.csdn.net/fcjg/archive/2008/08/20/2800961.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/fcjg/archive/2008/08/20/2800961.aspx</guid><dc:creator>onebody</dc:creator></item><item><title>Red Hat Linux 5 下 VMware Tools 安装方法</title><link>http://blog.csdn.net/fcjg/archive/2008/07/10/2634159.aspx</link><wfw:comment>http://blog.csdn.net/fcjg/comments/2634159.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/fcjg/comments/commentRss/2634159.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2634159</trackback:ping><description>VMware安装完成后, VMware Tools 默认是没有安装的,启动Linux后,在VMware 的状态栏提示WMware Tools is not  installed on this guest. Choose “Install WMware Tools” from VM menu.(没有安装虚拟工具, 可以通过 [VM]-&gt;[ Install WMware Tools] 菜单来安装).&lt;img src =&quot;http://blog.csdn.net/fcjg/aggbug/2634159.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 10 Jul 2008 23:09:00 +0800</pubDate><author>onebody</author><comments>http://blog.csdn.net/fcjg/archive/2008/07/10/2634159.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/fcjg/archive/2008/07/10/2634159.aspx</guid><dc:creator>onebody</dc:creator></item><item><title>osCache 配置说明</title><link>http://blog.csdn.net/fcjg/archive/2008/06/26/2589224.aspx</link><wfw:comment>http://blog.csdn.net/fcjg/comments/2589224.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/fcjg/comments/commentRss/2589224.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2589224</trackback:ping><description>作者: onebodysoftware@hotmail.com (MSN)  E文地址：http://wiki.opensymphony.com/display/CACHE/Configuration这个东西今天小试了一下,总体感觉还不错.就不知道比起JBoss cache 有没什么差别(现在本人还不得而知啊)主要是针对 osCache 的配置文件做了简单的翻译; 如有错误敬请修正.修改的文档请共享一下,谢谢!oscache.properties  osCache的配置文件   放在 webapp/WEB-INF/classes/下;oscache.properties 中的配置项如下:1、cache.memory：   原文:      Valid values are true or false, with true being the default value. If you want to disable memory caching,      just comment out or remove this lin&lt;img src =&quot;http://blog.csdn.net/fcjg/aggbug/2589224.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 27 Jun 2008 00:06:00 +0800</pubDate><author>onebody</author><comments>http://blog.csdn.net/fcjg/archive/2008/06/26/2589224.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/fcjg/archive/2008/06/26/2589224.aspx</guid><dc:creator>onebody</dc:creator></item><item><title>Ajax中使用XML和JSON格式传输的优劣比较</title><link>http://blog.csdn.net/fcjg/archive/2008/05/30/2497726.aspx</link><wfw:comment>http://blog.csdn.net/fcjg/comments/2497726.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/fcjg/comments/commentRss/2497726.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2497726</trackback:ping><description>XML 是一种用于面向服务的体系结构 (SOA) 和数据传输的常见传输。当然，目前许多服务以 SOAP 格式存在。不过，何时将其用于数据传输在 Ajax 社区中存在分岐。&lt;img src =&quot;http://blog.csdn.net/fcjg/aggbug/2497726.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sat, 31 May 2008 07:54:00 +0800</pubDate><author>onebody</author><comments>http://blog.csdn.net/fcjg/archive/2008/05/30/2497726.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/fcjg/archive/2008/05/30/2497726.aspx</guid><dc:creator>onebody</dc:creator></item></channel></rss>