<?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/akirya" type="application/rss+xml" rel="self"></atom:link><fs:self_link href="http://feeds.feedsky.com/csdn.net/akirya" type="application/rss+xml"></fs:self_link><lastBuildDate>Mon, 15 Jun 2009 00:39:00 GMT</lastBuildDate><title>韩卫平的专栏</title><link>http://blog.csdn.net/akirya/</link><item><title>绿坝走向世界(绿坝审查系统分析[转载])</title><link>http://blog.csdn.net/akirya/archive/2009/06/15/4269255.aspx</link><wfw:comment>http://blog.csdn.net/akirya/comments/4269255.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/akirya/comments/commentRss/4269255.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=4269255</trackback:ping><description>原帖:http://www.cse.umich.edu/~jhalderm/pub/gd/  译文:  绿坝审查系统分析    Scott Wolchok, Randy Yao, J. Alex Halderman     计算机科学及工程学院     密歇根大学     版本号：2.4 2009年6月11日     摘要：     我们已经在“绿坝”软件中发现远程缓冲区溢出漏洞，这是一款由中国政府强制安装的审查软件。任何一个网站都可以取得“绿坝”用户的PC控制权。     根据媒体报道，中国很快将要求国内所有的PC厂商安装“绿坝”软件，该软件将会监视Web站点访问和其他用户行为，并且阻止成人内容和政治敏感信息。     我们测试了“绿坝”软件，并发现了一系列由于编码错误而导致的安全缺陷，一旦“绿坝”软件被安装之后，任何web站点可对用户的电脑进行溢出攻击，并取得计算机控制权，这会导致恶意站点盗窃用户隐私信息，发送垃圾邮件，或将该计算机加入僵尸网络。除此之外，我们同样发现在“绿坝”软件进行黑名单升级的过程中，由于程序本身的缺陷，可导致软件提供商或其他人植入恶意代码。     在不到12&lt;img src =&quot;http://blog.csdn.net/akirya/aggbug/4269255.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;img src=&quot;http://www1.feedsky.com/t1/236147461/akirya/csdn.net/s.gif?r=http://blog.csdn.net/akirya/archive/2009/06/15/4269255.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/akirya/236147461/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/akirya/236147461/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Mon, 15 Jun 2009 08:39:00 +0800</pubDate><comments>http://blog.csdn.net/akirya/archive/2009/06/15/4269255.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/akirya/archive/2009/06/15/4269255.aspx</guid><fs:srclink>http://blog.csdn.net/akirya/archive/2009/06/15/4269255.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/akirya/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/akirya/~1151106/236147461/1151093</fs:itemid></item><item><title>不同语言的winSDK程序</title><link>http://blog.csdn.net/akirya/archive/2009/06/12/4264804.aspx</link><wfw:comment>http://blog.csdn.net/akirya/comments/4264804.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/akirya/comments/commentRss/4264804.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=4264804</trackback:ping><description>先是VB6   使用方法是创建一个标准exe程序，然后删除form，添加module将代码拷贝进去即可使用  
Attribute VB_Name = &quot;Module1&quot;
Option Explicit

Public Const CW_USEDEFAULT          As Long = &amp;H80000000

