<?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/csdnb3a" type="application/rss+xml" rel="self"></atom:link><fs:self_link href="http://feeds.feedsky.com/csdn.net/csdnb3a" type="application/rss+xml"></fs:self_link><lastBuildDate>Thu, 15 Jan 2009 17:32:00 GMT</lastBuildDate><title>沙狼的博客</title><description>————紫罗兰把它的香气留在踩扁了它的脚踝上，这就是宽恕</description><link>http://blog.csdn.net/csdnb3a/</link><item><title>注册表不能写入导致不能安装office问题分析</title><link>http://blog.csdn.net/csdnb3a/archive/2009/01/15/3790281.aspx</link><wfw:comment>http://blog.csdn.net/csdnb3a/comments/3790281.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/csdnb3a/comments/commentRss/3790281.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3790281</trackback:ping><description>office安装失败，提示很多HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer中的键值无法写入，手动修改HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer这个项的权限不能生效，权限不能修改，多日无解决方法。今天突然想起冰刃，使用冰刃查看被劫持的函数，发现&quot;云端软件平台&quot;劫持了很多注册表函数，卸载云端软件平台，还是注册表权限不够，在使用冰刃发现&quot;IE伴侣&quot;也劫持了很多注册表函数，卸载&quot;IE伴侣&quot;，文件解决；
后来在运行&quot;云端软件平台&quot;，有导致软件安装问题，停止运行&quot;云端软件平台&quot;后可正常安装。
记录以备日后参考
&lt;img src =&quot;http://blog.csdn.net/csdnb3a/aggbug/3790281.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 16 Jan 2009 01:32:00 +0800</pubDate><author>Martian</author><comments>http://blog.csdn.net/csdnb3a/archive/2009/01/15/3790281.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/csdnb3a/archive/2009/01/15/3790281.aspx</guid><dc:creator>Martian</dc:creator></item><item><title>都是卡巴斯基惹得祸</title><link>http://blog.csdn.net/csdnb3a/archive/2007/12/04/1914993.aspx</link><wfw:comment>http://blog.csdn.net/csdnb3a/comments/1914993.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/csdnb3a/comments/commentRss/1914993.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1914993</trackback:ping><description>今天突然一个程序和firefox不能解析域名，ie、firefox3都可以解析域名上网；以为时tcp/ip协议问题，重新安装网卡驱动，重新安装tcp/ip协议都不能解决问题，禁用了卡巴斯基（包括防火墙），同时也取消了网络连接中的卡巴斯基的驱动。还是不能解决问题，突然想到，着两个程序都是在昨天更新了，是不是防火墙规则的问题，删除了防火墙规则，果然两个程序都可以成功解析域名了。不明白为什么防火墙禁止了，为什么规则还是生效的？
&lt;img src =&quot;http://blog.csdn.net/csdnb3a/aggbug/1914993.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Tue, 04 Dec 2007 17:05:00 +0800</pubDate><author>Martian</author><comments>http://blog.csdn.net/csdnb3a/archive/2007/12/04/1914993.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/csdnb3a/archive/2007/12/04/1914993.aspx</guid><dc:creator>Martian</dc:creator></item><item><title>NDIS驱动程序安装总结</title><link>http://blog.csdn.net/csdnb3a/archive/2007/06/12/1648931.aspx</link><wfw:comment>http://blog.csdn.net/csdnb3a/comments/1648931.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/csdnb3a/comments/commentRss/1648931.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1648931</trackback:ping><description>使用命令 snetcfg -l ..\xxxx.inf -c s -i ms_xxxxx 安装NDIS驱动程序，有些系统会出现：
a.第一次使用命令安装不完整;
b.通过本地连接控制面板安装完整后，以后再使用命令安装又可以完整安装;
的现象；
解决方法：
第一种方法：
拷贝 xxxx.inf 和xxxx_m.inf文件到windows目录的inf目录；
拷贝驱动程序xxxxx.sys文件到windwos目录的system32\drivers目录；
再使用命令snetcfg -l ..\xxxx.inf -c s -i ms_xxxxx 安装；
第二种方法：
执行两次命令，注意参数；
snetcfg -l ..\xxxx.inf -c s -i ms_xxxxx
snetcfg -l ..\xxxx_m.inf -c s -i ms_xxxxx
&lt;img src =&quot;http://blog.csdn.net/csdnb3a/aggbug/1648931.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Tue, 12 Jun 2007 21:20:00 +0800</pubDate><author>Martian</author><comments>http://blog.csdn.net/csdnb3a/archive/2007/06/12/1648931.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/csdnb3a/archive/2007/06/12/1648931.aspx</guid><dc:creator>Martian</dc:creator></item><item><title>SnmpExtensionQuery系列函数使用注意事项</title><link>http://blog.csdn.net/csdnb3a/archive/2007/06/11/1647730.aspx</link><wfw:comment>http://blog.csdn.net/csdnb3a/comments/1647730.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/csdnb3a/comments/commentRss/1647730.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1647730</trackback:ping><description>最近使用SnmpExtensionQuery函数时，获取信息程序运行结果正确，但程序运行在Debug状态时一直提示int 3 中断，Release版运行正常；在使用Google搜索及仔细阅读MSDN后才发现，程序和SNMP sever之间使用的是动态内存进行交换；具体也就是你需要访问节点的OID（ SnmpVarBind.name.ids）需要你的才程序动态申请内存（由Snmp Server进行释放），收到的返回值中不定长数据类型需要你的程序释放内存（如SnmpVarBind.value.asnValue.string.stream）；GOOGLE仅搜索到一篇相关内容：&gt;As part of the development of an application I am working on, I need&gt;to get the MAC address of the local machine. I have found a way to do&gt;this using SNMP.&gt;&gt;However, I am having trouble integrati&lt;img src =&quot;http://blog.csdn.net/csdnb3a/aggbug/1647730.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Mon, 11 Jun 2007 21:24:00 +0800</pubDate><author>Martian</author><comments>http://blog.csdn.net/csdnb3a/archive/2007/06/11/1647730.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/csdnb3a/archive/2007/06/11/1647730.aspx</guid><dc:creator>Martian</dc:creator></item><item><title>我喜欢的故事</title><link>http://blog.csdn.net/csdnb3a/archive/2005/09/02/470085.aspx</link><wfw:comment>http://blog.csdn.net/csdnb3a/comments/470085.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/csdnb3a/comments/commentRss/470085.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=470085</trackback:ping><description>我喜欢的故事&lt;img src =&quot;http://blog.csdn.net/csdnb3a/aggbug/470085.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sat, 03 Sep 2005 00:17:00 +0800</pubDate><author>Martian</author><comments>http://blog.csdn.net/csdnb3a/archive/2005/09/02/470085.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/csdnb3a/archive/2005/09/02/470085.aspx</guid><dc:creator>Martian</dc:creator></item><item><title>IP Help库函数获取网卡列表</title><link>http://blog.csdn.net/csdnb3a/archive/2005/03/08/314712.aspx</link><wfw:comment>http://blog.csdn.net/csdnb3a/comments/314712.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/csdnb3a/comments/commentRss/314712.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=314712</trackback:ping><description>IP Help库函数获取网卡列表，win98中获取的网卡名称为空&lt;img src =&quot;http://blog.csdn.net/csdnb3a/aggbug/314712.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Tue, 08 Mar 2005 22:54:00 +0800</pubDate><author>Martian</author><comments>http://blog.csdn.net/csdnb3a/archive/2005/03/08/314712.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/csdnb3a/archive/2005/03/08/314712.aspx</guid><dc:creator>Martian</dc:creator></item><item><title>C++风格的类型转换的用法</title><link>http://blog.csdn.net/csdnb3a/archive/2004/12/09/210078.aspx</link><wfw:comment>http://blog.csdn.net/csdnb3a/comments/210078.aspx</wfw:comment><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/csdnb3a/comments/commentRss/210078.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=210078</trackback:ping><description>这是More Effecitve C++里的第二条对类型转换讲的很好，也很基础好懂。&lt;img src =&quot;http://blog.csdn.net/csdnb3a/aggbug/210078.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 09 Dec 2004 17:58:00 +0800</pubDate><author>Martian</author><comments>http://blog.csdn.net/csdnb3a/archive/2004/12/09/210078.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/csdnb3a/archive/2004/12/09/210078.aspx</guid><dc:creator>Martian</dc:creator></item><item><title>C++类型中的转换－－static_cast 和 reinterpret_cast</title><link>http://blog.csdn.net/csdnb3a/archive/2004/12/09/210077.aspx</link><wfw:comment>http://blog.csdn.net/csdnb3a/comments/210077.aspx</wfw:comment><slash:comments>2</slash:comments><wfw:commentRss>http://blog.csdn.net/csdnb3a/comments/commentRss/210077.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=210077</trackback:ping><description>C++类型中的转换－－static_cast 和 reinterpret_cast ;static_cast 和 reinterpret_cast 操作符修改了操作数类型. 它们不是互逆的;&lt;img src =&quot;http://blog.csdn.net/csdnb3a/aggbug/210077.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 09 Dec 2004 17:56:00 +0800</pubDate><author>Martian</author><comments>http://blog.csdn.net/csdnb3a/archive/2004/12/09/210077.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/csdnb3a/archive/2004/12/09/210077.aspx</guid><dc:creator>Martian</dc:creator></item><item><title>Singleton模式的C++实现研究（转载）</title><link>http://blog.csdn.net/csdnb3a/archive/2004/12/03/203377.aspx</link><wfw:comment>http://blog.csdn.net/csdnb3a/comments/203377.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/csdnb3a/comments/commentRss/203377.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=203377</trackback:ping><description>Singleton模式的C++实现研究（转载）&lt;img src =&quot;http://blog.csdn.net/csdnb3a/aggbug/203377.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 03 Dec 2004 22:28:00 +0800</pubDate><author>Martian</author><comments>http://blog.csdn.net/csdnb3a/archive/2004/12/03/203377.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/csdnb3a/archive/2004/12/03/203377.aspx</guid><dc:creator>Martian</dc:creator></item><item><title>老鼠爱大米</title><link>http://blog.csdn.net/csdnb3a/archive/2004/11/22/190922.aspx</link><wfw:comment>http://blog.csdn.net/csdnb3a/comments/190922.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/csdnb3a/comments/commentRss/190922.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=190922</trackback:ping><description>老鼠爱大米&lt;img src =&quot;http://blog.csdn.net/csdnb3a/aggbug/190922.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Tue, 23 Nov 2004 00:34:00 +0800</pubDate><author>Martian</author><comments>http://blog.csdn.net/csdnb3a/archive/2004/11/22/190922.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/csdnb3a/archive/2004/11/22/190922.aspx</guid><dc:creator>Martian</dc:creator></item></channel></rss>