<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[向东博客 专注WEB应用 构架之美 --- 构架之美，在于尽态极妍 | 应用之美，在于药到病除]]></title> 
<link>http://jackxiang.com/index.php</link> 
<description><![CDATA[赢在IT，Playin' with IT,Focus on Killer Application,Marketing Meets Technology.]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[向东博客 专注WEB应用 构架之美 --- 构架之美，在于尽态极妍 | 应用之美，在于药到病除]]></copyright>
<item>
<link>http://jackxiang.com/post//</link>
<title><![CDATA[ctags 插件 E433:No tags file tag not found:的问题]]></title> 
<author>jack &lt;xdy108@126.com&gt;</author>
<category><![CDATA[Php/Js/Shell/Go]]></category>
<pubDate>Tue, 03 Jul 2012 11:01:15 +0000</pubDate> 
<guid>http://jackxiang.com/post//</guid> 
<description>
<![CDATA[ 
	想对Php代码作跳转，其实有一个叫openctags的插件生成一个openctags.tags的，可以用在Editplust里，跳转还不错。<br/>我在Linux的生产环境下，执行：<br/><textarea name="code" class="php" rows="15" cols="100">
ctags -R *&nbsp;&nbsp;//生成了ctags文件
set tags=/data/adc/tags
</textarea><br/>如果是openctags则直接也可以在vim里命令行设定：<br/><textarea name="code" class="php" rows="15" cols="100">
set tags=/data/adc/openctags.tags
</textarea><br/>找到了 ctags 中文手册：<br/>&nbsp;&nbsp;&nbsp;&nbsp;使用 ctags 命令生成 tags 文件 （我生成了 VS 的整个 Solution）<br/>&nbsp;&nbsp;&nbsp;&nbsp;使用 vi 能够找到生成的 tags 文件（修改 _vimrc 文件，增加 set tags=文件完整路径，就可以找到生成的文件了）<br/>&nbsp;&nbsp;&nbsp;&nbsp;使用 CTRL + ] 或 CTRL + T 就可以跳转了（可以在方法间跳转，无法转到变量的定义处）<br/>
]]>
</description>
</item><item>
<link>http://jackxiang.com/post//#blogcomment</link>
<title><![CDATA[[评论] ctags 插件 E433:No tags file tag not found:的问题]]></title> 
<author> &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate> 
<guid>http://jackxiang.com/post//#blogcomment</guid> 
<description>
<![CDATA[ 
	
]]>
</description>
</item>
</channel>
</rss>