Public Const WS_CHILD               As Long = &amp;H40000000
Public Const WS_VISIBLE             As Long = &amp;H10000000
Public Const WS_OVERLAPPED          As Long = &amp;H0
Public Const WS_CAPTION             As Long = &amp;HC00000  ' WS_BORDER Or WS_DLGFRAME
Public Const WS_SYSMENU             As Long = &amp;H80000
Public Const WS_THICKFRAME &lt;img src =&quot;http://blog.csdn.net/akirya/aggbug/4264804.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;img src=&quot;http://www1.feedsky.com/t1/236147462/akirya/csdn.net/s.gif?r=http://blog.csdn.net/akirya/archive/2009/06/12/4264804.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/akirya/236147462/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/akirya/236147462/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Sat, 13 Jun 2009 04:29:00 +0800</pubDate><comments>http://blog.csdn.net/akirya/archive/2009/06/12/4264804.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/akirya/archive/2009/06/12/4264804.aspx</guid><fs:srclink>http://blog.csdn.net/akirya/archive/2009/06/12/4264804.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/akirya/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/akirya/~1151106/236147462/1151093</fs:itemid></item><item><title>最近最搞笑的新闻（绿坝花季）</title><link>http://blog.csdn.net/akirya/archive/2009/06/12/4263526.aspx</link><wfw:comment>http://blog.csdn.net/akirya/comments/4263526.aspx</wfw:comment><slash:comments>39</slash:comments><wfw:commentRss>http://blog.csdn.net/akirya/comments/commentRss/4263526.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=4263526</trackback:ping><description>先看看新闻：  工信部：7月1日起新售电脑将预装上网过滤软件  一句话描述内容:7月1日以后，在我国境内生产销售的计算机出厂前将预装一款名为“绿坝-花季护航”(软件下载)的绿色上网过滤软件，而进口计算机在我国销售前也将预装该软件。  绿坝花季护航过滤软件评测试用  这里贴出评测评价：  四、测试总结  1、该软件默认情况下不拦截色情图片，需要打开该软件进行设置才能开启。  2、软件默认开启文字分析过滤功能，但在搜索引擎中输入一些有可能搜索到色情信息的文字并未被拦截。  3、开启色情图片拦截后，在百度中搜索打开张筱雨人体艺术图片会导致浏览器自动关闭。  4、软件是可以卸载的，但在“开始菜单”及“控制面板”中无卸载项，必须打开绿坝花季护航主界面在其中找到卸载菜单才可以卸载（具有管理权限，需要密码），卸载过程中出现一些异常情，需要多试几次才能卸载得了。  5、卸载完后经观察，无残留启动项和系统服务。  优点：功能强大，具备不良信息过滤、限制上网时间、限制聊天、限制游戏、查看上网记录及监控屏幕等功能，对色情类“不良信息”的网页判断较准。  缺点：卡巴斯基报安全威胁、外部无法卸载(只能通过管理功&lt;img src =&quot;http://blog.csdn.net/akirya/aggbug/4263526.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;img src=&quot;http://www1.feedsky.com/t1/236147463/akirya/csdn.net/s.gif?r=http://blog.csdn.net/akirya/archive/2009/06/12/4263526.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/akirya/236147463/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/akirya/236147463/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Fri, 12 Jun 2009 21:01:00 +0800</pubDate><comments>http://blog.csdn.net/akirya/archive/2009/06/12/4263526.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/akirya/archive/2009/06/12/4263526.aspx</guid><fs:srclink>http://blog.csdn.net/akirya/archive/2009/06/12/4263526.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/akirya/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/akirya/~1151106/236147463/1151093</fs:itemid></item><item><title>构造函数的 function try block ( C++ )</title><link>http://blog.csdn.net/akirya/archive/2009/06/11/4260423.aspx</link><wfw:comment>http://blog.csdn.net/akirya/comments/4260423.aspx</wfw:comment><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/akirya/comments/commentRss/4260423.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=4260423</trackback:ping><description>#include
using namespace std;

class Mem
{
public:
    Mem() {
        puts( &quot;Mem::Mem&quot; );
    }
    Mem( int n ) {
        puts( &quot;Mem::Mem(int n)&quot; );
        throw std::exception( &quot;一个异常&quot; );
    }
    ~Mem() {
        puts( &quot;Mem::~Mem&quot; );
    }
};

