<?php xml version="1.0" encoding="UTF-8"?> 
<rss version="2.0">
<channel>
<title><![CDATA[◇王者之剑◇-Albert Song&amp;#39;s Blog]]></title>
<link>http://www.albertsong.com/</link>
<description><![CDATA[不要把简单的事情搞得N复杂]]></description>
<language>utf-8</language>
<copyright><![CDATA[CopyRight 2006 F2Blog.com All Rights Reserved.]]></copyright>
<webMaster><![CDATA[albertsong.com@gmail.com]]></webMaster>
<generator>F2blog 1.2 build 03.01</generator> 
<image>
	<title>◇王者之剑◇-Albert Song&amp;#39;s Blog</title> 
	<url>http://www.albertsong.com/attachments/</url> 
	<link>http://www.albertsong.com/</link> 
	<description>◇王者之剑◇-Albert Song&amp;#39;s Blog</description> 
</image>
<item>
	<link>http://www.albertsong.com/read-181.html</link>
	<title><![CDATA[真正的信息时代即将到来]]></title>
	<author>王者之剑</author>
	<category><![CDATA[数字生活]]></category>
	<pubDate>Sat, 09 Jan 2010 10:59:59 +0000</pubDate>
	<guid>http://www.albertsong.com/read-181.html</guid>	
	<description><![CDATA[凡人或许只能想像，天才已然行走在路上。<br />]]></description>
</item>
<item>
	<link>http://www.albertsong.com/read-180.html</link>
	<title><![CDATA[php 调用java写的web service报错]]></title>
	<author>王者之剑</author>
	<category><![CDATA[笔记]]></category>
	<pubDate>Wed, 30 Dec 2009 09:39:24 +0000</pubDate>
	<guid>http://www.albertsong.com/read-180.html</guid>	
	<description><![CDATA[错误信息如下：<br />SoapFault exception: [soap:Client] Not enough message parts were received for the operation. <br /><br />Java服务端使用XFire<br /><br />后来发现必须要用数组的方式传递参数<br />$param1 =&quot; hello&quot;<br />$param = array(&#39;inPara&#39;=&gt;$param1);<br /><br />&nbsp;$arr = $client-&gt;HelloService($param);<br /><br />如果直接用 $arr = $client-&gt;HelloService($param1);，上面的异常就会出现<br /><br />参数名inPara也要和wsdl中定义的一致，否则会出其他问题。<br />]]></description>
</item>
<item>
	<link>http://www.albertsong.com/read-179.html</link>
	<title><![CDATA[How to check the version of  ImageMagick ?]]></title>
	<author>王者之剑</author>
	<category><![CDATA[笔记]]></category>
	<pubDate>Tue, 29 Dec 2009 08:44:13 +0000</pubDate>
	<guid>http://www.albertsong.com/read-179.html</guid>	
	<description><![CDATA[怎样检查linux 下已安装的ImageMagick的版本?<br />run the following command<br />convert --version<br />]]></description>
</item>
<item>
	<link>http://www.albertsong.com/read-178.html</link>
	<title><![CDATA[我猜我猜我猜猜猜]]></title>
	<author>王者之剑</author>
	<category><![CDATA[人生如歌]]></category>
	<pubDate>Fri, 25 Dec 2009 19:01:36 +0000</pubDate>
	<guid>http://www.albertsong.com/read-178.html</guid>	
	<description><![CDATA[]]></description>
</item>
<item>
	<link>http://www.albertsong.com/read-177.html</link>
	<title><![CDATA[JLPT日语一级历年真题及答案]]></title>
	<author>王者之剑</author>
	<category><![CDATA[外语学习]]></category>
	<pubDate>Sun, 22 Nov 2009 10:19:26 +0000</pubDate>
	<guid>http://www.albertsong.com/read-177.html</guid>	
	<description><![CDATA[日语等级考试历年真题及答案1991-2006<br />http://www.v2jp.net/topic/view/90.html]]></description>
</item>
<item>
	<link>http://www.albertsong.com/read-176.html</link>
	<title><![CDATA[Ubuntu9.0.4下安装播放DVD的软件]]></title>
	<author>王者之剑</author>
	<category><![CDATA[安装指南]]></category>
	<pubDate>Sun, 16 Aug 2009 08:24:27 +0000</pubDate>
	<guid>http://www.albertsong.com/read-176.html</guid>	
	<description><![CDATA[执行如下命令：<br />sudo apt-get install ubuntu-restricted-extras<br />sudo apt-get install gxine<br />sudo /usr/share/doc/libdvdread4/install-css.sh<br /><br />参考链接：<br />https://help.ubuntu.com/community/RestrictedFormats<br />https://help.ubuntu.com/community/RestrictedFormats/PlayingDVDs]]></description>
</item>
<item>
	<link>http://www.albertsong.com/read-174.html</link>
	<title><![CDATA[一份很好的B＋树文档]]></title>
	<author>王者之剑</author>
	<category><![CDATA[算法]]></category>
	<pubDate>Sun, 09 Aug 2009 11:44:41 +0000</pubDate>
	<guid>http://www.albertsong.com/read-174.html</guid>	
	<description><![CDATA[不错的ppt，学习B＋树必读。<br />如果你有更好的资料，欢迎推荐。<br /><img src="http://www.albertsong.com/images/download.gif" alt="下载文件" style="margin:0px 2px -4px 0px"/><a href="http://www.albertsong.com/download.php?id=72">b+tree.zip</a>&nbsp;(52.79 KB , 下载:1878次)]]></description>
</item>
<item>
	<link>http://www.albertsong.com/read-170.html</link>
	<title><![CDATA[J2ME HTTP GET/POST 例子]]></title>
	<author>王者之剑</author>
	<category><![CDATA[Java]]></category>
	<pubDate>Tue, 07 Jul 2009 11:28:39 +0000</pubDate>
	<guid>http://www.albertsong.com/read-170.html</guid>	
	<description><![CDATA[几个比较好的例子：<br />http://www.java2s.com/Code/Java/J2ME/HttpMIDlet.htm<br />http://www.java2s.com/Code/Java/J2ME/HttpConnection.htm<br />http://www.java2s.com/Code/Java/J2ME/UseGETorPOSTtocommunicatewithaJavaservlet.htm<br /><br />想说的是，如果在使用GET的时候不小心打开了OutputStream，访问有的服务器时不会有问题，而有的服务器（也可能是firewall)如果发现GET后面还write了数据，则不会给出response.但request仍然会在服务端被执行。]]></description>
</item>
<item>
	<link>http://www.albertsong.com/read-167.html</link>
	<title><![CDATA[在64位的Ubuntu9.04上安装32位的JDK]]></title>
	<author>王者之剑</author>
	<category><![CDATA[安装指南]]></category>
	<pubDate>Tue, 26 May 2009 10:02:21 +0000</pubDate>
	<guid>http://www.albertsong.com/read-167.html</guid>	
	<description><![CDATA[<span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Simsun; font-size: 16px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;"><span class="Apple-style-span" style="font-family: -webkit-monospace; font-size: 13px; white-space: pre-wrap;">问题：WTK2.5.2只能和32位的JDK一起运行,而操作系统是64位的。<br />解决方案：<br />1.从java.sun.com下载32位的JDK，我下载的是jdk-1_5_0_19-linux-i586.bin<br />2.安装java-package<br />  sudo apt-get install java-package<br />3.使用java-package将32位的jdk做成一个.deb包<br />  DEB_BUILD_GNU_TYPE=i486-linux-gnu DEB_BUILD_ARCH=i386 fakeroot make-jpkg jdk-6u7-linux-i586.bin<br />4.安装.deb包（deb包名字有amd64这样的，不用管）<br />  sudo dpkg -i sun-j2sdk1.5_1.5.0+update19_amd64.deb<br />32位的JDK到这里已安装完成，位置在/usr/lib/j2sdk1.5-sun/<br />其它<br />1.有可能eclipse不能运行了，因为刚才安装的32位jdk被设成默认的了，而eclipse是安装的64位的，用下面的命令改回64位的JDK<br />  sudo update-alternativ</span></span>]]></description>
</item>
<item>
	<link>http://www.albertsong.com/read-166.html</link>
	<title><![CDATA[Ubuntu9.0.4常用软件]]></title>
	<author>王者之剑</author>
	<category><![CDATA[笔记]]></category>
	<pubDate>Mon, 25 May 2009 15:39:10 +0000</pubDate>
	<guid>http://www.albertsong.com/read-166.html</guid>	
	<description><![CDATA[*-IM Tools<br />*--skype<br />sudo apt-get install ia32-libs lib32asound2 libasound2-plugins<br />wget -O skype-install.deb http://www.skype.com/go/getskype-linux-ubuntu-amd64<br />sudo dpkg -i skype-install.deb<br /><br />http://ubuntuforums.org/showthread.php?t=432295<br /><br />*-Access shared files on a Windows computer<br />sudo apt-get install smbfs<br />mount -t smbfs -o username=windowsusername //windows machine/sharefiles /mnt/localfolder<br /><br />https://help.ubuntu.com/community/SettingUpSamba<br />http://www.zhiweinet.com/jiaocheng/2009-04/8612.htm<br /><br />*-播放rmvb<br />su]]></description>
</item>
</channel>
</rss>