<?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>LiangXu Wang &#187; Computer</title>
	<atom:link href="http://wlx.westgis.ac.cn/category/computer/feed/" rel="self" type="application/rss+xml" />
	<link>http://wlx.westgis.ac.cn</link>
	<description>technology backup/share</description>
	<lastBuildDate>Sat, 14 Jan 2012 03:56:14 +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>给awstats增加纯真IP库qqwry.dat支持</title>
		<link>http://wlx.westgis.ac.cn/757/</link>
		<comments>http://wlx.westgis.ac.cn/757/#comments</comments>
		<pubDate>Mon, 09 Jan 2012 11:09:47 +0000</pubDate>
		<dc:creator>wlx</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[awstats]]></category>
		<category><![CDATA[qqwry.dat]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://wlx.westgis.ac.cn/?p=757</guid>
		<description><![CDATA[服务器环境：ubuntu 10.04, utf8编码 在进行网站统计时，默认采用的GEOIP库进行国家统计，但我们的网站用户群主要是国内，因此统计来源国家意义不大，就需要统计国内各省市来访信息，纯真IP数据库应该就可以发挥很好的作用。 awstats结合qqwry.dat已经有现成的插件，但其官方网站已经无法访问(www.ieasy.org)，因此此插件见本站的附件（已经进行了处理，编码转换为UTF8，文件路径按照UBUNTU进行了默认修改）。qqhostinfo 把插件中的两个文件，即qqhostinfo.pm和qqwry.pl拷贝到/usr/share/awstats/plugins目录下，把纯真IP库文件qqwry.dat也拷贝到此目录下，然后在/etc/awstats/awstats.config.local中添加一行： LoadPlugin=”qqhostinfo” 这样就应该可以了。]]></description>
			<content:encoded><![CDATA[<p>服务器环境：ubuntu 10.04, utf8编码</p>
<p>在进行网站统计时，默认采用的GEOIP库进行国家统计，但我们的网站用户群主要是国内，因此统计来源国家意义不大，就需要统计国内各省市来访信息，纯真IP数据库应该就可以发挥很好的作用。</p>
<p>awstats结合qqwry.dat已经有现成的插件，但其官方网站已经无法访问(www.ieasy.org)，因此此插件见本站的附件（已经进行了处理，编码转换为UTF8，文件路径按照UBUNTU进行了默认修改）。<a href='http://wlx.westgis.ac.cn/uploads/2012/01/qqhostinfo.rar'>qqhostinfo</a></p>
<p>把插件中的两个文件，即qqhostinfo.pm和qqwry.pl拷贝到/usr/share/awstats/plugins目录下，把纯真IP库文件qqwry.dat也拷贝到此目录下，然后在/etc/awstats/awstats.config.local中添加一行：</p>
<blockquote><p>LoadPlugin=”qqhostinfo”</p></blockquote>
<p>这样就应该可以了。</p>
]]></content:encoded>
			<wfw:commentRss>http://wlx.westgis.ac.cn/757/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>wordpress站点更换域名</title>
		<link>http://wlx.westgis.ac.cn/752/</link>
		<comments>http://wlx.westgis.ac.cn/752/#comments</comments>
		<pubDate>Fri, 30 Dec 2011 04:57:51 +0000</pubDate>
		<dc:creator>wlx</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[domain]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[域名]]></category>

		<guid isPermaLink="false">http://wlx.westgis.ac.cn/?p=752</guid>
		<description><![CDATA[采用wordpress建站后经常会先使用临时域名，待测试完毕后再更换为正式域名，但在wordpress数据库里对站点域名进行了绑定，因此需要使用数据库进行处理： update wp_options set option_value=replace(option_value,&#8217;old_site_url&#8217;,'new_site_url&#8217;) where option_value like &#8216;%old_site_url%&#8217;;]]></description>
			<content:encoded><![CDATA[<p>采用wordpress建站后经常会先使用临时域名，待测试完毕后再更换为正式域名，但在wordpress数据库里对站点域名进行了绑定，因此需要使用数据库进行处理：</p>
<blockquote><p>update wp_options set option_value=replace(option_value,&#8217;old_site_url&#8217;,'new_site_url&#8217;) where option_value like &#8216;%old_site_url%&#8217;;</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://wlx.westgis.ac.cn/752/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iphone4 美版越狱升级为5.0.1</title>
		<link>http://wlx.westgis.ac.cn/748/</link>
		<comments>http://wlx.westgis.ac.cn/748/#comments</comments>
		<pubDate>Wed, 28 Dec 2011 11:36:00 +0000</pubDate>
		<dc:creator>wlx</dc:creator>
				<category><![CDATA[mac osx]]></category>
		<category><![CDATA[tech]]></category>
		<category><![CDATA[5.0.1]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[jailbreak]]></category>
		<category><![CDATA[sms]]></category>

		<guid isPermaLink="false">http://wlx.westgis.ac.cn/?p=748</guid>
		<description><![CDATA[昨天看到完美越狱5.0.1出来了，然后看到其自带了激活功能，因此就按照说明进行了升级。按照说明，先制作保基带固件，然后进入DFU、恢复、越狱。整个过程很顺利，而且启动后可以使用之前的GEVEY卡贴进行解锁，但发现短信和通话记录全部丢失！到网上搜索了一下，居然没有相关的解决方案。在apple官网上也有相关的问题记录，但依然无解。经过多次、漫长的尝试，最终通过如下方法将短信和通话记录回复了。 1. 首先刷回之前的4.3.1版本，开tinyumbrella，然后恢复之前的固件。恢复后所有原来的记录都在，这是可通过ssh或itools将相关的几个数据库文件拷贝出来。 短信地址：/private/var/mobile/Library/SMS/sms.db 通话记录：/private/var/wireless/Library/CallHistory/call_history.db 2. 再次升级，恢复、越狱，安装sbsettings、opensssh后，将上出备份出来的数据库文件拷贝回原地址。 注意：拷贝回去后，要注意文件权限，否则仍旧会有问题！ chown mobile /private/var/mobile/Library/SMS/sms.db chown _wireless /private/var/wireless/Library/CallHistory/call_history.db 然后再次重启，进行解锁工作，你的系统应该正常了。 BTW：我在越狱后还遭遇了无限重启问题，不知道是安装的哪个程序导致的，后来成功的那次就没有安装appsync了，也不知道罪魁祸首是不是他，还是越狱自身的问题。]]></description>
			<content:encoded><![CDATA[<p>昨天看到完美越狱5.0.1出来了，然后看到其自带了激活功能，因此就按照说明进行了升级。按照说明，先制作保基带固件，然后进入DFU、恢复、越狱。整个过程很顺利，而且启动后可以使用之前的GEVEY卡贴进行解锁，但发现短信和通话记录全部丢失！到网上搜索了一下，居然没有相关的解决方案。在apple官网上也有相关的问题记录，但依然无解。经过多次、漫长的尝试，最终通过如下方法将短信和通话记录回复了。</p>
<p>1. 首先刷回之前的4.3.1版本，开tinyumbrella，然后恢复之前的固件。恢复后所有原来的记录都在，这是可通过ssh或itools将相关的几个数据库文件拷贝出来。<br />
短信地址：/private/var/mobile/Library/SMS/sms.db<br />
通话记录：/private/var/wireless/Library/CallHistory/call_history.db<br />
2. 再次升级，恢复、越狱，安装sbsettings、opensssh后，将上出备份出来的数据库文件拷贝回原地址。<br />
注意：拷贝回去后，要注意文件权限，否则仍旧会有问题！</p>
<blockquote><p>chown mobile /private/var/mobile/Library/SMS/sms.db<br />
chown _wireless /private/var/wireless/Library/CallHistory/call_history.db </p></blockquote>
<p>然后再次重启，进行解锁工作，你的系统应该正常了。</p>
<p>BTW：我在越狱后还遭遇了无限重启问题，不知道是安装的哪个程序导致的，后来成功的那次就没有安装appsync了，也不知道罪魁祸首是不是他，还是越狱自身的问题。</p>
]]></content:encoded>
			<wfw:commentRss>http://wlx.westgis.ac.cn/748/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>有意思的一篇文章：[译稿]为什么我们不要 .NET 程序员</title>
		<link>http://wlx.westgis.ac.cn/746/</link>
		<comments>http://wlx.westgis.ac.cn/746/#comments</comments>
		<pubDate>Wed, 21 Dec 2011 03:15:25 +0000</pubDate>
		<dc:creator>wlx</dc:creator>
				<category><![CDATA[Program]]></category>
		<category><![CDATA[.net]]></category>

		<guid isPermaLink="false">http://wlx.westgis.ac.cn/?p=746</guid>
		<description><![CDATA[文章地址：[译稿]为什么我们不要 .NET 程序员 有些观点我比较赞同： 用 .NET 进行编程就像是在麦当劳做烹饪。那里有全套神奇的设备能够自动的造出所有的东西。只有你按一下正确的按钮，跟着提示灯的指示，你就可以批量的制造出完美无缺的1.6盎司的汉堡，比地球上的任何其他人都要快。 然而，如果你想做出一个1.7盎司的汉堡，很抱歉，你做不到。很简单，没有这样的按钮。 馅饼是预先做成了那样的尺寸。它们做出来之后就被冷冻，所有你无法把它们揉到一起做成其它尺寸，解冻机和烹饪机是一体的，你没有办法在它们之间进行拦截。 麦当劳的厨房产出的食品精确的和麦当劳的菜单保持一致的——这种模式使你的大脑不需要任何的思考。可是，它不能偏离菜单，对烹饪机器的任何你妄想的压挤变 形都会导致它停止工作，而被送回返厂维修。]]></description>
			<content:encoded><![CDATA[<p>文章地址：<a href="http://www.cnbeta.com/articles/166297.htm">[译稿]为什么我们不要 .NET 程序员</a><br />
有些观点我比较赞同：</p>
<blockquote><p>用 .NET 进行编程就像是在麦当劳做烹饪。那里有全套神奇的设备能够自动的造出所有的东西。只有你按一下正确的按钮，跟着提示灯的指示，你就可以批量的制造出完美无缺的1.6盎司的汉堡，比地球上的任何其他人都要快。</p>
<p>然而，如果你想做出一个1.7盎司的汉堡，很抱歉，你做不到。很简单，没有这样的按钮。 馅饼是预先做成了那样的尺寸。它们做出来之后就被冷冻，所有你无法把它们揉到一起做成其它尺寸，解冻机和烹饪机是一体的，你没有办法在它们之间进行拦截。 麦当劳的厨房产出的食品精确的和麦当劳的菜单保持一致的——这种模式使你的大脑不需要任何的思考。可是，它不能偏离菜单，对烹饪机器的任何你妄想的压挤变 形都会导致它停止工作，而被送回返厂维修。</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://wlx.westgis.ac.cn/746/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ubuntu oneiric apache2.2 tomat7 mod_jk geonetwork</title>
		<link>http://wlx.westgis.ac.cn/741/</link>
		<comments>http://wlx.westgis.ac.cn/741/#comments</comments>
		<pubDate>Fri, 16 Dec 2011 06:24:07 +0000</pubDate>
		<dc:creator>wlx</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Program]]></category>
		<category><![CDATA[apache2]]></category>
		<category><![CDATA[geonetwork]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[mod_jk]]></category>
		<category><![CDATA[oneiric]]></category>
		<category><![CDATA[tomact7]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://wlx.westgis.ac.cn/?p=741</guid>
		<description><![CDATA[在一台新服务器上安装了ubuntu oneiric 11.10中安装apache2.2 tomcat7，现在想通过mod_jk把二者桥接起来。 1. 首先安装 sudo apt-get install tomcat7 apache2 libapache2-mod-jk 2. 修改workers.properties sudo nano /etc/libapache2-mod-jk/workers.properties 把其中一行： workers.tomcat_home=/usr/share/tomcat6 替换为： workers.tomcat_home=/usr/share/tomcat7 3. 配置tomcat7 sudo nano /etc/tomcat7/server.xml 把port 8009这行的默认注释给去掉： &#60;Connector port="8009" protocol="AJP/1.3" redirectPort="8443" /&#62; 并添加host中添加自己的应用： &#60;Context path="/geonetwork" docBase="/var/www/xining/geonetwork/web/geonetwork/" crossContext="false" debug="0" reloadable="false" &#8230; <a href="http://wlx.westgis.ac.cn/741/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>在一台新服务器上安装了ubuntu oneiric 11.10中安装apache2.2 tomcat7，现在想通过mod_jk把二者桥接起来。<br />
1. 首先安装</p>
<blockquote><p>sudo apt-get install tomcat7 apache2 libapache2-mod-jk</p></blockquote>
<p>2. 修改workers.properties</p>
<blockquote><p>sudo nano /etc/libapache2-mod-jk/workers.properties</p></blockquote>
<p>把其中一行：</p>
<blockquote><p>workers.tomcat_home=/usr/share/tomcat6</p></blockquote>
<p>替换为：</p>
<blockquote><p>workers.tomcat_home=/usr/share/tomcat7</p></blockquote>
<p>3. 配置tomcat7</p>
<blockquote><p>sudo nano /etc/tomcat7/server.xml</p></blockquote>
<p>把port 8009这行的默认注释给去掉：</p>
<blockquote><p>
<code><br />
    &lt;Connector port="8009" protocol="AJP/1.3" redirectPort="8443" /&gt;</code></p></blockquote>
<p>并添加host中添加自己的应用：</p>
<blockquote><p><code> &lt;Context path="/geonetwork"<br />
          docBase="/var/www/xining/geonetwork/web/geonetwork/"<br />
          crossContext="false"<br />
          debug="0"<br />
          reloadable="false" /&gt;</code></p></blockquote>
<p>4. 修改apache2 site配置</p>
<blockquote><p>sudo nano /etc/apache2/sites-enabled/xining</p></blockquote>
<p>在其中，添加：</p>
<blockquote><p>JkMount /geonetwork/* ajp13_worker<br />
JkMount /geonetwork ajp13_worker</p></blockquote>
<p>以让mod_jk生效。</p>
<p>5. 重启相关服务</p>
<blockquote><p>sudo service apache2 restart<br />
sudo service tomcat7 restart</p></blockquote>
<p>6. 安装sun-java6-jdk<br />
我们应用的GEONETWORK软件在使用默认的OPENJDK时会有错误产生，如不能登录、不能查询，因此需要安装SUN JDK。</p>
<blockquote><p>sudo apt-get install python-software-properties<br />
sudo add-apt-repository ppa:ferramroberto/java<br />
sudo apt-get update<br />
sudo apt-get install sun-java6-jdk<br />
sudo update-alternatives &#8211;config java  </p></blockquote>
<p>安装完成后，可以通过java -version命令确认：</p>
<blockquote><p>java version “1.6.0_26&#8243;<br />
Java(TM) SE Runtime Environment (build 1.6.0_26-b03)<br />
Java HotSpot(TM) 64-Bit Server VM (build 20.1-b02, mixed mode)</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://wlx.westgis.ac.cn/741/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>bluefish 2.2.0发布了</title>
		<link>http://wlx.westgis.ac.cn/739/</link>
		<comments>http://wlx.westgis.ac.cn/739/#comments</comments>
		<pubDate>Thu, 15 Dec 2011 16:32:29 +0000</pubDate>
		<dc:creator>wlx</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Program]]></category>
		<category><![CDATA[bluefish]]></category>
		<category><![CDATA[gtk3]]></category>

		<guid isPermaLink="false">http://wlx.westgis.ac.cn/?p=739</guid>
		<description><![CDATA[bluefish是我现在进行php编程的ide工具，其最新版本2.2.0发布了，最大的变化是支持gtk-3了。 就是不知道什么时候ubuntu能有更新包出来，估计等不及就要自己编译了。]]></description>
			<content:encoded><![CDATA[<p>bluefish是我现在进行php编程的ide工具，其最新版本2.2.0发布了，最大的变化是支持gtk-3了。<a href="http://oli4444.wordpress.com/2011/11/27/bluefish-2-2-0-released/" title="bluefish 2.2.0 blog"></a><br />
就是不知道什么时候ubuntu能有更新包出来，估计等不及就要自己编译了。</p>
]]></content:encoded>
			<wfw:commentRss>http://wlx.westgis.ac.cn/739/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>诡异的问题：时间不同步导致FTP用户地址丢失</title>
		<link>http://wlx.westgis.ac.cn/736/</link>
		<comments>http://wlx.westgis.ac.cn/736/#comments</comments>
		<pubDate>Mon, 12 Dec 2011 08:01:02 +0000</pubDate>
		<dc:creator>wlx</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[ntp]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[westdc]]></category>

		<guid isPermaLink="false">http://wlx.westgis.ac.cn/?p=736</guid>
		<description><![CDATA[数据中心的FTP在设计时采用每小时更新的方式，即用户控制在A服务器上，FTP SERVER在B服务器上，最近发现有用户通过申请后得不到数据下载地址。 逐步排查后没有发现任何问题，后来仔细看了cron列表，同步控制信息是在B服务器上每小时的58分左右进行，但B服务器快了2分钟，导致B服务器上的58分=A服务器上的00分，这样就错过了用户控制信息！ 最终发现B服务器上没有安装时间同步进程： sudo apt-get install ntp 这样应该就能解决问题了！]]></description>
			<content:encoded><![CDATA[<p>数据中心的FTP在设计时采用每小时更新的方式，即用户控制在A服务器上，FTP SERVER在B服务器上，最近发现有用户通过申请后得不到数据下载地址。</p>
<p>逐步排查后没有发现任何问题，后来仔细看了cron列表，同步控制信息是在B服务器上每小时的58分左右进行，但B服务器快了2分钟，导致B服务器上的58分=A服务器上的00分，这样就错过了用户控制信息！</p>
<p>最终发现B服务器上没有安装时间同步进程：</p>
<blockquote><p>sudo apt-get install ntp</p></blockquote>
<p>这样应该就能解决问题了！</p>
]]></content:encoded>
			<wfw:commentRss>http://wlx.westgis.ac.cn/736/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>postgresql中从多表中进行update</title>
		<link>http://wlx.westgis.ac.cn/734/</link>
		<comments>http://wlx.westgis.ac.cn/734/#comments</comments>
		<pubDate>Sun, 11 Dec 2011 08:24:05 +0000</pubDate>
		<dc:creator>wlx</dc:creator>
				<category><![CDATA[Program]]></category>
		<category><![CDATA[postgresql]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[update]]></category>

		<guid isPermaLink="false">http://wlx.westgis.ac.cn/?p=734</guid>
		<description><![CDATA[有时候，需要根据其他表的数据对某表的数据进行更新，这是就可以用到多表更新的功能： update metadata m set source=s.uuid from source s right join datasource d on s.id=d.sourceid where m.uuid=d.uuid]]></description>
			<content:encoded><![CDATA[<p>有时候，需要根据其他表的数据对某表的数据进行更新，这是就可以用到多表更新的功能：</p>
<blockquote><p>
update metadata m set source=s.uuid from source s right join datasource d on s.id=d.sourceid where m.uuid=d.uuid
</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://wlx.westgis.ac.cn/734/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>bing api json中文搜索有乱码</title>
		<link>http://wlx.westgis.ac.cn/732/</link>
		<comments>http://wlx.westgis.ac.cn/732/#comments</comments>
		<pubDate>Wed, 30 Nov 2011 02:38:21 +0000</pubDate>
		<dc:creator>wlx</dc:creator>
				<category><![CDATA[Program]]></category>
		<category><![CDATA[bing json 中文]]></category>

		<guid isPermaLink="false">http://wlx.westgis.ac.cn/?p=732</guid>
		<description><![CDATA[系统中使用bing api json进行查询后发现搜索结果有乱码，网上搜索后发现是一个返回高亮的问题： bing api默认的请求参数是上面这样的。后面经发现’Options’=>’EnableHighlighting’,有问题。如果指定 Bing Search API时如果指定Options=EnableHighlighting（如下），则返回的Jason字符串中在关键字两边会有全角空格字符，而全角空格字符在IE下显示为很长的空格，在Firefox上显示为乱码。 最终解决方方案：在查询請求中去除Options=EnableHighlighting的参数设置后正常。]]></description>
			<content:encoded><![CDATA[<p>系统中使用bing api json进行查询后发现搜索结果有乱码，网上搜索后发现是一个<a href="http://www.codeshows.com/bing-api%E6%90%9C%E7%B4%A2%E7%BB%93%E6%9E%9C%E6%9C%89%E4%B9%B1%E7%A0%81/">返回高亮的问题</a>：</p>
<blockquote><p>bing api默认的请求参数是上面这样的。后面经发现’Options’=>’EnableHighlighting’,有问题。如果指定<br />
Bing Search API时如果指定Options=EnableHighlighting（如下），则返回的Jason字符串中在关键字两边会有全角空格字符，而全角空格字符在IE下显示为很长的空格，在Firefox上显示为乱码。</p>
<p>最终解决方方案：在查询請求中去除Options=EnableHighlighting的参数设置后正常。</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://wlx.westgis.ac.cn/732/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ubuntu 11.10下freemind输入中文</title>
		<link>http://wlx.westgis.ac.cn/729/</link>
		<comments>http://wlx.westgis.ac.cn/729/#comments</comments>
		<pubDate>Thu, 24 Nov 2011 13:56:03 +0000</pubDate>
		<dc:creator>wlx</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[freemind]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://wlx.westgis.ac.cn/?p=729</guid>
		<description><![CDATA[临时要用FREEMIND画个图，但突然发现系统升级后不能在FREEMIND输入中文了，网上搜索了一下，还没有找到对应的问题。 突然想起来，会不时快捷键冲突导致的？进入freemind的工具-选项中，查看快捷键定义，果然有control+blank的冲突：切换子折叠，因此随便换了个其他快捷键，果然能用。]]></description>
			<content:encoded><![CDATA[<p>临时要用FREEMIND画个图，但突然发现系统升级后不能在FREEMIND输入中文了，网上搜索了一下，还没有找到对应的问题。</p>
<p>突然想起来，会不时快捷键冲突导致的？进入freemind的工具-选项中，查看快捷键定义，果然有control+blank的冲突：切换子折叠，因此随便换了个其他快捷键，果然能用。</p>
]]></content:encoded>
			<wfw:commentRss>http://wlx.westgis.ac.cn/729/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

