<?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>2008-07-31 11:49:45</updated> 
<entry>
  <title type="html"><![CDATA[今日注册5G，见证5G重要时刻]]></title>
  <author>
	 <name>王者之剑</name>
	 <uri>http://www.albertsong.comread-125.html</uri>
	 <email>albertsong.com@gmail.com</email>
  </author>
  <category term="" scheme="http://www.albertsong.comcategory-23.html" label="数字生活" /> 
  <updated>2008-07-31 11:49:45</updated>
  <published>2008-07-31 11:49:45</published>
  <content type='text'><![CDATA[注册了请加我好友<br />http://albertsong.5gme.com]]></content>
  <link rel="alternate" type="text/html" href="http://www.albertsong.comread-125.html" /> 
  <id>http://www.albertsong.comread-125.html</id> 
</entry>	
<entry>
  <title type="html"><![CDATA[Struts2.1.x+Spring2.5.x+Hibernate3.2.x实例教程(1)V0.1]]></title>
  <author>
	 <name>王者之剑</name>
	 <uri>http://www.albertsong.comread-124.html</uri>
	 <email>albertsong.com@gmail.com</email>
  </author>
  <category term="" scheme="http://www.albertsong.comcategory-21.html" label="Java" /> 
  <updated>2008-07-25 00:30:28</updated>
  <published>2008-07-25 00:30:28</published>
  <content type='text'><![CDATA[<font size="4" style="font-weight: bold;">一、搭建Windows下Java Web开发环境</font><br /><br /><span style="font-weight: bold;">概要</span><br />1．SSH开发相关软件及开发包下载<br />2．软件安装及相关设置<br />3．最简单的Web程序<br /><br /><span style="font-weight: bold;">1.软件下载</span><br />在Ｄ盘建一个目录JavaTools，用来存放下载的软件和开发包。（本教程将使用D盘，你也可以使用C盘或E盘）。下载软件的原则，有Zip版的不下载exe版的。<br />1）<span style="font-weight: bold;">JDK：JDK 6 Update 7 Windows版</span><br />下载页面：<a href="http://java.sun.com/javase/downloads/index.jsp">http://java.sun.com/javase/downloads/index.jsp</a><br />下载链接：<br /><a href="https://cds.sun.com/is-bin/INTERSHOP.enfinity/WFS/CDS-CDS_Developer-Site/en_US/-/USD/ViewFilteredProducts-SingleVariationTypeFilter;pgid=yYdgaHqkkjVSR0EUPIQsoQ3D0000o_tQgoGy;sid=AeftgEasIkTtgQ4qZlGlhakFzl2YCYvpVAUiQVuyc5IGAw==">https://cds.sun.com/is-bin/INTERSHOP.enfinity/WFS/CDS-CDS_Developer-Site/en_US/-/USD/ViewFilteredProducts-SingleVariationTypeFilter;pgid=yYdgaHqkkjVSR0EUPIQsoQ3D0000o_tQgoGy;sid=AeftgEasIkTtgQ4qZlGlhakFzl2YCYvpVAUiQVuyc5IGAw==</a><br />更多信息：http://java.sun.com<br />2）IDE：<span style="font-weight: bold;">Eclipse ID</span>]]></content>
  <link rel="alternate" type="text/html" href="http://www.albertsong.comread-124.html" /> 
  <id>http://www.albertsong.comread-124.html</id> 
</entry>	
<entry>
  <title type="html"><![CDATA[Struts2.1.x+Spring2.5.x+Hibernate3.2.x实例教程(0)V0.1]]></title>
  <author>
	 <name>王者之剑</name>
	 <uri>http://www.albertsong.comread-123.html</uri>
	 <email>albertsong.com@gmail.com</email>
  </author>
  <category term="" scheme="http://www.albertsong.comcategory-21.html" label="Java" /> 
  <updated>2008-07-25 00:00:58</updated>
  <published>2008-07-25 00:00:58</published>
  <content type='text'><![CDATA[<font size="5" style="font-weight: bold;">序言<br /></font><br /><span style="font-weight: bold;">为什么要写这个教程？</span><br />1．&nbsp;&nbsp; &nbsp;检验自己的学习能力和表达能力。<br />2．&nbsp;&nbsp; &nbsp;给初学Java Web开发的程序员提供一个可以参考的资料。<br /><span style="font-weight: bold;">为什么要用Bitrac单用户博客程序作实例？</span><br />1．&nbsp;&nbsp; &nbsp;单用户博客程序足够简单，适合初学者。<br />2．&nbsp;&nbsp; &nbsp;虽然足够简单，但也足够实用，尤其是用作Web程序开发入门实例。<br /><span style="font-weight: bold;">这个教程是边写边发布吗？</span><br />1．&nbsp;&nbsp; &nbsp;是的，纯粹是现学现做现卖，和初学者不同的是，我已经有几年Java开发经验了，这次打算学习一些新的组件和已有的组件的新版本。所以本教程会使用最新的稳定版本进行开发。<br />2．&nbsp;&nbsp; &nbsp;是的，所以每一篇都可能不断的更新和改进，所以在完全写完之前请不要转载。<br /><span style="font-weight: bold;">这个教程是否适合我？</span><br />1．&nbsp;&nbsp; &nbsp;本教程需要你对Java编程感兴趣。<br />2．&nbsp;&nbsp; &nbsp;这个实例会逐步完成，如果你还看得下去，说明这个教程适合你。<br /><br /><span style="font-weight: bold;">版权声明：</span><br />本教程在写完之前不得转载。<br />本教程]]></content>
  <link rel="alternate" type="text/html" href="http://www.albertsong.comread-123.html" /> 
  <id>http://www.albertsong.comread-123.html</id> 
</entry>	
<entry>
  <title type="html"><![CDATA[为什么要去5GSNS？]]></title>
  <author>
	 <name>王者之剑</name>
	 <uri>http://www.albertsong.comread-122.html</uri>
	 <email>albertsong.com@gmail.com</email>
  </author>
  <category term="" scheme="http://www.albertsong.comcategory-23.html" label="数字生活" /> 
  <updated>2008-07-21 19:59:45</updated>
  <published>2008-07-21 19:59:45</published>
  <content type='text'><![CDATA[为什么要去5GSNS？<br />1.如果你打算从事IT互联网行业和正在从事IT互联网行业，想直接和在此行业已经打拼十年以上的前辈们交流；<br />2.如果你想发展自己在IT互联网行业的人脉，树立自己的品牌形象；<br />3.如果你想确定自己的一个想法是不是有价值；<br />4.如果你想学习与人交流的方法；<br />5.如果你想了解IT互联网行业的最新资讯，并想知道大家怎么看；<br />6.如果你不仅喜欢SNS，更喜欢线下的聚会；<br />7.如果你确信自己是一个有自我控制能力的人，不会因为5GSNS而着魔，每个星期只会花一定的时间在上面。<br />或者，你想知道我是谁：）<br />那么，请来现场体会一下。<br />http://www.5gsns.com/invite.php?3996hppukt<br />http://www.5gsns.com/invite.php?3995rju4na<br />http://www.5gsns.com/invite.php?3994tkjgn0<br />http://www.5gsns.com/invite.php?3993ddhsbo<br />http://www.5gsns.com/invite.php?3992ushkov<br />http://www.5gsns.com/invite.p]]></content>
  <link rel="alternate" type="text/html" href="http://www.albertsong.comread-122.html" /> 
  <id>http://www.albertsong.comread-122.html</id> 
</entry>	
<entry>
  <title type="html"><![CDATA[这两天在5GSNS玩]]></title>
  <author>
	 <name>王者之剑</name>
	 <uri>http://www.albertsong.comread-121.html</uri>
	 <email>albertsong.com@gmail.com</email>
  </author>
  <category term="" scheme="http://www.albertsong.comcategory-24.html" label="人生如歌" /> 
  <updated>2008-07-06 19:36:16</updated>
  <published>2008-07-06 19:36:16</published>
  <content type='text'><![CDATA[SNS是个什么东东？Baidu一下你就知道，Google一下你就晓得，在此略过。<br /><br />号称SNS的网站已经很多了，我对国外搞的概念不是很关心，因为还论不到我拿这些概念去蒙钱。<br /><br />这两天为什么跑去www.5gsns.com玩呢？因为这个刚出来，新出的应该比以前的强一点儿吧，于是去看看SNS发展成什么样儿了。更重要的这是一个以IT互联网人士为主的SNS，身为软件工程师的我，怎能不过去看看这浑水里有什么鱼。<br /><br />您只要和IT沾得上边儿，那么5GSNS就不能不去，要不您就落伍了。<br />是为记。<br /><br />Update：<br />2008-7-8<br />目前的SNS和我想像的网络世界还有相当的距离。]]></content>
  <link rel="alternate" type="text/html" href="http://www.albertsong.comread-121.html" /> 
  <id>http://www.albertsong.comread-121.html</id> 
</entry>	
<entry>
  <title type="html"><![CDATA[忆苦思甜]]></title>
  <author>
	 <name>王者之剑</name>
	 <uri>http://www.albertsong.comread-119.html</uri>
	 <email>albertsong.com@gmail.com</email>
  </author>
  <category term="" scheme="http://www.albertsong.comcategory-9.html" label="心情杂记" /> 
  <updated>2008-07-02 01:33:34</updated>
  <published>2008-07-02 01:33:34</published>
  <content type='text'><![CDATA[看了周星驰的《九品芝麻官》。]]></content>
  <link rel="alternate" type="text/html" href="http://www.albertsong.comread-119.html" /> 
  <id>http://www.albertsong.comread-119.html</id> 
</entry>	
<entry>
  <title type="html"><![CDATA[古巴电臀美女]]></title>
  <author>
	 <name>王者之剑</name>
	 <uri>http://www.albertsong.comread-118.html</uri>
	 <email>albertsong.com@gmail.com</email>
  </author>
  <category term="" scheme="http://www.albertsong.comcategory-24.html" label="人生如歌" /> 
  <updated>2008-06-29 19:04:19</updated>
  <published>2008-06-29 19:04:19</published>
  <content type='text'><![CDATA[从和菜头那儿看来的。<br /><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="425" height="344"><param name="movie" value="http://www.youtube.com/v/LZOhlSo7qrM&amp;hl=en&amp;fmt=8" /><param name="quality" value="high" /><param name="menu" value="false" /><param name="wmode" value="" /></object>]]></content>
  <link rel="alternate" type="text/html" href="http://www.albertsong.comread-118.html" /> 
  <id>http://www.albertsong.comread-118.html</id> 
</entry>	
<entry>
  <title type="html"><![CDATA[完美解码—目前为止见过的最好的播放器]]></title>
  <author>
	 <name>王者之剑</name>
	 <uri>http://www.albertsong.comread-117.html</uri>
	 <email>albertsong.com@gmail.com</email>
  </author>
  <category term="" scheme="http://www.albertsong.comcategory-17.html" label="好软件" /> 
  <updated>2008-06-28 14:53:42</updated>
  <published>2008-06-28 14:53:42</published>
  <content type='text'><![CDATA[用暴风影音很长时间了，一直有很多不满意的地方，总算有人出来解决这个问题了。<br />这就是完美解码。<br />用了一下，还算完美。<br />不说好在哪里是因为我觉得如果大家对自己使用的播放器已经很满意了，就不用浪费时间了。再好的东西，用不着就没有价值。<br />废话说完，下载地址<br />http://jm.wmzhe.com/]]></content>
  <link rel="alternate" type="text/html" href="http://www.albertsong.comread-117.html" /> 
  <id>http://www.albertsong.comread-117.html</id> 
</entry>	
<entry>
  <title type="html"><![CDATA[冰心巴金茅盾的文笔确实很烂]]></title>
  <author>
	 <name>王者之剑</name>
	 <uri>http://www.albertsong.comread-116.html</uri>
	 <email>albertsong.com@gmail.com</email>
  </author>
  <category term="" scheme="http://www.albertsong.comcategory-13.html" label="写写话话" /> 
  <updated>2008-06-25 22:38:18</updated>
  <published>2008-06-25 22:38:18</published>
  <content type='text'><![CDATA[鲁迅之流的文采就是比冰巴强，人家也是写的白话文，人家也不年轻，不服？<br /> 我完全赞同韩寒的评价，骆跎祥子还行，小桔灯别恶心我了，还有致小读者。我就是看这种语文书看多了，对作文都反胃了知道不？<br /> 要不是作文没有单独作为一门来考，我还真会因为语文不及格而考不上大学。<br /> 总之这么多评论家都说好，远远超过了说不好的人，那四位大师此刻眼睛应该闭得紧紧儿的。<br /> 难道还想让所有的人都说好？那好，您说：谁要是不说我文笔好，你睡梦中必然会有我的眼睛。<br /> 如此我就知道了，等我睡不着的时候，也许会改口。<br /><br />首先第一条就很扯蛋，为什么要通读？从逻辑上来讲，要说烂，可能有必要通读。要说好，碰到一篇好的不就够了？<br /> 就算说烂，恐怕也没必要通读，您觉着好的尽管上，还不行么？<br /> 但是，真不想说但是。<br /> 评论家们就没有在他们的文章中上一段儿刻骨铭心的话。（注：我没有看完所有评论大师们的文章）<br /> 本来是一次极好地普及文学大师们文采的机会，评论家们却对他们的美文只字不提，徒乘一已口舌之快，为公耶为私耶？<br />最后一段延伸阅读：<br />http://www.hecaitou.net/?p=3152<br />http://www.bullog.cn/blogs/twocol]]></content>
  <link rel="alternate" type="text/html" href="http://www.albertsong.comread-116.html" /> 
  <id>http://www.albertsong.comread-116.html</id> 
</entry>	
<entry>
  <title type="html"><![CDATA[Firefox3.0 出来了，是不是最好的浏览器呢，试试看吧]]></title>
  <author>
	 <name>王者之剑</name>
	 <uri>http://www.albertsong.comread-115.html</uri>
	 <email>albertsong.com@gmail.com</email>
  </author>
  <category term="" scheme="http://www.albertsong.comcategory-17.html" label="好软件" /> 
  <updated>2008-06-18 09:26:43</updated>
  <published>2008-06-18 09:26:43</published>
  <content type='text'><![CDATA[Firefox3.0正式版已经可以下载了，号称有一万五千项改进。<br />With more than 15,000 improvements, Firefox 3 is faster, safer and smarter than ever before.<br />我只希望解决了内存占用问题。<br />到这里下载<br /><a href="http://www.mozilla.com/en-US/firefox/?p=downloadday">http://www.mozilla.com/en-US/firefox/?p=downloadday</a>]]></content>
  <link rel="alternate" type="text/html" href="http://www.albertsong.comread-115.html" /> 
  <id>http://www.albertsong.comread-115.html</id> 
</entry>	
</feed>