<?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>刘杰</title>
	<atom:link href="http://www.liujie.org.cn/feed" rel="self" type="application/rss+xml" />
	<link>http://www.liujie.org.cn</link>
	<description>刘杰，现供职于北京睿优思信息技术有限责任公司，致力于医院信息化实施方案</description>
	<lastBuildDate>Tue, 15 May 2012 14:21:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>配置 imagemagick Rmagick</title>
		<link>http://www.liujie.org.cn/archives/117</link>
		<comments>http://www.liujie.org.cn/archives/117#comments</comments>
		<pubDate>Tue, 15 May 2012 14:21:24 +0000</pubDate>
		<dc:creator>maxazure</dc:creator>
				<category><![CDATA[未分类]]></category>

		<guid isPermaLink="false">http://www.liujie.org.cn/?p=117</guid>
		<description><![CDATA[/usr/bin/ruby -e “$(/usr/bin/curl -fsSL https://raw.github.com/mxcl/homebrew/master/Library/Contributions/install_homebrew.rb)” brew install imagemagick sudo gem install rmagick]]></description>
			<content:encoded><![CDATA[<p>/usr/bin/ruby -e “$(/usr/bin/curl -fsSL https://raw.github.com/mxcl/homebrew/master/Library/Contributions/install_homebrew.rb)”</p>
<p>brew install imagemagick</p>
<p>sudo gem install rmagick</p>
]]></content:encoded>
			<wfw:commentRss>http://www.liujie.org.cn/archives/117/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ubuntu源,ubuntu中文源安装</title>
		<link>http://www.liujie.org.cn/archives/114</link>
		<comments>http://www.liujie.org.cn/archives/114#comments</comments>
		<pubDate>Sun, 29 Apr 2012 05:23:32 +0000</pubDate>
		<dc:creator>maxazure</dc:creator>
				<category><![CDATA[未分类]]></category>

		<guid isPermaLink="false">http://www.liujie.org.cn/?p=114</guid>
		<description><![CDATA[使用虚拟机安装ubuntu时会自动将源定位us，那么首先应该： sudo vim /etc/apt/sources.list 然后替换： %s/\/us/\/cn/g 更新源 sudo apt-gpt install -y update]]></description>
			<content:encoded><![CDATA[<p>使用虚拟机安装ubuntu时会自动将源定位us，那么首先应该：<br />
sudo vim /etc/apt/sources.list<br />
然后替换： %s/\/us/\/cn/g<br />
更新源<br />
sudo apt-gpt install -y update</p>
]]></content:encoded>
			<wfw:commentRss>http://www.liujie.org.cn/archives/114/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>有关于git的一些命令</title>
		<link>http://www.liujie.org.cn/archives/104</link>
		<comments>http://www.liujie.org.cn/archives/104#comments</comments>
		<pubDate>Thu, 05 Apr 2012 13:52:57 +0000</pubDate>
		<dc:creator>maxazure</dc:creator>
				<category><![CDATA[未分类]]></category>

		<guid isPermaLink="false">http://www.liujie.org.cn/?p=104</guid>
		<description><![CDATA[git init &#8211;bare （服务器） git init (本地) ssh-keygen -t rsa ~/.ssh/id_rsa.pub scp ~/.ssh/id_rsa.pub xxx@xxx.com:/tmp cat id_rsa.pub >> ~/.ssh/authorized_keys # 在 John 的电脑上 $ cd myproject $ git init $ git add . $ git commit -m &#8216;initial commit&#8217; $ git &#8230; <a href="http://www.liujie.org.cn/archives/104">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>git init &#8211;bare （服务器）<br />
git init  (本地)<br />
ssh-keygen -t rsa<br />
~/.ssh/id_rsa.pub<br />
scp ~/.ssh/id_rsa.pub xxx@xxx.com:/tmp<br />
cat id_rsa.pub  >> ~/.ssh/authorized_keys</p>
<p># 在 John 的电脑上<br />
$ cd myproject<br />
$ git init<br />
$ git add .<br />
$ git commit -m &#8216;initial commit&#8217;<br />
$ git remote add origin git@gitserver:/opt/git/project.git<br />
$ git push origin master</p>
]]></content:encoded>
			<wfw:commentRss>http://www.liujie.org.cn/archives/104/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Macbook Pro 升级ssd和内存</title>
		<link>http://www.liujie.org.cn/archives/99</link>
		<comments>http://www.liujie.org.cn/archives/99#comments</comments>
		<pubDate>Tue, 03 Apr 2012 03:23:46 +0000</pubDate>
		<dc:creator>maxazure</dc:creator>
				<category><![CDATA[未分类]]></category>

		<guid isPermaLink="false">http://www.liujie.org.cn/?p=99</guid>
		<description><![CDATA[昨天终于把macbook pro的硬盘换成了ssd，速度提升幅度简直难以想象，以往进入系统需要40多秒，现在只需要不到10秒钟。远远超乎想象。 今天又准备把iMac也升级为64G ssd，关注一下服务器升级后ssd速度的实际提升。]]></description>
			<content:encoded><![CDATA[<p>昨天终于把macbook pro的硬盘换成了ssd，速度提升幅度简直难以想象，以往进入系统需要40多秒，现在只需要不到10秒钟。远远超乎想象。<br />
今天又准备把iMac也升级为64G ssd，关注一下服务器升级后ssd速度的实际提升。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.liujie.org.cn/archives/99/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Asterisk1.8的安装与配置教程</title>
		<link>http://www.liujie.org.cn/archives/74</link>
		<comments>http://www.liujie.org.cn/archives/74#comments</comments>
		<pubDate>Sat, 31 Mar 2012 14:47:33 +0000</pubDate>
		<dc:creator>maxazure</dc:creator>
				<category><![CDATA[未分类]]></category>

		<guid isPermaLink="false">http://www.liujie.org.cn/?p=74</guid>
		<description><![CDATA[近来群里有很多朋友在问Asterisk的安装和配置问题，所以我干脆写个教程供大家参考，不再一一解答。 硬件配置 联想万全T100 G11服务器（G620CPU + 2G DDR） 语音卡：Wildcard TDM400p 软件环境 Ubuntu 11.04 32Bit Asterisk 1.8 系统配置技术要点 消除电话回声 电话录音 CDR电话记录与计费 Mysql ARA模式的SIP管理 Mysql 来电转接 ACD 自动排队机制 IVR 自动语音 远程坐席以及VOIP运营商对接 软电话以及话机配置 第一节：Asterisk的安装 由于我使用的是Ubuntu 11.04 32Bit(之所以选用这个版本是因为此服务器硬件过新未在10.4LTS版本的支持范围内,另外此机器确实档次较低，完全装不上64Bit版本，建议各位切莫选用)，所以我使用APT包的形式进行Asterisk 1.8的安装。 注意：Ubuntu 11.04自带源的Asterisk版本为1.6.2此版本已经在2011年停止技术支持，所以如没有特殊需求，请不要安装这个版本。 一.使用APT包的方式安装Asterisk 1.8 我们已经有一个Linux系统，最简单的办法就是使用包管理器（Package manager）来安装 &#8230; <a href="http://www.liujie.org.cn/archives/74">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>近来群里有很多朋友在问Asterisk的安装和配置问题，所以我干脆写个教程供大家参考，不再一一解答。</p>
<p><strong>硬件配置</strong></p>
<ul>
<li>联想万全T100 G11服务器（G620CPU + 2G DDR）</li>
<li>语音卡：Wildcard TDM400p</li>
</ul>
<p><strong>软件环境</strong></p>
<ul>
<li>Ubuntu 11.04 32Bit</li>
<li>Asterisk 1.8</li>
</ul>
<p><strong>系统配置技术要点</strong></p>
<ul>
<li>消除电话回声</li>
<li>电话录音</li>
<li>CDR电话记录与计费 Mysql</li>
<li>ARA模式的SIP管理 Mysql</li>
<li>来电转接</li>
<li>ACD 自动排队机制</li>
<li>IVR 自动语音</li>
<li>远程坐席以及VOIP运营商对接</li>
<li>软电话以及话机配置</li>
</ul>
<p><strong>第一节：Asterisk的安装</strong></p>
<p>由于我使用的是Ubuntu 11.04 32Bit(之所以选用这个版本是因为此服务器硬件过新未在10.4LTS版本的支持范围内,另外此机器确实档次较低，完全装不上64Bit版本，建议各位切莫选用)，所以我使用APT包的形式进行Asterisk 1.8的安装。</p>
<blockquote><p>注意：Ubuntu 11.04自带源的Asterisk版本为1.6.2此版本已经在2011年停止技术支持，所以如没有特殊需求，请不要安装这个版本。</p></blockquote>
<p><strong>一.使用APT包的方式安装Asterisk 1.8</strong></p>
<p>我们已经有一个Linux系统，最简单的办法就是使用包管理器（Package manager）来安装 Asterisk ,DAHDI 和 libpri.很多发行linux版本比如Debian,Ubuntu都有三方源可供选择。</p>
<p><strong>1.系统依赖</strong><br />
<code>$ sudo apt-get install python-software-properties </code></p>
<p><strong>2.导入 public key</strong><br />
<code>sudo apt-key adv --keyserver pgp.mit.edu --recv-keys 175E41DF </code></p>
<p><strong>第二节：Asterisk基本配置</strong></p>
<p><strong>1.创建SIP客户端，/etc/asterisk/sip.conf文件</strong></p>
<p>修改 /etc/asterisk/res_config_mysql.conf 文件<br />
将 [general] 段中的数据库配好</p>
<p>配置文件 /etc/asterisk/extconfig.conf （详情请看此文件原文）</p>
]]></content:encoded>
			<wfw:commentRss>http://www.liujie.org.cn/archives/74/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Navicat for Mysql 10.0.10 注册码 (中文版+下载地址）</title>
		<link>http://www.liujie.org.cn/archives/69</link>
		<comments>http://www.liujie.org.cn/archives/69#comments</comments>
		<pubDate>Fri, 30 Mar 2012 16:31:07 +0000</pubDate>
		<dc:creator>maxazure</dc:creator>
				<category><![CDATA[未分类]]></category>

		<guid isPermaLink="false">http://www.liujie.org.cn/?p=69</guid>
		<description><![CDATA[名:liujie 组织:liujie.org.cn 注册码:NAVK-BPRI-EY6D-AXLK &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212; 名:liujie 组织:liujie.org.cn 注册码:NAVI-4U46-HW4V-LIET &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212; Navicat for Mysql 10.0.10 简体中文版 下载 http://download2.navicat.com/download/navicat100_mysql_cs.exe]]></description>
			<content:encoded><![CDATA[<p>名:liujie<br />
组织:liujie.org.cn<br />
注册码:NAVK-BPRI-EY6D-AXLK<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
名:liujie<br />
组织:liujie.org.cn<br />
注册码:NAVI-4U46-HW4V-LIET<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
Navicat for Mysql 10.0.10 简体中文版  下载</p>
<p>http://download2.navicat.com/download/navicat100_mysql_cs.exe</p>
]]></content:encoded>
			<wfw:commentRss>http://www.liujie.org.cn/archives/69/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>nginx单个虚拟主机对应多个域名</title>
		<link>http://www.liujie.org.cn/archives/49</link>
		<comments>http://www.liujie.org.cn/archives/49#comments</comments>
		<pubDate>Tue, 27 Mar 2012 15:22:07 +0000</pubDate>
		<dc:creator>maxazure</dc:creator>
				<category><![CDATA[未分类]]></category>

		<guid isPermaLink="false">http://www.liujie.org.cn/?p=49</guid>
		<description><![CDATA[if ($host ~* “(.*)\.123\.com”) { set $subdomain $1; rewrite “^/(.*)$”    www.123.com/a/$subdomain/ $1  last; }]]></description>
			<content:encoded><![CDATA[<div>if ($host ~* “(.*)\.123\.com”) {</div>
<div>set $subdomain $1;</div>
<div>rewrite “^/(.*)$”    www.123.com/a/$subdomain/ $1  last;</div>
<div>}</div>
]]></content:encoded>
			<wfw:commentRss>http://www.liujie.org.cn/archives/49/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>如何清除mac os x lion的dns缓存</title>
		<link>http://www.liujie.org.cn/archives/47</link>
		<comments>http://www.liujie.org.cn/archives/47#comments</comments>
		<pubDate>Wed, 21 Mar 2012 07:34:29 +0000</pubDate>
		<dc:creator>maxazure</dc:creator>
				<category><![CDATA[未分类]]></category>

		<guid isPermaLink="false">http://www.liujie.org.cn/?p=47</guid>
		<description><![CDATA[sudo dscacheutil -flushcache]]></description>
			<content:encoded><![CDATA[<p>sudo dscacheutil <wbr>-flushcache</wbr></p>
]]></content:encoded>
			<wfw:commentRss>http://www.liujie.org.cn/archives/47/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>最近一个项目的框架表</title>
		<link>http://www.liujie.org.cn/archives/42</link>
		<comments>http://www.liujie.org.cn/archives/42#comments</comments>
		<pubDate>Wed, 04 Jan 2012 14:39:31 +0000</pubDate>
		<dc:creator>maxazure</dc:creator>
				<category><![CDATA[未分类]]></category>
		<category><![CDATA[数据结构]]></category>
		<category><![CDATA[框架]]></category>

		<guid isPermaLink="false">http://www.liujie.org.cn/?p=42</guid>
		<description><![CDATA[框架结构表 framesrc   id 名字 类型 代码 id  name type code &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;- 框架记录表 framerecord   pageid 行 类型 参数 paged row type params &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;- 模板结构表 tplsrc   id 名字 类型 代码 参数（用于设置选项框） id name type codes params &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;- 模板记录表 tplrecord &#8230; <a href="http://www.liujie.org.cn/archives/42">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p style="margin: 0.0px 0.0px 0.0px 0.0px; font: 14.0px 'Heiti SC Light'; color: #444444; background-color: #f8f8f8;"><strong>框架结构表</strong></p>
<p style="margin: 0.0px 0.0px 0.0px 0.0px; font: 14.0px 'Heiti SC Light'; color: #444444; background-color: #f8f8f8;"><strong>framesrc</strong></p>
<p style="margin: 0.0px 0.0px 0.0px 0.0px; font: 14.0px 'Heiti SC Light'; color: #444444; background-color: #f8f8f8; min-height: 14.0px;"> </p>
<p style="margin: 0.0px 0.0px 0.0px 0.0px; font: 14.0px 'Heiti SC Light'; color: #444444; background-color: #f8f8f8;">id 名字 <span style="white-space: pre;"> </span>类型 <span style="white-space: pre;"> </span>代码</p>
<p style="margin: 0.0px 0.0px 0.0px 0.0px; font: 14.0px 'Heiti SC Light'; color: #444444; background-color: #f8f8f8;">id  name <span style="white-space: pre;"> </span>type <span style="white-space: pre;"> </span>code</p>
<p style="margin: 0.0px 0.0px 0.0px 0.0px; font: 14.0px 'Heiti SC Light'; color: #444444; background-color: #f8f8f8;">&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p style="margin: 0.0px 0.0px 0.0px 0.0px; font: 14.0px 'Heiti SC Light'; color: #444444; background-color: #f8f8f8;"><strong>框架记录表</strong></p>
<p style="margin: 0.0px 0.0px 0.0px 0.0px; font: 14.0px 'Heiti SC Light'; color: #444444; background-color: #f8f8f8;">framerecord</p>
<p style="margin: 0.0px 0.0px 0.0px 0.0px; font: 14.0px 'Heiti SC Light'; color: #444444; background-color: #f8f8f8; min-height: 14.0px;"> </p>
<p style="margin: 0.0px 0.0px 0.0px 0.0px; font: 14.0px 'Heiti SC Light'; color: #444444; background-color: #f8f8f8;">pageid <span style="white-space: pre;"> </span>行 <span style="white-space: pre;"> </span>类型 <span style="white-space: pre;"> </span>参数</p>
<p style="margin: 0.0px 0.0px 0.0px 0.0px; font: 14.0px 'Heiti SC Light'; color: #444444; background-color: #f8f8f8;">paged <span style="white-space: pre;"> </span>row<span style="white-space: pre;"> </span>type<span style="white-space: pre;"> </span>params</p>
<p style="margin: 0.0px 0.0px 0.0px 0.0px; font: 14.0px 'Heiti SC Light'; color: #444444; background-color: #f8f8f8;">&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p style="margin: 0.0px 0.0px 0.0px 0.0px; font: 14.0px 'Heiti SC Light'; color: #444444; background-color: #f8f8f8;"><strong>模板结构表</strong></p>
<p style="margin: 0.0px 0.0px 0.0px 0.0px; font: 14.0px 'Heiti SC Light'; color: #444444; background-color: #f8f8f8;">tplsrc</p>
<p style="margin: 0.0px 0.0px 0.0px 0.0px; font: 14.0px 'Heiti SC Light'; color: #444444; background-color: #f8f8f8; min-height: 14.0px;"> </p>
<p style="margin: 0.0px 0.0px 0.0px 0.0px; font: 14.0px 'Heiti SC Light'; color: #444444; background-color: #f8f8f8;">id 名字 <span style="white-space: pre;"> </span>类型 <span style="white-space: pre;"> </span>代码 <span style="white-space: pre;"> </span>参数（用于设置选项框）</p>
<p style="margin: 0.0px 0.0px 0.0px 0.0px; font: 14.0px 'Heiti SC Light'; color: #444444; background-color: #f8f8f8;">id name <span style="white-space: pre;"> </span>type<span style="white-space: pre;"> </span>codes <span style="white-space: pre;"> </span>params</p>
<p style="margin: 0.0px 0.0px 0.0px 0.0px; font: 14.0px 'Heiti SC Light'; color: #444444; background-color: #f8f8f8;">&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p style="margin: 0.0px 0.0px 0.0px 0.0px; font: 14.0px 'Heiti SC Light'; color: #444444; background-color: #f8f8f8;"><strong>模板记录表</strong></p>
<p style="margin: 0.0px 0.0px 0.0px 0.0px; font: 14.0px 'Heiti SC Light'; color: #444444; background-color: #f8f8f8;">tplrecord</p>
<p style="margin: 0.0px 0.0px 0.0px 0.0px; font: 14.0px 'Heiti SC Light'; color: #444444; background-color: #f8f8f8; min-height: 14.0px;"> </p>
<p style="margin: 0.0px 0.0px 0.0px 0.0px; font: 14.0px 'Heiti SC Light'; color: #444444; background-color: #f8f8f8;">pageid 行 <span style="white-space: pre;"> </span>列 <span style="white-space: pre;"> </span>顺序 <span style="white-space: pre;"> </span>类型 <span style="white-space: pre;"> </span>代码参数 <span style="white-space: pre;"> </span>是否为容器 <span style="white-space: pre;"> </span>是否为复合模块</p>
<p style="margin: 0.0px 0.0px 0.0px 0.0px; font: 14.0px 'Heiti SC Light'; color: #444444; background-color: #f8f8f8;">paged row <span style="white-space: pre;"> </span>col <span style="white-space: pre;"> </span>sequence type params <span style="white-space: pre;"> </span>iscontainer <span style="white-space: pre;"> </span>iscomplex</p>
<p style="margin: 0.0px 0.0px 0.0px 0.0px; font: 14.0px 'Heiti SC Light'; color: #444444; background-color: #f8f8f8;">&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p style="margin: 0.0px 0.0px 0.0px 0.0px; font: 14.0px 'Heiti SC Light'; color: #444444; background-color: #f8f8f8;"><strong>页面表</strong></p>
<p style="margin: 0.0px 0.0px 0.0px 0.0px; font: 14.0px 'Heiti SC Light'; color: #444444; background-color: #f8f8f8;"><strong>pages</strong></p>
<p style="margin: 0.0px 0.0px 0.0px 0.0px; font: 14.0px 'Heiti SC Light'; color: #444444; background-color: #f8f8f8; min-height: 14.0px;"> </p>
<p style="margin: 0.0px 0.0px 0.0px 0.0px; font: 14.0px 'Heiti SC Light'; color: #444444; background-color: #f8f8f8;">id <span style="white-space: pre;"> </span>页面名字 <span style="white-space: pre;"> </span>所属网站 <span style="white-space: pre;"> </span>页面标示符</p>
<p style="margin: 0.0px 0.0px 0.0px 0.0px; font: 14.0px 'Heiti SC Light'; color: #444444; background-color: #f8f8f8;">id<span style="white-space: pre;"> </span>pagename<span style="white-space: pre;"> </span>siteid<span style="white-space: pre;"> </span>pageidentifier</p>
<p style="margin: 0.0px 0.0px 0.0px 0.0px; font: 14.0px 'Heiti SC Light'; color: #444444; background-color: #f8f8f8;">&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
]]></content:encoded>
			<wfw:commentRss>http://www.liujie.org.cn/archives/42/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rails 3.1的 asset 相关问题</title>
		<link>http://www.liujie.org.cn/archives/36</link>
		<comments>http://www.liujie.org.cn/archives/36#comments</comments>
		<pubDate>Mon, 07 Nov 2011 19:01:01 +0000</pubDate>
		<dc:creator>maxazure</dc:creator>
				<category><![CDATA[Ruby On Rails 教程]]></category>
		<category><![CDATA[asset]]></category>
		<category><![CDATA[rails]]></category>

		<guid isPermaLink="false">http://www.liujie.org.cn/?p=36</guid>
		<description><![CDATA[参考文章 http://guides.rubyonrails.org/asset_pipeline.html 今天将一个新的项目部署到了 生产环境的服务器上，结果fckeditor不能用了 究其原因是 rails 3.1的新特性asset_pipeline，仔细看了下，问题解决。]]></description>
			<content:encoded><![CDATA[<p>参考文章 http://guides.rubyonrails.org/asset_pipeline.html</p>
<p>今天将一个新的项目部署到了 生产环境的服务器上，结果fckeditor不能用了 究其原因是 rails 3.1的新特性asset_pipeline，仔细看了下，问题解决。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.liujie.org.cn/archives/36/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

