<?xml version="1.0" encoding="gb2312"?>
<rss version="2.0">
<channel>
<title><![CDATA[Share For Forever]]></title>
        <image>
        <title>http://hi.baidu.com</title>
        <link>http://hi.baidu.com</link>
        <url>http://img.baidu.com/img/logo-hi.gif</url>
        </image>
<description><![CDATA[]]></description>
<link>http://hi.baidu.com/jackflit</link>
<language>zh-cn</language>
<generator>www.baidu.com</generator>
<ttl>5</ttl>


<item>
        <title><![CDATA[黑暗契约]]></title>
        <link><![CDATA[http://hi.baidu.com/jackflit/blog/item/faff8d2d4d2aa93e349bf7d6.html]]></link>
        <description><![CDATA[
		
		<p>终于不需要激活码了</p>
<p>这款游戏，除了单一的美术元素比较精细。其它方面一无是处。</p>
<p>画面整体感差，手感差，实时移动战斗都感觉很差。</p>
<p>玩起来，似乎比战斧OL要差。</p> 
		
		<br/><b>类别：</b><a href="http://hi.baidu.com/jackflit/blog/category/Flash">Flash</a>&nbsp;<a href="http://hi.baidu.com/jackflit/blog/item/faff8d2d4d2aa93e349bf7d6.html#comment">查看评论</a>]]></description>
        <pubDate>2009-10-30  09:20</pubDate>
        <category><![CDATA[Flash]]></category>
        <author><![CDATA[jackflit]]></author>
		<guid>http://hi.baidu.com/jackflit/blog/item/faff8d2d4d2aa93e349bf7d6.html</guid>
</item>

<item>
        <title><![CDATA[Adobe(Flash)支持3D的遐想]]></title>
        <link><![CDATA[http://hi.baidu.com/jackflit/blog/item/102411012454a809728da512.html]]></link>
        <description><![CDATA[
		
		<p>不做3D的理由：没有3D相关的产品线，不能从Flash支持3D中直接收益。</p>
<p>做3D的理由：收购Macromedia的时候有个Director产品，支持3D，收购之后有一点点小动作，让这个产品增加了Mac的支持，支持了DX9，支持了物理引擎，支持了JS，支持了SWF，也就是Adobe有了一款跨平台的支持3D的开发工具和播放器。Director是一个猛兽，可能是一个比Flash更加凶猛，Adobe要驯服它需要更多的时间，也许Director会是一个独立的Flash 3D版本，支持Flash和所有3D相关。</p>
<p>支持3D的遐想：</p>
<p>1. 收购Audodesk，或者收购其它任何一家3D工</p> <a href="http://hi.baidu.com/jackflit/blog/item/102411012454a809728da512.html">阅读全文</a>
		
		<br/><b>类别：</b><a href="http://hi.baidu.com/jackflit/blog/category/Flash">Flash</a>&nbsp;<a href="http://hi.baidu.com/jackflit/blog/item/102411012454a809728da512.html#comment">查看评论</a>]]></description>
        <pubDate>2009-10-17  20:32</pubDate>
        <category><![CDATA[Flash]]></category>
        <author><![CDATA[jackflit]]></author>
		<guid>http://hi.baidu.com/jackflit/blog/item/102411012454a809728da512.html</guid>
</item>

<item>
        <title><![CDATA[POPCAPFramework(SexyApp)对中文的支持]]></title>
        <link><![CDATA[http://hi.baidu.com/jackflit/blog/item/cce83a58feb68dd49d820414.html]]></link>
        <description><![CDATA[
		
		<p>注意项目编译选项：使用MBCS和_USE_WIDE_STRING</p>
<p>设置了这两个选项，所有默认的std::string都是本地编码的多字节字符串，SexyString是utf16编码的宽字符字符串</p>
<p>SexyApp内部对中文的处理是针对wstring的，因此可以认为基本没有问题，只需要修改显示相关代码和字符串的入口代码即可，举几个例子</p>
<p>1. 字体</p>
<p>默认的SysFont用的是ANSI_CHARSET，会导致无论创建什么中文字体都是宋体，需要将ANSI_CHARSET改为GB2312_CHARSET，这样设置的字体才有效</p>
<p>2. 中文输入</p>
<p>比如EditWidget中，处理paste的</p> <a href="http://hi.baidu.com/jackflit/blog/item/cce83a58feb68dd49d820414.html">阅读全文</a>
		
		<br/><b>类别：</b><a href="http://hi.baidu.com/jackflit/blog/category/%BC%BC%CA%F5">技术</a>&nbsp;<a href="http://hi.baidu.com/jackflit/blog/item/cce83a58feb68dd49d820414.html#comment">查看评论</a>]]></description>
        <pubDate>2009-10-05  16:42</pubDate>
        <category><![CDATA[技术]]></category>
        <author><![CDATA[jackflit]]></author>
		<guid>http://hi.baidu.com/jackflit/blog/item/cce83a58feb68dd49d820414.html</guid>
</item>

<item>
        <title><![CDATA[VB6无法使用IE控件的解决方案]]></title>
        <link><![CDATA[http://hi.baidu.com/jackflit/blog/item/4c2e7c3f363343cb7c1e713c.html]]></link>
        <description><![CDATA[
		
		<p>最近若干台机器调试一个VB6程序，愣是没有一台跑起来。各种奇怪问题。</p>
<p>比如下面这个奇怪的对话框便是其中之一。</p>
<p>---------------------------<br>
Microsoft Visual Basic<br>
---------------------------<br>
File not found: 'C:\WINDOWS\system32\ieframe.dll\1'<br>
---------------------------<br>
确定&nbsp;&nbsp;  帮助&nbsp;&nbsp;  <br>
---------------------------</p>
<p>问题据种种迹象推断，是VB6太老了，微软已经不支持了，一个IDE用了10多年，已经是奇迹了。VB6与IE8(IE7可能也存在)有些不可调</p> <a href="http://hi.baidu.com/jackflit/blog/item/4c2e7c3f363343cb7c1e713c.html">阅读全文</a>
		
		<br/><b>类别：</b><a href="http://hi.baidu.com/jackflit/blog/category/%BC%BC%CA%F5">技术</a>&nbsp;<a href="http://hi.baidu.com/jackflit/blog/item/4c2e7c3f363343cb7c1e713c.html#comment">查看评论</a>]]></description>
        <pubDate>2009-09-01  12:42</pubDate>
        <category><![CDATA[技术]]></category>
        <author><![CDATA[jackflit]]></author>
		<guid>http://hi.baidu.com/jackflit/blog/item/4c2e7c3f363343cb7c1e713c.html</guid>
</item>

<item>
        <title><![CDATA[mysqlreport]]></title>
        <link><![CDATA[http://hi.baidu.com/jackflit/blog/item/ba02ee2322e4495b9822eda0.html]]></link>
        <description><![CDATA[
		
		mysql 监控利器
http://hackmysql.com/mysqlreportguide
http://hackmysql.com/live_mysqlreport

 
		
		<br/><b>类别：</b><a href="http://hi.baidu.com/jackflit/blog/category/%BC%BC%CA%F5">技术</a>&nbsp;<a href="http://hi.baidu.com/jackflit/blog/item/ba02ee2322e4495b9822eda0.html#comment">查看评论</a>]]></description>
        <pubDate>2009-08-27  09:54</pubDate>
        <category><![CDATA[技术]]></category>
        <author><![CDATA[jackflit]]></author>
		<guid>http://hi.baidu.com/jackflit/blog/item/ba02ee2322e4495b9822eda0.html</guid>
</item>

<item>
        <title><![CDATA[vista下nsis卸载程序无法卸载干净的解决方案]]></title>
        <link><![CDATA[http://hi.baidu.com/jackflit/blog/item/ddb611122fc369c7c3fd7894.html]]></link>
        <description><![CDATA[
		
		NSIS Vista 权限问题解决方案

使用这个命令：RequestExecutionLevel 
可取的值有：none|user|highest|admin 

例：RequestExecutionLevel admin

以下是详细说明： 

指定在 Windows Vista 下安装程序需要的执行级别。设定的级别值将被内嵌到安装/卸载程序的 XML Manfest 中，告诉 Vista（或以后其他合适版本的 Windows）安装程序需要什么样的权限级...

Shortcuts removal fails on Windows Vista
Windows Vista automatically identifies installer executables, including NSIS installers, and asks the user permission to run th <a href="http://hi.baidu.com/jackflit/blog/item/ddb611122fc369c7c3fd7894.html">阅读全文</a>
		
		<br/><b>类别：</b><a href="http://hi.baidu.com/jackflit/blog/category/%BC%BC%CA%F5">技术</a>&nbsp;<a href="http://hi.baidu.com/jackflit/blog/item/ddb611122fc369c7c3fd7894.html#comment">查看评论</a>]]></description>
        <pubDate>2009-08-11  15:32</pubDate>
        <category><![CDATA[技术]]></category>
        <author><![CDATA[jackflit]]></author>
		<guid>http://hi.baidu.com/jackflit/blog/item/ddb611122fc369c7c3fd7894.html</guid>
</item>

<item>
        <title><![CDATA[svn log options]]></title>
        <link><![CDATA[http://hi.baidu.com/jackflit/blog/item/5026cd3819c78d2a97ddd8a4.html]]></link>
        <description><![CDATA[
		
		svn log --xml -v -r fromRev:toRev 输出指定时间的log

svn log -v --xml -r {2007-02-19}:{2007-02-12} &gt; log.xml 
		
		<br/><b>类别：</b><a href="http://hi.baidu.com/jackflit/blog/category/%C4%AC%C8%CF%B7%D6%C0%E0">默认分类</a>&nbsp;<a href="http://hi.baidu.com/jackflit/blog/item/5026cd3819c78d2a97ddd8a4.html#comment">查看评论</a>]]></description>
        <pubDate>2009-06-23  17:03</pubDate>
        <category><![CDATA[默认分类]]></category>
        <author><![CDATA[jackflit]]></author>
		<guid>http://hi.baidu.com/jackflit/blog/item/5026cd3819c78d2a97ddd8a4.html</guid>
</item>

<item>
        <title><![CDATA[信长之野望]]></title>
        <link><![CDATA[http://hi.baidu.com/jackflit/blog/item/c0090c0ffe0ffee4aa6457c0.html]]></link>
        <description><![CDATA[
		
		<p><a href="http://www.sekigun.com/literature/yuanchuang/xzzyw.htm">http://www.sekigun.com/literature/yuanchuang/xzzyw.htm</a></p>
<p>这里有一些相关文章，包括游戏和历史的分析</p> 
		
		<br/><b>类别：</b><a href="http://hi.baidu.com/jackflit/blog/category/%D3%CE%CF%B7">游戏</a>&nbsp;<a href="http://hi.baidu.com/jackflit/blog/item/c0090c0ffe0ffee4aa6457c0.html#comment">查看评论</a>]]></description>
        <pubDate>2009-06-15  09:39</pubDate>
        <category><![CDATA[游戏]]></category>
        <author><![CDATA[jackflit]]></author>
		<guid>http://hi.baidu.com/jackflit/blog/item/c0090c0ffe0ffee4aa6457c0.html</guid>
</item>

<item>
        <title><![CDATA[图片反向搜索引擎]]></title>
        <link><![CDATA[http://hi.baidu.com/jackflit/blog/item/0a49dec6f584cc129c163d7f.html]]></link>
        <description><![CDATA[
		
		<p>tineye</p>
<p>上传一张图片，可以搜索到包含类似图片的url</p>
<p> </p> 
		
		<br/><b>类别：</b><a href="http://hi.baidu.com/jackflit/blog/category/%C4%AC%C8%CF%B7%D6%C0%E0">默认分类</a>&nbsp;<a href="http://hi.baidu.com/jackflit/blog/item/0a49dec6f584cc129c163d7f.html#comment">查看评论</a>]]></description>
        <pubDate>2009-06-13  20:35</pubDate>
        <category><![CDATA[默认分类]]></category>
        <author><![CDATA[jackflit]]></author>
		<guid>http://hi.baidu.com/jackflit/blog/item/0a49dec6f584cc129c163d7f.html</guid>
</item>

<item>
        <title><![CDATA[Java调用Word宏的方法(com4j vs jacob)]]></title>
        <link><![CDATA[http://hi.baidu.com/jackflit/blog/item/31be3f2b67f0c3f2e7cd40c3.html]]></link>
        <description><![CDATA[
		
		<p>最近程序需要一个简体中文到繁体中文转换的功能，于是准备使用Word自带的简繁自动转换来完成这个过程。正好前一阵子研究过Java所有主流的Native调用库，于是选择了com4j。</p>
<p>选择com4j的原因很简单，该项目位于dev.java.net，有点官方血统，品质有保障，之前用过jna，也非常不错。</p>
<p>网上比较多的是用jacob，这个很多年前用过，这次主要是想尝试com4j，因此就没有尝试Jacob。</p>
<p>具体过程</p>
<p>1. 录制word宏，保存到一个《简转繁.doc》文件。宏取名gb2big5</p>
<p>Sub gb2big5()<br>
'<br>
' gb2big5 Macro<br></p> <a href="http://hi.baidu.com/jackflit/blog/item/31be3f2b67f0c3f2e7cd40c3.html">阅读全文</a>
		
		<br/><b>类别：</b><a href="http://hi.baidu.com/jackflit/blog/category/Java">Java</a>&nbsp;<a href="http://hi.baidu.com/jackflit/blog/item/31be3f2b67f0c3f2e7cd40c3.html#comment">查看评论</a>]]></description>
        <pubDate>2009-06-09  14:55</pubDate>
        <category><![CDATA[Java]]></category>
        <author><![CDATA[jackflit]]></author>
		<guid>http://hi.baidu.com/jackflit/blog/item/31be3f2b67f0c3f2e7cd40c3.html</guid>
</item>


</channel>
</rss>