class test
{
    Mem *mObj1;
    Mem mObj2;
public :

test( int n )try://function try block如果构造函数初始化列表中的异常也能够捕获,
//不过会在catch中自动重新抛出异常,原因就是初始化列表中有错误的话,就代表某个成员未构造成功,
//那么对象也一定不能构造成功.如果不重新抛出则就能使用未构造成功的对象,显然是不合理的。
        mObj&lt;img src =&quot;http://blog.csdn.net/akirya/aggbug/4260423.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;img src=&quot;http://www1.feedsky.com/t1/236147464/akirya/csdn.net/s.gif?r=http://blog.csdn.net/akirya/archive/2009/06/11/4260423.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/akirya/236147464/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/akirya/236147464/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Thu, 11 Jun 2009 22:12:00 +0800</pubDate><comments>http://blog.csdn.net/akirya/archive/2009/06/11/4260423.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/akirya/archive/2009/06/11/4260423.aspx</guid><fs:srclink>http://blog.csdn.net/akirya/archive/2009/06/11/4260423.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/akirya/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/akirya/~1151106/236147464/1151093</fs:itemid></item><item><title>最近最搞笑的新闻（绿坝花季）</title><link>http://blog.csdn.net/akirya/archive/2009/06/10/4259110.aspx</link><wfw:comment>http://blog.csdn.net/akirya/comments/4259110.aspx</wfw:comment><slash:comments>2</slash:comments><wfw:commentRss>http://blog.csdn.net/akirya/comments/commentRss/4259110.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=4259110</trackback:ping><description>先看看新闻：  工信部：7月1日起新售电脑将预装上网过滤软件  一句话描述内容:7月1日以后，在我国境内生产销售的计算机出厂前将预装一款名为“绿坝-花季护航”(软件下载)的绿色上网过滤软件，而进口计算机在我国销售前也将预装该软件。  绿坝花季护航过滤软件评测试用  这里贴出评测评价：  四、测试总结   1、该软件默认情况下不拦截色情图片，需要打开该软件进行设置才能开启。   2、软件默认开启文字分析过滤功能，但在搜索引擎中输入一些有可能搜索到色情信息的文字并未被拦截。   3、开启色情图片拦截后，在百度中搜索打开张筱雨人体艺术图片会导致浏览器自动关闭。   4、软件是可以卸载的，但在“开始菜单”及“控制面板”中无卸载项，必须打开绿坝花季护航主界面在其中找到卸载菜单才可以卸载（具有管理权限，需要密码），卸载过程中出现一些异常情，需要多试几次才能卸载得了。   5、卸载完后经观察，无残留启动项和系统服务。   优点：功能强大，具备不良信息过滤、限制上网时间、限制聊天、限制游戏、查看上网记录及监控屏幕等功能，对色情类“不良信息”的网页判断较准。   缺点：卡巴斯基报安全威胁、外部无法卸载(&lt;img src =&quot;http://blog.csdn.net/akirya/aggbug/4259110.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;img src=&quot;http://www1.feedsky.com/t1/236147465/akirya/csdn.net/s.gif?r=http://blog.csdn.net/akirya/archive/2009/06/10/4259110.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/akirya/236147465/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/akirya/236147465/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Thu, 11 Jun 2009 07:00:00 +0800</pubDate><comments>http://blog.csdn.net/akirya/archive/2009/06/10/4259110.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/akirya/archive/2009/06/10/4259110.aspx</guid><fs:srclink>http://blog.csdn.net/akirya/archive/2009/06/10/4259110.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/akirya/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/akirya/~1151106/236147465/1151093</fs:itemid></item><item><title>我看MFC</title><link>http://blog.csdn.net/akirya/archive/2009/06/10/4258531.aspx</link><wfw:comment>http://blog.csdn.net/akirya/comments/4258531.aspx</wfw:comment><slash:comments>35</slash:comments><wfw:commentRss>http://blog.csdn.net/akirya/comments/commentRss/4258531.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=4258531</trackback:ping><description>最近不知道怎么回事，在csdn论坛上看到了若干唱衰MFC的帖子，就此我也就说说我的看法。  MFC的设计烂么？MFC诞生于1992年，第一次出现是在Microsoft(R) C/C++, Version 7.0中，那时候的C++编译器功能很弱（不支持dynamic_cast），机器配置也很低。所以MFC中有着大量的宏来实现的功能，动态创建、动态识别、消息映射表等等。mfc1.0版到现在的9.0版结构上几乎没有什么大的变动，可见MFC设计的非常优秀。也许有人会说，现在硬件啥的都更新换代了，MFC早该重新设计了。该不该重新设计？如果我有权决定的话我也不会选择重写而是选择去完善它。MFC已经使用了这么多年，已经很成熟了，Bug少，遇见问题基本上都能搜索到。重新设计的话不免会遇到不兼容就版本的代码，从而造成推广困难。从使用因素上来讲我也会选择使用MFC，方便、快速、问题少。  MFC做出来界面难看么？微软也意识到这一点，在VC9+SP1中集成了了一个有名的BCG库。如果不满意尽可选择其他基于MFC界面库。第三方商业库也很多。例如Xtreme Toolkit Pro 。相信VC10中MFC做出来&lt;img src =&quot;http://blog.csdn.net/akirya/aggbug/4258531.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;img src=&quot;http://www1.feedsky.com/t1/236147466/akirya/csdn.net/s.gif?r=http://blog.csdn.net/akirya/archive/2009/06/10/4258531.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/akirya/236147466/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/akirya/236147466/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Thu, 11 Jun 2009 02:45:00 +0800</pubDate><comments>http://blog.csdn.net/akirya/archive/2009/06/10/4258531.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/akirya/archive/2009/06/10/4258531.aspx</guid><fs:srclink>http://blog.csdn.net/akirya/archive/2009/06/10/4258531.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/akirya/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/akirya/~1151106/236147466/1151093</fs:itemid></item><item><title>GCC扩展 __attribute__</title><link>http://blog.csdn.net/akirya/archive/2009/06/08/4252825.aspx</link><wfw:comment>http://blog.csdn.net/akirya/comments/4252825.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/akirya/comments/commentRss/4252825.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=4252825</trackback:ping><description>#include

void func()__attribute__ (( constructor ));//构造属性
void func2()__attribute__ (( destructor ));//析构属性

void func()
{
    printf(&quot;constructor\n&quot;);
}
void func2()
{
    printf(&quot;destructor\n&quot;);
}

void func2() __attribute__ ((section(&quot;Section&quot;)));
void func2() __attribute__ ((dllexport));//导出
//void func2() __attribute__ ((dllimport));//导入
char sz[100] __attribute__((section(&quot;String&quot;))) = &quot;abdfefadf&quot;;
int Integer __attribute__((section(&quot;Integer&quot;),shared)) = 0;//共享数据,程序运行&lt;img src =&quot;http://blog.csdn.net/akirya/aggbug/4252825.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;img src=&quot;http://www1.feedsky.com/t1/236147467/akirya/csdn.net/s.gif?r=http://blog.csdn.net/akirya/archive/2009/06/08/4252825.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/akirya/236147467/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/akirya/236147467/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Tue, 09 Jun 2009 05:56:00 +0800</pubDate><comments>http://blog.csdn.net/akirya/archive/2009/06/08/4252825.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/akirya/archive/2009/06/08/4252825.aspx</guid><fs:srclink>http://blog.csdn.net/akirya/archive/2009/06/08/4252825.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/akirya/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/akirya/~1151106/236147467/1151093</fs:itemid></item><item><title>CSDN 学生大本营</title><link>http://blog.csdn.net/akirya/archive/2009/05/25/4213593.aspx</link><wfw:comment>http://blog.csdn.net/akirya/comments/4213593.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/akirya/comments/commentRss/4213593.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=4213593</trackback:ping><description>http://student.csdn.net/invite.php?u=39102&amp;c=ec4f45ddf111b2c6CSDN搞的 SNS社区&lt;img src =&quot;http://blog.csdn.net/akirya/aggbug/4213593.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;img src=&quot;http://www1.feedsky.com/t1/236147468/akirya/csdn.net/s.gif?r=http://blog.csdn.net/akirya/archive/2009/05/25/4213593.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/akirya/236147468/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/akirya/236147468/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Mon, 25 May 2009 17:42:00 +0800</pubDate><comments>http://blog.csdn.net/akirya/archive/2009/05/25/4213593.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/akirya/archive/2009/05/25/4213593.aspx</guid><fs:srclink>http://blog.csdn.net/akirya/archive/2009/05/25/4213593.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/akirya/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/akirya/~1151106/236147468/1151093</fs:itemid></item><item><title>HOOK COM</title><link>http://blog.csdn.net/akirya/archive/2009/04/13/4070681.aspx</link><wfw:comment>http://blog.csdn.net/akirya/comments/4070681.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/akirya/comments/commentRss/4070681.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=4070681</trackback:ping><description>在BHO中 hook Navigate和Navigate2的方法。&lt;img src =&quot;http://blog.csdn.net/akirya/aggbug/4070681.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/akirya/236147469/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/akirya/236147469/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Tue, 14 Apr 2009 04:24:00 +0800</pubDate><author>韩卫平</author><comments>http://blog.csdn.net/akirya/archive/2009/04/13/4070681.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/akirya/archive/2009/04/13/4070681.aspx</guid><dc:creator>韩卫平</dc:creator><fs:srclink>http://blog.csdn.net/akirya/archive/2009/04/13/4070681.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/akirya/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/akirya/~1151106/236147469/1151093</fs:itemid></item><item><title>STL实现的一个Bug</title><link>http://blog.csdn.net/akirya/archive/2009/04/11/4065749.aspx</link><wfw:comment>http://blog.csdn.net/akirya/comments/4065749.aspx</wfw:comment><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/akirya/comments/commentRss/4065749.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=4065749</trackback:ping><description>VC6 GCC4.2.1使用的STL中vector insert存在BUG&lt;img src =&quot;http://blog.csdn.net/akirya/aggbug/4065749.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/akirya/236147470/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/akirya/236147470/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Sun, 12 Apr 2009 06:28:00 +0800</pubDate><author>韩卫平</author><comments>http://blog.csdn.net/akirya/archive/2009/04/11/4065749.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/akirya/archive/2009/04/11/4065749.aspx</guid><dc:creator>韩卫平</dc:creator><fs:srclink>http://blog.csdn.net/akirya/archive/2009/04/11/4065749.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/akirya/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/akirya/~1151106/236147470/1151093</fs:itemid></item></channel></rss>