<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>I&#039;m qiqiboy ! &#187; Tools</title>
	<atom:link href="http://www.qiqiboy.com/cats/tools/feed" rel="self" type="application/rss+xml" />
	<link>http://www.qiqiboy.com</link>
	<description>一个very朝气的小孩子...</description>
	<lastBuildDate>Wed, 18 Jan 2012 03:32:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>关于windows live writer代码高亮插件&#8212;&#8212;Code Snippet</title>
		<link>http://www.qiqiboy.com/2010/10/07/highlight-the-code-on-the-windows-live-writer-plug-ins-code-snippet-2.html</link>
		<comments>http://www.qiqiboy.com/2010/10/07/highlight-the-code-on-the-windows-live-writer-plug-ins-code-snippet-2.html#comments</comments>
		<pubDate>Thu, 07 Oct 2010 14:00:32 +0000</pubDate>
		<dc:creator>qiqiboy</dc:creator>
				<category><![CDATA[windows]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[writer]]></category>
		<category><![CDATA[代码]]></category>
		<category><![CDATA[插件]]></category>

		<guid isPermaLink="false">http://www.qiqiboy.com/2010/10/07/highlight-the-code-on-the-windows-live-writer-plug-ins-code-snippet-2.html</guid>
		<description><![CDATA[<p>中间的是html注释，是不在页面上显示的。原来之前遇到插件生成的高亮代码的偶数行比奇数行高，都是这对&#60;p&#62;标签在搞怪。。。而我使用margin负值来强制偶数行与奇数行一样高，结果在ajaxPaled下没有了这个&#60;p&#62;标签干扰，所以反而使得两行两行的都挤在了一块。</p>

<p>ajaxPaled是通过ajax方式请求文章内容，文章内容使用然后通过JS显示的，而其他主题都是使用wordpress的the_content()函数直接输出的，所以我怀疑之所以多出这么个空标签，应该是wordpress在处理内容输出时自动给加上的。不过这个也好办，直接通过对the_content使用勾子过滤掉这些标签就行了。 </p><img style="margin: ; padding-left: ; padding-right: ; display: inline; padding-top: " title="4556" alt="4556" src="http://www.qiqiboy.com/wp-content/uploads/2010/3b06df36f7c7_12DB0/4556.png" width="636" height="443" />]]></description>
			<content:encoded><![CDATA[<p>MSN空间已经遭废弃，用户被赶往wordpress，微软刚刚发布的live套件中的writer也已经将wordpress设为默认blog发布地址。虽然这里的wordpress是指wordpress.com的wp博客，并不是我们使用wordpress程序搭建的博客，但是wlw与wordpress程序对于XML-RPC发布协议的良好支持使得wlw配置相当简单，目前来说甚至只需输入博客地址和用户名、密码，就可以自动完成检测、配置工作。</p>
<p>当然，我现在不是来讲如何使用wlw的，我要说的是wlw的一个插件——Code Snippet。这是一个代码高亮插件（其实高亮功能很弱），我从开始使用wlw写博就开始使用这个插件了。但是我一直发现存在一个问题，那就是这个插件默认的生成的代码格式在博客上显示并不是很整齐，偶数行明显的高度比奇数行高。。还好，这个Code Snippet支持自定义代码样式，所以我就通过修改插件配置，使得偶数行通过margin-top设置一个负数值来使得偶数行和奇数行变得一样高。</p>
<p>  <span id="more-2540"></span>
<p>如果我不折腾<a href="http://www.qiqiboy.com/?preview_theme1=ajaxPaled" target="_blank">ajaxPaled</a>这个主题，也许以上我修改过的Code Snippet插件就可以很好的继续使用了。但是正是我折腾了ajaxPaled，我才发现之前博客中所贴的代码在ajaxPaled下都挤作了一团。我通过查看网页源码，发现原来是其他主题下的代码偶数行比ajaxPlaed下的多了一串空的&lt;p&gt;标签: </p>
<div style="border-bottom: silver 1px solid; text-align: left; border-left: silver 1px solid; padding-bottom: 4px; line-height: 12pt; background-color: #f4f4f4; margin: 20px 0px 10px; padding-left: 4px; width: 97.5%; padding-right: 4px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; font-size: 8pt; overflow: auto; border-top: silver 1px solid; cursor: text; border-right: silver 1px solid; padding-top: 4px" id="codeSnippetWrapper">
<div style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; background-color: #f4f4f4; border-left-style: none; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; border-right-style: none; font-size: 8pt; overflow: visible; padding-top: 0px" id="codeSnippet">
<pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; background-color: white; margin: 0px; border-left-style: none; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; border-right-style: none; font-size: 8pt; overflow: visible; padding-top: 0px"><span style="color: #0000ff">&lt;</span><span style="color: #800000">p</span><span style="color: #0000ff">&gt;&lt;!</span><span style="color: #800000">--CRLF--</span><span style="color: #0000ff">&gt;&lt;/</span><span style="color: #800000">p</span><span style="color: #0000ff">&gt;</span></pre>
</div>
</div>
<p>中间的是html注释，是不在页面上显示的。原来之前遇到插件生成的高亮代码的偶数行比奇数行高，都是这对&lt;p&gt;标签在搞怪。。。而我使用margin负值来强制偶数行与奇数行一样高，结果在ajaxPaled下没有了这个&lt;p&gt;标签干扰，所以反而使得两行两行的都挤在了一块。</p>
<p>ajaxPaled是通过ajax方式请求文章内容，文章内容使用然后通过JS显示的，而其他主题都是使用wordpress的the_content()函数直接输出的，所以我怀疑之所以多出这么个空标签，应该是wordpress在处理内容输出时自动给加上的。不过这个也好办，直接通过对the_content使用勾子过滤掉这些标签就行了。 </p>
<div style="border-bottom: silver 1px solid; text-align: left; border-left: silver 1px solid; padding-bottom: 4px; line-height: 12pt; background-color: #f4f4f4; margin: 20px 0px 10px; padding-left: 4px; width: 97.5%; padding-right: 4px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; font-size: 8pt; overflow: auto; border-top: silver 1px solid; cursor: text; border-right: silver 1px solid; padding-top: 4px" id="codeSnippetWrapper">
<div style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; background-color: #f4f4f4; border-left-style: none; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; border-right-style: none; font-size: 8pt; overflow: visible; padding-top: 0px" id="codeSnippet">
<pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; background-color: white; margin: 0px; border-left-style: none; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; border-right-style: none; font-size: 8pt; overflow: visible; padding-top: 0px"><span style="color: #0000ff">function</span> filter_code_snippet($content){</pre>

<pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; background-color: #f4f4f4; margin: 0px; border-left-style: none; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; border-right-style: none; font-size: 8pt; overflow: visible; padding-top: 0px">    $content = str_replace(<span style="color: #006080">'&lt;p&gt;&lt;!--CRLF--&gt;&lt;/p&gt;'</span>, <span style="color: #006080">''</span>, $content);</pre>

<pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; background-color: white; margin: 0px; border-left-style: none; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; border-right-style: none; font-size: 8pt; overflow: visible; padding-top: 0px">    <span style="color: #0000ff">return</span> $content;</pre>

<pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; background-color: #f4f4f4; margin: 0px; border-left-style: none; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; border-right-style: none; font-size: 8pt; overflow: visible; padding-top: 0px">}</pre>

<pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; background-color: white; margin: 0px; border-left-style: none; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; border-right-style: none; font-size: 8pt; overflow: visible; padding-top: 0px">add_filter(<span style="color: #006080">'the_content'</span>, <span style="color: #006080">'filter_code_snippet'</span>);</pre>
</div>
</div>
<p>然后就不会再在页面上输出那对蛋疼的&lt;p&gt;标签了。</p>
<p>我将Code Snippet的样式设置恢复默认，重新生成高亮代码，发布后一看，果然行行整齐，ajaxPaled和SimPaled下都表现一致了。<img style="margin: ; padding-left: ; padding-right: ; display: inline; padding-top: " title="4556" alt="4556" src="http://www.qiqiboy.com/wp-content/uploads/2010/3b06df36f7c7_12DB0/4556.png" width="636" height="443" /></p>
<ul class="related_post"><li><img src="http://www.qiqiboy.com/wp-content/themes/windPaled/timthumb.php?src=http://www.qiqiboy.com/wp-content/uploads/2010/WP-Enjoy-Reading-_CDC6/wp-enjoy-reading.jpg&amp;h=100&amp;w=100&amp;zc=1" alt="WP Enjoy Reading 代码注释，看这儿" class="thumb" /><a href="http://www.qiqiboy.com/2010/10/18/wp-enjoy-reading-the-code-comments-see-here.html" title="WP Enjoy Reading 代码注释，看这儿">WP Enjoy Reading 代码注释，看这儿</a> (59)</li><li><img src="http://www.qiqiboy.com/wp-content/themes/windPaled/timthumb.php?src=http://www.qiqiboy.com/wp-content/uploads/2011/06/5.png&amp;h=100&amp;w=100&amp;zc=1" alt="wordpress的微博时间显示方法" class="thumb" /><a href="http://www.qiqiboy.com/2011/06/10/sina-weibo-timestamp-function-2.html" title="wordpress的微博时间显示方法">wordpress的微博时间显示方法</a> (18)</li><li><img src="http://www.qiqiboy.com/wp-content/themes/windPaled/timthumb.php?src=http://www.qiqiboy.com/wp-content/uploads/2011/04/smc-plugin.gif&amp;h=100&amp;w=100&amp;zc=1" alt="Social Medias Connect V1.3发布 新增图片同步" class="thumb" /><a href="http://www.qiqiboy.com/2011/04/21/social-medias-connect-v1-3.html" title="Social Medias Connect V1.3发布 新增图片同步">Social Medias Connect V1.3发布 新增图片同步</a> (25)</li><li><img src="http://www.qiqiboy.com/wp-content/themes/windPaled/timthumb.php?src=http://www.qiqiboy.com/wp-content/uploads/2011/02/confirm.png&amp;h=100&amp;w=100&amp;zc=1" alt="javascript自定义Dialog对话框(alert, confirm, prompt) -- (一)" class="thumb" /><a href="http://www.qiqiboy.com/2011/02/22/custom-javascript-dialog-alert-prompt.html" title="javascript自定义Dialog对话框(alert, confirm, prompt) &#8212; (一)">javascript自定义Dialog对话框(alert, confirm, prompt) &#8212; (一)</a> (31)</li><li class="last"><img src="http://www.qiqiboy.com/wp-content/themes/windPaled/timthumb.php?src=http://www.qiqiboy.com/wp-content/uploads/2010/10/sc.png&amp;h=100&amp;w=100&amp;zc=1" alt="【插件更新】WP Enjoy Reading更新1.2，新增炫彩换肤功能" class="thumb" /><a href="http://www.qiqiboy.com/2010/10/31/wp-enjoy-reading-update-1-2.html" title="【插件更新】WP Enjoy Reading更新1.2，新增炫彩换肤功能">【插件更新】WP Enjoy Reading更新1.2，新增炫彩换肤功能</a> (41)</li></ul><p><strong>声明:</strong> 本站遵循 <a href="http:\/\/creativecommons.org/licenses/by-nc-sa/3.0/">署名-非商业性使用-相同方式共享 3.0</a> 共享协议. 转载请注明转自 <a href="http://www.qiqiboy.com">I'm qiqiboy !</a> </p> <p>本文地址: <a href="http://qiqi.boy.im/8z">http://qiqi.boy.im/8z<a></p><span style="background:#cc5566;color:#fffff;"><h4>Look, this post is replyed so hot, let's go O(∩_∩)O~.</h4></span><h3>Related comments</h3><ul><li>2011年12月9日, <a href="http://www.qiqiboy.com/2010/10/07/highlight-the-code-on-the-windows-live-writer-plug-ins-code-snippet-2.html#comment-16313">悲催的Code Snippet | The Jie&#039;s World</a> say: [...] 刚开始用的时候也是发现这个插件的偶数行要比奇数行高出很多，后来看了关于windows live writer代码高亮插件——Code Snippet，发现是&lt;!&#8211;CRLF&#8211;&gt;注释的问题，去掉这个果然就好了。 [...]</li><li>2011年11月17日, <a href="http://www.qiqiboy.com/2010/10/07/highlight-the-code-on-the-windows-live-writer-plug-ins-code-snippet-2.html#comment-15632">arik</a> say: 用此方法解决了问题，但是！！ 复制代码再粘贴，代码没有格式了，没有换行了，全部代码连成一堆</li><li>2011年02月28日, <a href="http://www.qiqiboy.com/2010/10/07/highlight-the-code-on-the-windows-live-writer-plug-ins-code-snippet-2.html#comment-10071">Windows Live Writer 插件Code Snippet 在wordpress 显示的问题 | Chaoswork</a> say: [...] 《关于windows live writer代码高亮插件——Code Snippet》 [...]</li><li>2011年02月24日, <a href="http://www.qiqiboy.com/2010/10/07/highlight-the-code-on-the-windows-live-writer-plug-ins-code-snippet-2.html#comment-10048">何苦呢</a> say: 第一次看到这种风格的主题 博客头部更是充满了遐想</li><li>2011年02月15日, <a href="http://www.qiqiboy.com/2010/10/07/highlight-the-code-on-the-windows-live-writer-plug-ins-code-snippet-2.html#comment-10011">有点蓝</a> say: 这个不算修改wp源码吧  对其他文章会不会有不可知的问题？</li><li>2011年02月5日, <a href="http://www.qiqiboy.com/2010/10/07/highlight-the-code-on-the-windows-live-writer-plug-ins-code-snippet-2.html#comment-9964">解决2011版本Windows Live Writer插件Code Snippet在wordpress的显示问题 | Girl is coding</a> say: [...] 　　一般的博客p标签的定义是有作用的，不能删。那么现在的办法就是过滤标签。我因为刚接触wordpress，刚开始没想到这个方案，最后是通过另外一篇博文《关于windows live writer 代码高亮插件——Code Snippet》找到解决方案的。 [...]</li><li>2011年02月5日, <a href="http://www.qiqiboy.com/2010/10/07/highlight-the-code-on-the-windows-live-writer-plug-ins-code-snippet-2.html#comment-9958">Tinker</a> say: <a href="#comment-9956" rel="nofollow">@QiQiBoY </a> 
谢谢你的帮助，非常完美的解决了问题～～我排除掉我主题里面的CSS问题后，然后检查了数据库的源代码。最根本的问题在于add_filter('the_content', 'filter_code_snippet');的the_content，我将其改为了content_save_pre，就可以了。
具体原因可见：http://www.girlcoding.com/2011/02/codesnippet-wordpress/
附上链接，以便别人更快解决问题。
@@ 另外，我不小心把我的名字敲错了，哈哈，能否改回来？我叫 Tinker</li><li>2011年02月5日, <a href="http://www.qiqiboy.com/2010/10/07/highlight-the-code-on-the-windows-live-writer-plug-ins-code-snippet-2.html#comment-9956">QiQiBoY</a> say: <a href="#comment-9955" rel="nofollow">@Tinkre </a> 
你好，代码需要添加到主题目录中的function.php中 <img src='http://www.qiqiboy.com/wp-content/themes/windPaled/images/smiles/icon_redface.gif' alt=':oops:' class='wp-smiley' /> </li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.qiqiboy.com/2010/10/07/highlight-the-code-on-the-windows-live-writer-plug-ins-code-snippet-2.html/feed</wfw:commentRss>
		<slash:comments>55</slash:comments>
		</item>
		<item>
		<title>关于苹果操作系统下SU锐捷认证客户端的开发说明</title>
		<link>http://www.qiqiboy.com/2009/11/07/apple-operating-systems-su-authentication-client-development-notes.html</link>
		<comments>http://www.qiqiboy.com/2009/11/07/apple-operating-systems-su-authentication-client-development-notes.html#comments</comments>
		<pubDate>Sat, 07 Nov 2009 15:20:00 +0000</pubDate>
		<dc:creator>Traveler</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[客户端]]></category>
		<category><![CDATA[锐捷]]></category>

		<guid isPermaLink="false">http://www.qiqiboy.com/2009/11/07/apple-operating-systems-su-authentication-client-development-notes.html</guid>
		<description><![CDATA[<blockquote>
  <p><b>关于苹果操作系统下SU锐捷认证客户端的开发说明及临时解决方案 
      <br /><font size="1"><font color="#c0c0c0">2009-9-17 19:55:00</font> 

        <br /></font></b></p>

  <p>尊敬的用户您好： 
    <br />对于苹果机的客户端研制我司已在进行预研之中，但是由于SAM的客户端用户目前有六七百万，所以在产品的质量和保障上需要走非常严格的开发和测试流程，短期内没有这么快面世。对于当前苹果机无法上网的情况，我们推荐以下几种解决办法： 

    <br />1、苹果机安装双系统，通过windows的系统上网。这种方法来的简单，而且不需要和网络中心协商。 

    <br />2、学校网络中心给苹果机用户单独划分一个组，进行管理。在锐捷认证计费的管理端关闭客户端版本检测和一些常规校验。苹果机可以通过系统自带的802.1X客户端拨号上网。但是这个要得到学校的允许。</blockquote>]]></description>
			<content:encoded><![CDATA[<blockquote><p><strong>关于苹果操作系统下SU锐捷认证客户端的开发说明及临时解决方案<br />
<span style="font-size: xx-small;"><span style="color: #c0c0c0;">2009-9-17 19:55:00</span><br />
</span></strong></p>
<p>尊敬的用户您好：<br />
对于苹果机的客户端研制我司已在进行预研之中，但是由于SAM的客户端用户目前有六七百万，所以在产品的质量和保障上需要走非常严格的开发和测试流程，短期内没有这么快面世。对于当前苹果机无法上网的情况，我们推荐以下几种解决办法：<br />
1、苹果机安装双系统，通过windows的系统上网。这种方法来的简单，而且不需要和网络中心协商。<br />
2、学校网络中心给苹果机用户单独划分一个组，进行管理。在锐捷认证计费的管理端关闭客户端版本检测和一些常规校验。苹果机可以通过系统自带的802.1X客户端拨号上网。但是这个要得到学校的允许。<br />
3、目前锐捷支持web认证的解决方案，但是不知道贵校是否有购买相应的方案。如果购买了，给所有苹果机的用户开通web的认证解决方案，就不存在客户端的问题了，只要有浏览器就可以。</p>
<p>非常感谢您宝贵的意见，我们会加快研发速度，尽快让相应的客户端版本面世。</p></blockquote>
<p><span id="more-1604"></span>以上是在锐捷的官方论坛上看到的，9月17日发布的公告，意思是锐捷公司正在开发苹果系统上的锐捷认证版本，但是由于一共有六七百万的客户，他们所使用的苹果系统又有不同的版本——10.6（snow leopard）、10.5（leopard）、10.4（tiger）以及更早的版本，所以为了所开发出的认证客户端的安全与稳定性，需要严格的开发流程，所以短期内不可能开发出来。总之呢，一句话，就是，我们在开发，但是你还得等。</p>
<p>也是，这都过了俩月了，还是没出来呢。。。</p>
<p><strong>至于公告说的解决方案，暑假前我在到处找mac上的解决方法时，也都试过。</strong></p>
<ol>
<li>第一种说安装双系统，日，上网必须进windows，现在还有人打开电脑不上网的么。。。？这样还不如直接搞个windows PC了。其实在苹果系统下装个虚拟机，虚拟一个windows系统出来，然后用虚拟机链接网络，网卡设置桥连，虚拟机网络应用也设置为共享，一般即可是使苹果系统通过虚拟机共享上网了。不过，每次都得开个虚拟机，这也不太好吧。。</li>
<li>第二种去和学校网络中心谈判，没戏，学校用苹果的总共也没几个人。</li>
<li>第三种，web认证。。唉，可惜ZZU没购买此种授权，暑假前在论坛逛，看到好多其他学校的人都用这种方法连上了。</li>
</ol>
<p><strong>为什么锐捷有windows、Linux版本，却没mac版呢？</strong></p>
<p>你会说，因为用苹果机的人少。没错，用苹果电脑的人的确少。但是，用Linux的人就很多了吗？据刚发布的操作台系统使用率调查（可以去<a href="http://cnbeta.com" target="_blank">CB</a>看看新闻），<span style="color: #008000;">windows系统占了92%多，mac占5%，而Linux连1%都不到</span>。</p>
<p>纳闷了？其实，锐捷不开发mac版的真正原因是，锐捷是一家网络应用产品开发及解决方案提供商，他的产品广泛用于企业及学校等单位。锐捷安全认证客户端就是用于购买了锐捷产品的企业单位的上网认证的。企业就不说了，用的都是windows或Linux，虽然mac也有Service版，但很少有企业用。所以，应该说，没有企业或单位向锐捷购买mac认证方案，因为每一种认证方案都是要花钱的。没人掏这笔钱，所以锐捷就干脆不研发mac版的客户端了，省点研发费。但是，电脑毕竟是人用的，有人就是要拿苹果机到公司，到学校上网，结果上不去，于是就到锐捷论坛灌水，暑假前我倒锐捷论坛，哎呀，不得了，综合讨论区几百页上都是质问为何没有mac认证客户端的。</p>
<p>所以，不是用mac的人少，是有购买mac认证方案的客户太少，应该是根本没有。你看我们ZZU，就购买了windows和Linux的认证方案。有的学校好点，还购买了web认证方案，但是大部分企业和学校应该也都是只购买windows和Linux吧。至少，学校一定要购买Linux的认证方案的，因为没有学校想被扣上不支持开源发展，不支持“拥有最优秀的系统内核”的系统的高帽，另外，学校里的实验室或者学生也确确实实有人需要在Linux下做开发。但是，很少有人会在mac上做开发吧！！</p>
<p>现在锐捷说，我们着手开发mac版了，但是，小白们还要继续等下去。</p>
<p>另外发现锐捷脚步确实快了很多，当年vista发布了多久也没见vista版出来，现在windows7还没正式发布就已经开发了支持windows7的3.63版，最近貌似又升级到了4.1版。界面也变好看了，千年老二的面貌终于一去不复返了~~我也可以让锐捷显示在桌面右下角的系统托盘处了。以前总觉得它那个两个小显示器的图标太丑陋了，所以总是将它在托盘处隐藏掉。。。</p>
<div class="wlWriterHeaderFooter" style="margin:0px; padding:0px 0px 0px 0px;">
<p> </p>
<hr />
<p align="right">——by <a href="http://WWW.qiqiboy.com">qiqiboy </a></p>
</div>
<ul class="related_post"><li><img src="http://www.qiqiboy.com/wp-content/themes/windPaled/timthumb.php?src=http://www.qiqiboy.com/wp-content/uploads/2010/3b06df36f7c7_12DB0/4556.png&amp;h=100&amp;w=100&amp;zc=1" alt="关于windows live writer代码高亮插件&mdash;&mdash;Code Snippet" class="thumb" /><a href="http://www.qiqiboy.com/2010/10/07/highlight-the-code-on-the-windows-live-writer-plug-ins-code-snippet-2.html" title="关于windows live writer代码高亮插件&mdash;&mdash;Code Snippet">关于windows live writer代码高亮插件&mdash;&mdash;Code Snippet</a> (55)</li><li><img src="http://www.qiqiboy.com/wp-content/themes/windPaled/timthumb.php?src=http://www.qiqiboy.com/wp-content/uploads/2011/05/61b11ad9jw1dgiip0xm7qj.jpg&amp;h=100&amp;w=100&amp;zc=1" alt="Social Medias Connect（社交媒体连接）" class="thumb" /><a href="http://www.qiqiboy.com/products/plugins/social-medias-connect" title="Social Medias Connect（社交媒体连接）">Social Medias Connect（社交媒体连接）</a> (436)</li><li><img src="http://www.qiqiboy.com/wp-content/themes/windPaled/timthumb.php?src=http://www.qiqiboy.com/wp-content/themes/windPaled/images/default-thumb.jpg&amp;h=100&amp;w=100&amp;zc=1" alt="Guestbook" class="thumb" /><a href="http://www.qiqiboy.com/guestbook" title="Guestbook">Guestbook</a> (355)</li><li><img src="http://www.qiqiboy.com/wp-content/themes/windPaled/timthumb.php?src=http://www.qiqiboy.com/wp-content/uploads/2010/08/1de9fb000bac.png&amp;h=100&amp;w=100&amp;zc=1" alt="插件发布：边栏最新评论及ajax回复——WP RC Reply AJAX" class="thumb" /><a href="http://www.qiqiboy.com/2010/08/20/wordpress-plugin-wp-rc-reply-ajax.html" title="插件发布：边栏最新评论及ajax回复——WP RC Reply AJAX">插件发布：边栏最新评论及ajax回复——WP RC Reply AJAX</a> (188)</li><li class="last"><img src="http://www.qiqiboy.com/wp-content/themes/windPaled/timthumb.php?src=http://www.qiqiboy.com/wp-content/uploads/2010/08/spam5.png&amp;h=100&amp;w=100&amp;zc=1" alt="围观wordpress中文圈内好玩的spam" class="thumb" /><a href="http://www.qiqiboy.com/2010/08/31/chinese-circle-surrounding-wordpress-spam-fun.html" title="围观wordpress中文圈内好玩的spam">围观wordpress中文圈内好玩的spam</a> (133)</li></ul><p><strong>声明:</strong> 本站遵循 <a href="http:\/\/creativecommons.org/licenses/by-nc-sa/3.0/">署名-非商业性使用-相同方式共享 3.0</a> 共享协议. 转载请注明转自 <a href="http://www.qiqiboy.com">I'm qiqiboy !</a> </p> <p>本文地址: <a href="http://qiqi.boy.im/15">http://qiqi.boy.im/15<a></p><span style="background:#cc5566;color:#fffff;"><h4>Hi,welcome to leave your reply.</h4></span><h3>Related comments</h3><ul><li>2011年10月19日, <a href="http://www.qiqiboy.com/2009/11/07/apple-operating-systems-su-authentication-client-development-notes.html#comment-15164">cuci mobil</a> say: <strong>cuci mobil Do you mind if I quote a couple of your articles as long as I provide credit and sources back to your website? My website is in the exact same area of interest as yours and my visitors would certainly benefit from some of the information y...</strong>

Do you mind if I quote a couple of your articles as long as I provide credit and sources back to your website? My website is in the exact same area of interest as yours and my visitors would certainly benefit from some of the information you present he...</li><li>2010年09月10日, <a href="http://www.qiqiboy.com/2009/11/07/apple-operating-systems-su-authentication-client-development-notes.html#comment-5441">zwwooooo</a> say: <a href="#comment-5439" rel="nofollow">@BoKeam </a> 
囧～忘了qiqiboy的文章修改信息插件鸟～不过你也跟来说明也……哈哈哈</li><li>2010年09月10日, <a href="http://www.qiqiboy.com/2009/11/07/apple-operating-systems-su-authentication-client-development-notes.html#comment-5439">BoKeam</a> say: <a href="#comment-5435" rel="nofollow">@zwwooooo </a> 
你看文章时间 <img src='http://www.qiqiboy.com/wp-content/themes/windPaled/images/smiles/icon_lol.gif' alt=':lol:' class='wp-smiley' /> </li><li>2010年09月10日, <a href="http://www.qiqiboy.com/2009/11/07/apple-operating-systems-su-authentication-client-development-notes.html#comment-5435">zwwooooo</a> say: <a href="#comment-5433" rel="nofollow">@zwwooooo </a> 
貌似跟我没关系，脱离学校10多年……</li><li>2010年09月10日, <a href="http://www.qiqiboy.com/2009/11/07/apple-operating-systems-su-authentication-client-development-notes.html#comment-5433">zwwooooo</a> say: 先沙发！</li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.qiqiboy.com/2009/11/07/apple-operating-systems-su-authentication-client-development-notes.html/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>JavaScript编写利器——Aptana</title>
		<link>http://www.qiqiboy.com/2009/11/06/edited-javascript-tool-aptana.html</link>
		<comments>http://www.qiqiboy.com/2009/11/06/edited-javascript-tool-aptana.html#comments</comments>
		<pubDate>Fri, 06 Nov 2009 11:50:05 +0000</pubDate>
		<dc:creator>qiqiboy</dc:creator>
				<category><![CDATA[windows]]></category>
		<category><![CDATA[aptana]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[Program]]></category>
		<category><![CDATA[tool]]></category>

		<guid isPermaLink="false">http://www.qiqiboy.com/2009/11/06/edited-javascript-tool-aptana.html</guid>
		<description><![CDATA[<img style="border-bottom: 0px; border-left: 0px; display: inline; margin-left: 0px; border-top: 0px; margin-right: 0px; border-right: 0px" title="2" border="0" alt="2" align="center" src="http://www.qiqiboy.com/wp-content/uploads/2009/11/tipsaptana.PNG" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.qiqiboy.com/wp-content/uploads/2009/11/2.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; margin-left: 0px; border-left-width: 0px; margin-right: 0px" title="2" border="0" alt="2" align="right" src="http://www.qiqiboy.com/wp-content/uploads/2009/11/2_thumb.png" width="326" height="169" /></a></p>
<p>之前一直在Dreamweaver里写js，用firebug调试，但是后来在一本书上发现介绍一款叫Aptana的开源软件，试了一下，感觉还不错，尤其是代码提示补全功能，相比于Dreamweaver毫不逊色，甚至强于Dreamweaver，它还能记忆你定义过的属性、标签等。而且代码提示中还会有浏览器兼容性提示，虽然强大，但是免费。只是没有中文版，是全英的。最新版为2.0。windows、mac、linux下都有对应版本，这下我的苹果系统不在成摆设了。。。。</p>
<p> <span id="more-1599"></span>下载安装后第一次进入要先设置一下编码格式，默认不是utf-8,所以并不支持中文字符，需要在设置中更改为utf-8,应该很少有人会改为gb2312吧！！
</p>
<p>界面为全英，我刚过四级，操作起来还好，所以使用前确保你英语过四级了。。。</p>
<div class="wlWriterHeaderFooter" style="margin:0px; padding:0px 0px 0px 0px;">
<p>&#160;</p>
<hr />
<p align="right">——By <a href="http://WWW.qiqiboy.com">QiQiBoY</a></p>
</div>
<ul class="related_post"><li><img src="http://www.qiqiboy.com/wp-content/themes/windPaled/timthumb.php?src=http://www.qiqiboy.com/wp-content/uploads/2012/01/688860f891c5.png&amp;h=100&amp;w=100&amp;zc=1" alt="TouchSlider 1.0 - 兼容触摸屏手机与PC的幻灯片" class="thumb" /><a href="http://www.qiqiboy.com/2012/01/11/touchslider-1-0-publish.html" title="TouchSlider 1.0 &#8211; 兼容触摸屏手机与PC的幻灯片">TouchSlider 1.0 &#8211; 兼容触摸屏手机与PC的幻灯片</a> (6)</li><li><img src="http://www.qiqiboy.com/wp-content/themes/windPaled/timthumb.php?src=http://www.qiqiboy.com/wp-content/uploads/2011/07/810CI55J_0.jpg&amp;h=100&amp;w=100&amp;zc=1" alt="JavaScript: 支持iphone、ipad 使用两根手指放大图片" class="thumb" /><a href="http://www.qiqiboy.com/2011/07/17/javascript-touch-support-zoom-image.html" title="JavaScript: 支持iphone、ipad 使用两根手指放大图片">JavaScript: 支持iphone、ipad 使用两根手指放大图片</a> (18)</li><li><img src="http://www.qiqiboy.com/wp-content/themes/windPaled/timthumb.php?src=http://www.qiqiboy.com/wp-content/uploads/2011/07/810CI55J_0.jpg&amp;h=100&amp;w=100&amp;zc=1" alt="JavaScript: 让拖动支持iphone/ipad触摸" class="thumb" /><a href="http://www.qiqiboy.com/2011/07/16/javascript-touch-drag-support.html" title="JavaScript: 让拖动支持iphone/ipad触摸">JavaScript: 让拖动支持iphone/ipad触摸</a> (14)</li><li><img src="http://www.qiqiboy.com/wp-content/themes/windPaled/timthumb.php?src=http://www.qiqiboy.com/wp-content/uploads/2011/05/imgready.png&amp;h=100&amp;w=100&amp;zc=1" alt="javascript 图片预加载" class="thumb" /><a href="http://www.qiqiboy.com/2011/05/20/javascript-image-preload.html" title="javascript 图片预加载">javascript 图片预加载</a> (25)</li><li class="last"><img src="http://www.qiqiboy.com/wp-content/themes/windPaled/timthumb.php?src=http://www.qiqiboy.com/wp-content/uploads/2011/04/lzyload.gif&amp;h=100&amp;w=100&amp;zc=1" alt="JavaScript &amp; images LazyLoad 图片延迟加载(伪lazyload)" class="thumb" /><a href="http://www.qiqiboy.com/2011/04/12/javascript-and-images-lazyload.html" title="JavaScript &amp; images LazyLoad 图片延迟加载(伪lazyload)">JavaScript &amp; images LazyLoad 图片延迟加载(伪lazyload)</a> (43)</li></ul><p><strong>声明:</strong> 本站遵循 <a href="http:\/\/creativecommons.org/licenses/by-nc-sa/3.0/">署名-非商业性使用-相同方式共享 3.0</a> 共享协议. 转载请注明转自 <a href="http://www.qiqiboy.com">I'm qiqiboy !</a> </p> <p>本文地址: <a href="http://qiqi.boy.im/1u">http://qiqi.boy.im/1u<a></p><span style="background:#cc5566;color:#fffff;"><h4>Hi,welcome to leave your reply.</h4></span><h3>Related comments</h3><ul><li>2011年08月6日, <a href="http://www.qiqiboy.com/2009/11/06/edited-javascript-tool-aptana.html#comment-12338">Jayuh</a> say: 好吧</li><li>2010年09月10日, <a href="http://www.qiqiboy.com/2009/11/06/edited-javascript-tool-aptana.html#comment-5438">BoKeam</a> say: 看来你的原始订阅地址有问题，很久才能收到</li><li>2010年09月10日, <a href="http://www.qiqiboy.com/2009/11/06/edited-javascript-tool-aptana.html#comment-5434">zwwooooo</a> say: 这个貌似jiucool也推荐过，不过因为我的英语已经无级了，所以放弃。</li><li>2010年04月6日, <a href="http://www.qiqiboy.com/2009/11/06/edited-javascript-tool-aptana.html#comment-2116">alswl</a> say: 太好用了，不是针对Js的，针对Web开发的</li><li>2010年04月5日, <a href="http://www.qiqiboy.com/2009/11/06/edited-javascript-tool-aptana.html#comment-2107">alswl</a> say: 呃，还要自己Google下载地址啊～</li><li>2009年11月8日, <a href="http://www.qiqiboy.com/2009/11/06/edited-javascript-tool-aptana.html#comment-537">Ivan</a> say: Ugh, I liked! So clear and positively.
Ivan</li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.qiqiboy.com/2009/11/06/edited-javascript-tool-aptana.html/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>MAC上的写博利器—— ecto3.0</title>
		<link>http://www.qiqiboy.com/2009/10/15/mac-write-blog-software-ecto3.html</link>
		<comments>http://www.qiqiboy.com/2009/10/15/mac-write-blog-software-ecto3.html#comments</comments>
		<pubDate>Thu, 15 Oct 2009 06:59:11 +0000</pubDate>
		<dc:creator>qiqiboy</dc:creator>
				<category><![CDATA[Tools]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[leopard]]></category>
		<category><![CDATA[MAC]]></category>
		<category><![CDATA[writer]]></category>
		<category><![CDATA[写博客]]></category>

		<guid isPermaLink="false">http://www.qiqiboy.com/?p=1341</guid>
		<description><![CDATA[[audio:http://www.qiqiboy.com/files/audio/01.mp3]

苹果电脑用着不算差，但是有的方面的软件很缺失，比如windows下写文章有live writer，而mac上则没有一款合适的软件。正好今天在豆瓣逛时，有人告诉说，ecto可以完成wordpres的撰写，兼容leopard和snow leopard。于是我去试验了一把。

<img class="alignnone" src="http://www.qiqiboy.com/wp-content/uploads/2009/10/11.jpg" alt="11.tiff" width="87" height="74" />

下载地址是<a title="http://illuminex.com/mac/ecto/" href="http://illuminex.com/mac/ecto/" target="_blank">http://illuminex.com/mac/ecto/</a> ，最新版是3.0.下载好后直接就能打开。图标如下图－－

打开以后首先要配置一下，它支持好多博客系统，当然wordpress也是其中之一。选择wordpress，填上网址，接着会要求填写用户名和密码，这和配置live writer 差不多]]></description>
			<content:encoded><![CDATA[<p>[audio:http://www.qiqiboy.com/files/audio/01.mp3]</p>
<p>苹果电脑用着不算差，但是有的方面的软件很缺失，比如windows下写文章有live writer，而mac上则没有一款合适的软件。正好今天在豆瓣逛时，有人告诉说，ecto可以完成wordpres的撰写，兼容leopard和snow leopard。于是我去试验了一把。</p>
<p><img class="alignnone" src="http://www.qiqiboy.com/wp-content/uploads/2009/10/11.jpg" alt="11.tiff" width="87" height="74" /></p>
<p>下载地址是<a title="http://illuminex.com/mac/ecto/" href="http://illuminex.com/mac/ecto/" target="_blank">http://illuminex.com/mac/ecto/</a> ，最新版是3.0.下载好后直接就能打开。图标如下图－－</p>
<p>打开以后首先要配置一下，它支持好多博客系统，当然wordpress也是其中之一。选择wordpress，填上网址，接着会要求填写用户名和密码，这和配置live writer 差不多。<span id="more-1341"></span></p>
<p><img src="http://www.qiqiboy.com/wp-content/uploads/2009/10/2.jpg" alt="2.tiff" width="282" height="281" /></p>
<p>然后就会看到ecto的主要界面了。很简陋，主窗口分为上下两栏，上边为获取的最新的二十篇日志，下边为预览。当然，预览不是writer里的实时效果预览，这里只是简单的查看内容。</p>
<p><img src="http://www.qiqiboy.com/wp-content/uploads/2009/10/4.jpg" alt="4.tiff" width="480" height="360" /></p>
<p>些文章的话，就点击新建，然后单独出现一个写文章的窗口，分为侧边栏和正文。侧边栏包含了你的文章分类和所有标签。你也可以自由添加或删除。工具栏上则是主要的按钮，如保存，发布，摘要，时间等。还可以自定义工具栏。文字输入框的正下方有一个小三角，点击后会上拉出现一个小的对话框，里面有三个选项，扩展，摘要和其它。可以创建文章摘要，其它 一栏则是定义文章数据域，即自定义文章链接，还有填写自定义域，或给文章加密等。</p>
<p><img src="http://www.qiqiboy.com/wp-content/uploads/2009/10/5.jpg" alt="5.tiff" width="480" height="288" /></p>
<p>自定义标签是很有用的，比如我就自定义了个&lt;!&#8211;more&#8211;&gt;标签。还有插件可以用，我就启用了Amazon和Flickr两个。你还可以官网上自行下载其它扩展。</p>
<p>插入媒体，你可以插入声音，图片及视频。非常不错。</p>
<p>简单就到这里，功能还有很多，用苹果电脑的可以自行体会。这篇文章就是用ecto创建。所有图片用flickr helper上传到flickr空间。</p>
<p>再次声明：本文所介绍软件乃苹果电脑MAC系统，leopard，snow leopard上所用。windows用户自行绕开。</p>
<ul class="related_post"><li><img src="http://www.qiqiboy.com/wp-content/themes/windPaled/timthumb.php?src=http://www.qiqiboy.com/wp-content/uploads/2010/3b06df36f7c7_12DB0/4556.png&amp;h=100&amp;w=100&amp;zc=1" alt="关于windows live writer代码高亮插件&mdash;&mdash;Code Snippet" class="thumb" /><a href="http://www.qiqiboy.com/2010/10/07/highlight-the-code-on-the-windows-live-writer-plug-ins-code-snippet-2.html" title="关于windows live writer代码高亮插件&mdash;&mdash;Code Snippet">关于windows live writer代码高亮插件&mdash;&mdash;Code Snippet</a> (55)</li><li><img src="http://www.qiqiboy.com/wp-content/themes/windPaled/timthumb.php?src=http://www.qiqiboy.com/wp-content/uploads/2010/09/2222.png&amp;h=100&amp;w=100&amp;zc=1" alt="一周网站风波盘点" class="thumb" /><a href="http://www.qiqiboy.com/2010/09/15/website-storm-a-week-inventory.html" title="一周网站风波盘点">一周网站风波盘点</a> (105)</li><li><img src="http://www.qiqiboy.com/wp-content/themes/windPaled/timthumb.php?src=http://www.qiqiboy.com/wp-content/uploads/2010/03/2810e8e331b1.png&amp;h=100&amp;w=100&amp;zc=1" alt="杯具杯具，洗具洗具" class="thumb" /><a href="http://www.qiqiboy.com/2010/03/15/bad-tool-and-good-tool.html" title="杯具杯具，洗具洗具">杯具杯具，洗具洗具</a> (22)</li><li><img src="http://www.qiqiboy.com/wp-content/themes/windPaled/timthumb.php?src=http://www.qiqiboy.com/wp-content/uploads/2009/10/3a1.png&amp;h=100&amp;w=100&amp;zc=1" alt="博客大巴式的首页文章折叠列表式输出" class="thumb" /><a href="http://www.qiqiboy.com/2009/10/16/home-page-lists-articles-fold-output.html" title="博客大巴式的首页文章折叠列表式输出">博客大巴式的首页文章折叠列表式输出</a> (6)</li><li class="last"><img src="http://www.qiqiboy.com/wp-content/themes/windPaled/timthumb.php?src=http://www.qiqiboy.com/wp-content/uploads/2011/05/61b11ad9jw1dgiip0xm7qj.jpg&amp;h=100&amp;w=100&amp;zc=1" alt="Social Medias Connect（社交媒体连接）" class="thumb" /><a href="http://www.qiqiboy.com/products/plugins/social-medias-connect" title="Social Medias Connect（社交媒体连接）">Social Medias Connect（社交媒体连接）</a> (436)</li></ul><p><strong>声明:</strong> 本站遵循 <a href="http:\/\/creativecommons.org/licenses/by-nc-sa/3.0/">署名-非商业性使用-相同方式共享 3.0</a> 共享协议. 转载请注明转自 <a href="http://www.qiqiboy.com">I'm qiqiboy !</a> </p> <p>本文地址: <a href="http://qiqi.boy.im/3b">http://qiqi.boy.im/3b<a></p><span style="background:#cc5566;color:#fffff;"><h4>There is no comments still.</h4></span><h3>Related comments</h3><ul></ul>]]></content:encoded>
			<wfw:commentRss>http://www.qiqiboy.com/2009/10/15/mac-write-blog-software-ecto3.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://www.qiqiboy.com/files/audio/01.mp3" length="2824845" type="audio/mpeg" />
		</item>
	</channel>
</rss>

