<?php xml version="1.0" encoding="UTF-8"?> 
<feed xmlns="http://www.w3.org/2005/Atom">
<title type="html"><![CDATA[◇王者之剑◇-Albert Song&amp;#39;s Blog]]></title>
<subtitle type="html"><![CDATA[不要把简单的事情搞得N复杂]]></subtitle>
<id>http://www.albertsong.com</id> 
<link rel="alternate" type="text/html" href="http://www.albertsong.com" /> 
<link rel="self" type="application/atom+xml" href="http://www.albertsong.comatom.php" /> 
<generator uri="http://www.f2blog.com/" version="1.2 build 03.01">F2Blog</generator> 
<updated>2010-01-09 10:59:59</updated> 
<entry>
  <title type="html"><![CDATA[真正的信息时代即将到来]]></title>
  <author>
	 <name>王者之剑</name>
	 <uri>http://www.albertsong.comread-181.html</uri>
	 <email>albertsong.com@gmail.com</email>
  </author>
  <category term="" scheme="http://www.albertsong.comcategory-23.html" label="数字生活" /> 
  <updated>2010-01-09 10:59:59</updated>
  <published>2010-01-09 10:59:59</published>
  <content type='text'><![CDATA[凡人或许只能想像，天才已然行走在路上。<br />]]></content>
  <link rel="alternate" type="text/html" href="http://www.albertsong.comread-181.html" /> 
  <id>http://www.albertsong.comread-181.html</id> 
</entry>	
<entry>
  <title type="html"><![CDATA[php 调用java写的web service报错]]></title>
  <author>
	 <name>王者之剑</name>
	 <uri>http://www.albertsong.comread-180.html</uri>
	 <email>albertsong.com@gmail.com</email>
  </author>
  <category term="" scheme="http://www.albertsong.comcategory-29.html" label="笔记" /> 
  <updated>2009-12-30 09:39:24</updated>
  <published>2009-12-30 09:39:24</published>
  <content type='text'><![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 />]]></content>
  <link rel="alternate" type="text/html" href="http://www.albertsong.comread-180.html" /> 
  <id>http://www.albertsong.comread-180.html</id> 
</entry>	
<entry>
  <title type="html"><![CDATA[How to check the version of  ImageMagick ?]]></title>
  <author>
	 <name>王者之剑</name>
	 <uri>http://www.albertsong.comread-179.html</uri>
	 <email>albertsong.com@gmail.com</email>
  </author>
  <category term="" scheme="http://www.albertsong.comcategory-29.html" label="笔记" /> 
  <updated>2009-12-29 08:44:13</updated>
  <published>2009-12-29 08:44:13</published>
  <content type='text'><![CDATA[怎样检查linux 下已安装的ImageMagick的版本?<br />run the following command<br />convert --version<br />]]></content>
  <link rel="alternate" type="text/html" href="http://www.albertsong.comread-179.html" /> 
  <id>http://www.albertsong.comread-179.html</id> 
</entry>	
<entry>
  <title type="html"><![CDATA[我猜我猜我猜猜猜]]></title>
  <author>
	 <name>王者之剑</name>
	 <uri>http://www.albertsong.comread-178.html</uri>
	 <email>albertsong.com@gmail.com</email>
  </author>
  <category term="" scheme="http://www.albertsong.comcategory-24.html" label="人生如歌" /> 
  <updated>2009-12-25 19:01:36</updated>
  <published>2009-12-25 19:01:36</published>
  <content type='text'><![CDATA[]]></content>
  <link rel="alternate" type="text/html" href="http://www.albertsong.comread-178.html" /> 
  <id>http://www.albertsong.comread-178.html</id> 
</entry>	
<entry>
  <title type="html"><![CDATA[JLPT日语一级历年真题及答案]]></title>
  <author>
	 <name>王者之剑</name>
	 <uri>http://www.albertsong.comread-177.html</uri>
	 <email>albertsong.com@gmail.com</email>
  </author>
  <category term="" scheme="http://www.albertsong.comcategory-14.html" label="外语学习" /> 
  <updated>2009-11-22 10:19:26</updated>
  <published>2009-11-22 10:19:26</published>
  <content type='text'><![CDATA[日语等级考试历年真题及答案1991-2006<br />http://www.v2jp.net/topic/view/90.html]]></content>
  <link rel="alternate" type="text/html" href="http://www.albertsong.comread-177.html" /> 
  <id>http://www.albertsong.comread-177.html</id> 
</entry>	
<entry>
  <title type="html"><![CDATA[Ubuntu9.0.4下安装播放DVD的软件]]></title>
  <author>
	 <name>王者之剑</name>
	 <uri>http://www.albertsong.comread-176.html</uri>
	 <email>albertsong.com@gmail.com</email>
  </author>
  <category term="" scheme="http://www.albertsong.comcategory-12.html" label="安装指南" /> 
  <updated>2009-08-16 08:24:27</updated>
  <published>2009-08-16 08:24:27</published>
  <content type='text'><![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]]></content>
  <link rel="alternate" type="text/html" href="http://www.albertsong.comread-176.html" /> 
  <id>http://www.albertsong.comread-176.html</id> 
</entry>	
<entry>
  <title type="html"><![CDATA[一份很好的B＋树文档]]></title>
  <author>
	 <name>王者之剑</name>
	 <uri>http://www.albertsong.comread-174.html</uri>
	 <email>albertsong.com@gmail.com</email>
  </author>
  <category term="" scheme="http://www.albertsong.comcategory-15.html" label="算法" /> 
  <updated>2009-08-09 11:44:41</updated>
  <published>2009-08-09 11:44:41</published>
  <content type='text'><![CDATA[不错的ppt，学习B＋树必读。<br />如果你有更好的资料，欢迎推荐。<br /><img src="http://www.albertsong.comimages/download.gif" alt="下载文件" style="margin:0px 2px -4px 0px"/><a href="http://www.albertsong.comdownload.php?id=72">b+tree.zip</a>&nbsp;(52.79 KB , 下载:1833次)]]></content>
  <link rel="alternate" type="text/html" href="http://www.albertsong.comread-174.html" /> 
  <id>http://www.albertsong.comread-174.html</id> 
</entry>	
<entry>
  <title type="html"><![CDATA[J2ME HTTP GET/POST 例子]]></title>
  <author>
	 <name>王者之剑</name>
	 <uri>http://www.albertsong.comread-170.html</uri>
	 <email>albertsong.com@gmail.com</email>
  </author>
  <category term="" scheme="http://www.albertsong.comcategory-21.html" label="Java" /> 
  <updated>2009-07-07 11:28:39</updated>
  <published>2009-07-07 11:28:39</published>
  <content type='text'><![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仍然会在服务端被执行。]]></content>
  <link rel="alternate" type="text/html" href="http://www.albertsong.comread-170.html" /> 
  <id>http://www.albertsong.comread-170.html</id> 
</entry>	
<entry>
  <title type="html"><![CDATA[在64位的Ubuntu9.04上安装32位的JDK]]></title>
  <author>
	 <name>王者之剑</name>
	 <uri>http://www.albertsong.comread-167.html</uri>
	 <email>albertsong.com@gmail.com</email>
  </author>
  <category term="" scheme="http://www.albertsong.comcategory-12.html" label="安装指南" /> 
  <updated>2009-05-26 10:02:21</updated>
  <published>2009-05-26 10:02:21</published>
  <content type='text'><![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>]]></content>
  <link rel="alternate" type="text/html" href="http://www.albertsong.comread-167.html" /> 
  <id>http://www.albertsong.comread-167.html</id> 
</entry>	
<entry>
  <title type="html"><![CDATA[Ubuntu9.0.4常用软件]]></title>
  <author>
	 <name>王者之剑</name>
	 <uri>http://www.albertsong.comread-166.html</uri>
	 <email>albertsong.com@gmail.com</email>
  </author>
  <category term="" scheme="http://www.albertsong.comcategory-29.html" label="笔记" /> 
  <updated>2009-05-25 15:39:10</updated>
  <published>2009-05-25 15:39:10</published>
  <content type='text'><![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]]></content>
  <link rel="alternate" type="text/html" href="http://www.albertsong.comread-166.html" /> 
  <id>http://www.albertsong.comread-166.html</id> 
</entry>	
</feed>