<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
 <channel>
  <title>认真生活</title>
  <link>http://pcmanlin.blogbus.com</link>
  <description><![CDATA[我是一只小小鸟,歌唱在匆匆走过的时光里!]]></description>
  <generator> by blogbus.com </generator>
  <lastBuildDate>Fri, 06 Nov 2009 14:16:34 +0800</lastBuildDate>
  <image>
									<url>http://public.blogbus.com/profile/0/4/0/11040/avatar_11040_96.jpg</url>
									<title>认真生活</title>
									<link>http://pcmanlin.blogbus.com</link>
								</image>  <item>
   <title>Anatomy of an Android Application(中文翻译)</title>
   <description><![CDATA[<p>一个Android应用程序由下面四种组件构成：<br style="word-wrap: break-word; line-height: normal;" /><br style="word-wrap: break-word; line-height: normal;" />Activity<br style="word-wrap: break-word; line-height: normal;" />Intent Receiver...</p><!--sp--><div class="relpost"><br/><h3>随机文章：</h3><div><a href="http://pcmanlin.blogbus.com/logs/50405051.html">入门：Android 文档的阅读顺序</a> 2009-11-06</div><div><a href="/logs/45892441.html">幸福的方法</a> 2009-09-06</div><div><a href="/logs/128722.html">Struts 控制器</a> 2004-04-05</div><div><a href="/logs/112758.html">读《Effective Java》－笔记4</a> 2004-03-06</div><div><a href="/logs/110900.html">读《Effective Java》－笔记2</a> 2004-03-04</div></div><div class="addfav"><br />收藏到：<span class= "delicious"><a href="http://delicious.com/save?url=http%3A%2F%2Fpcmanlin.blogbus.com%2Flogs%2F50405132.html&title=Anatomy+of+an+Android+Application%28%E4%B8%AD%E6%96%87%E7%BF%BB%E8%AF%91%29">Del.icio.us</a></span></div><br /><br /><div class="sysmsg"><b><a href="http://www.blogbus.com" target="_blank">博客大巴，你的个人传媒早班车</a></b></div><br /><br />]]></description>
   <link>http://pcmanlin.blogbus.com/logs/50405132.html</link>
   <author>oohayulin</author>
   <pubDate>Fri, 06 Nov 2009 13:58:09 +0800</pubDate>
  </item>
  <item>
   <title>入门：Android 文档的阅读顺序</title>
   <description><![CDATA[



本文转自：http://android.tgbus.com/<br /><br /><br />因为看了看Android Blog, 
在最新的文章里面介绍了几篇文章，其中一篇是&lt;&lt;以开发者的眼光来看AndroidSDK&gt;&gt;，作者在其中分析了的关于DOC的阅读顺序引起了我的兴趣，确实，那么多的文档，应该怎么看呢？哪些是必须先弄明白的？哪些应该先知道个大概，今后引用的时候再细细阅读？现在简要的介绍一下原作者的观点，希望能帮上你的忙。<br /><br />　　...<!--sp--><div class="relpost"><br/><h3>随机文章：</h3><div><a href="http://pcmanlin.blogbus.com/logs/50405132.html">Anatomy of an Android Application(中文翻译)</a> 2009-11-06</div><div><a href="/logs/47290121.html">L4ka 输出编译涉及的文件</a> 2009-09-28</div><div><a href="/logs/127682.html">读《Effective Java》－笔记6</a> 2004-04-04</div><div><a href="/logs/114781.html">读《Effective Java》－笔记5</a> 2004-03-07</div><div><a href="/logs/112758.html">读《Effective Java》－笔记4</a> 2004-03-06</div></div><div class="addfav"><br />收藏到：<span class= "delicious"><a href="http://delicious.com/save?url=http%3A%2F%2Fpcmanlin.blogbus.com%2Flogs%2F50405051.html&title=%E5%85%A5%E9%97%A8%EF%BC%9AAndroid+%E6%96%87%E6%A1%A3%E7%9A%84%E9%98%85%E8%AF%BB%E9%A1%BA%E5%BA%8F">Del.icio.us</a></span></div><br /><br /><div class="sysmsg"><b><a href="http://www.blogbus.com" target="_blank">博客大巴，你的个人传媒早班车</a></b></div><br /><br />]]></description>
   <link>http://pcmanlin.blogbus.com/logs/50405051.html</link>
   <author>oohayulin</author>
   <pubDate>Fri, 06 Nov 2009 13:53:47 +0800</pubDate>
  </item>
  <item>
   <title>L4ka 输出编译涉及的文件</title>
   <description><![CDATA[L4ka 输出编译涉及的文件<br /><br />
修改l4/kernel/Mk/Makeconf的.depend目标<br /><br />
在整个规则中，随意加入一个<br /><br />
@$(ECHO) $^ | tr " " "\n" &gt; $(BUILDDIR)/.depend.files<br /><br />
.depend.files将会包含涉及到得文件，在kscope中可以直接追加到kscope的工程文件<br />cscope.files中。<br /><br /><!--sp--><div class="relpost"><br/><h3>随机文章：</h3><div><a href="/logs/50405051.html">入门：Android 文档的阅读顺序</a> 2009-11-06</div><div><a href="/logs/128722.html">Struts 控制器</a> 2004-04-05</div><div><a href="/logs/127682.html">读《Effective Java》－笔记6</a> 2004-04-04</div><div><a href="/logs/114781.html">读《Effective Java》－笔记5</a> 2004-03-07</div><div><a href="/logs/112758.html">读《Effective Java》－笔记4</a> 2004-03-06</div></div><div class="addfav"><br />收藏到：<span class= "delicious"><a href="http://delicious.com/save?url=http%3A%2F%2Fpcmanlin.blogbus.com%2Flogs%2F47290121.html&title=L4ka+%E8%BE%93%E5%87%BA%E7%BC%96%E8%AF%91%E6%B6%89%E5%8F%8A%E7%9A%84%E6%96%87%E4%BB%B6">Del.icio.us</a></span></div><br /><br /><div class="sysmsg"><b><a href="http://www.blogbus.com" target="_blank">博客大巴，你的个人传媒早班车</a></b></div><br /><br />]]></description>
   <link>http://pcmanlin.blogbus.com/logs/47290121.html</link>
   <author>oohayulin</author>
   <pubDate>Mon, 28 Sep 2009 22:31:19 +0800</pubDate>
  </item>
  <item>
   <title>幸福的方法</title>
   <description><![CDATA[<p>很简单，很迷茫，不知道追求什么，所以问问自己想要什么。<br /><br />想要幸福，可是什么又是幸福呢。<br /><br />买了本《幸福的方法》纸版，读一读，试试去了解幸福的本质，或许会有收获，或深或浅，<br />但是，都是我的经历加上作者的，一起得来的收获。<br /><br /></p><!--sp--><div class="relpost"><br/><h3>随机文章：</h3><div><a href="/logs/47290121.html">L4ka 输出编译涉及的文件</a> 2009-09-28</div><div><a href="/logs/45885042.html">懒了好几年了，回头写写了。</a> 2009-09-06</div><div><a href="/logs/128722.html">Struts 控制器</a> 2004-04-05</div><div><a href="/logs/114781.html">读《Effective Java》－笔记5</a> 2004-03-07</div><div><a href="/logs/110900.html">读《Effective Java》－笔记2</a> 2004-03-04</div></div><div class="addfav"><br />收藏到：<span class= "delicious"><a href="http://delicious.com/save?url=http%3A%2F%2Fpcmanlin.blogbus.com%2Flogs%2F45892441.html&title=%E5%B9%B8%E7%A6%8F%E7%9A%84%E6%96%B9%E6%B3%95">Del.icio.us</a></span></div><br /><br /><div class="sysmsg"><b><a href="http://www.blogbus.com" target="_blank">博客大巴，你的个人传媒早班车</a></b></div><br /><br />]]></description>
   <link>http://pcmanlin.blogbus.com/logs/45892441.html</link>
   <author>oohayulin</author>
   <pubDate>Sun, 06 Sep 2009 17:53:21 +0800</pubDate>
  </item>
  <item>
   <title>懒了好几年了，回头写写了。</title>
   <description><![CDATA[懒了好几年了，回头写写了。<br /><br /><!--sp--><div class="relpost"><br/><h3>随机文章：</h3><div><a href="/logs/128722.html">Struts 控制器</a> 2004-04-05</div><div><a href="/logs/128676.html">读《Effective Java》－笔记7</a> 2004-04-05</div><div><a href="/logs/127072.html">Grub的修复</a> 2004-04-03</div><div><a href="/logs/112758.html">读《Effective Java》－笔记4</a> 2004-03-06</div><div><a href="/logs/111652.html">读《Effective Java》－笔记3</a> 2004-03-05</div></div><div class="addfav"><br />收藏到：<span class= "delicious"><a href="http://delicious.com/save?url=http%3A%2F%2Fpcmanlin.blogbus.com%2Flogs%2F45885042.html&title=%E6%87%92%E4%BA%86%E5%A5%BD%E5%87%A0%E5%B9%B4%E4%BA%86%EF%BC%8C%E5%9B%9E%E5%A4%B4%E5%86%99%E5%86%99%E4%BA%86%E3%80%82">Del.icio.us</a></span></div><br /><br /><div class="sysmsg"><b><a href="http://www.blogbus.com" target="_blank">博客大巴，你的个人传媒早班车</a></b></div><br /><br />]]></description>
   <link>http://pcmanlin.blogbus.com/logs/45885042.html</link>
   <author>oohayulin</author>
   <pubDate>Sun, 06 Sep 2009 14:54:55 +0800</pubDate>
  </item>
  <item>
   <title>Struts中的Action类</title>
   <description><![CDATA[Action类 ..............<!--sp--><div class="relpost"><br/><h3>随机文章：</h3><div><a href="http://pcmanlin.blogbus.com/logs/128722.html">Struts 控制器</a> 2004-04-05</div><div><a href="http://pcmanlin.blogbus.com/logs/128676.html">读《Effective Java》－笔记7</a> 2004-04-05</div><div><a href="http://pcmanlin.blogbus.com/logs/127682.html">读《Effective Java》－笔记6</a> 2004-04-04</div><div><a href="http://pcmanlin.blogbus.com/logs/114781.html">读《Effective Java》－笔记5</a> 2004-03-07</div><div><a href="http://pcmanlin.blogbus.com/logs/112758.html">读《Effective Java》－笔记4</a> 2004-03-06</div></div><div class="addfav"><br />收藏到：<span class= "delicious"><a href="http://delicious.com/save?url=http%3A%2F%2Fpcmanlin.blogbus.com%2Flogs%2F129180.html&title=Struts%E4%B8%AD%E7%9A%84Action%E7%B1%BB">Del.icio.us</a></span></div><br /><br /><div class="sysmsg"><b><a href="http://www.blogbus.com" target="_blank">博客大巴，你的个人传媒早班车</a></b></div><br /><br />]]></description>
   <link>http://pcmanlin.blogbus.com/logs/129180.html</link>
   <author>oohayulin</author>
   <pubDate>Mon, 05 Apr 2004 20:08:20 +0800</pubDate>
  </item>
  <item>
   <title>Struts 控制器</title>
   <description><![CDATA[Struts 控制器三种不同的Struts控制器组件：ActionServlet类，Action类，Plugins和RequestProcesser类。 ActionServlet类它是Structs应用程序的核心，它是主要的控制组件，用于处理客户端请求，决定哪一个Action类处理每个接收到的请求。 ActionServlet类，实质就是一个简单的servlet，和HttpServlet很相似，它继承自HttpServlet类..............<!--sp--><div class="relpost"><br/><h3>随机文章：</h3><div><a href="http://pcmanlin.blogbus.com/logs/129180.html">Struts中的Action类</a> 2004-04-05</div><div><a href="http://pcmanlin.blogbus.com/logs/128676.html">读《Effective Java》－笔记7</a> 2004-04-05</div><div><a href="http://pcmanlin.blogbus.com/logs/127682.html">读《Effective Java》－笔记6</a> 2004-04-04</div><div><a href="http://pcmanlin.blogbus.com/logs/114781.html">读《Effective Java》－笔记5</a> 2004-03-07</div><div><a href="http://pcmanlin.blogbus.com/logs/112758.html">读《Effective Java》－笔记4</a> 2004-03-06</div></div><div class="addfav"><br />收藏到：<span class= "delicious"><a href="http://delicious.com/save?url=http%3A%2F%2Fpcmanlin.blogbus.com%2Flogs%2F128722.html&title=Struts+%E6%8E%A7%E5%88%B6%E5%99%A8">Del.icio.us</a></span></div><br /><br /><div class="sysmsg"><b><a href="http://www.blogbus.com" target="_blank">博客大巴，你的个人传媒早班车</a></b></div><br /><br />]]></description>
   <link>http://pcmanlin.blogbus.com/logs/128722.html</link>
   <author>oohayulin</author>
   <pubDate>Mon, 05 Apr 2004 11:58:26 +0800</pubDate>
  </item>
  <item>
   <title>读《Effective Java》－笔记7</title>
   <description><![CDATA[读《Effective Java》－笔记7Chapter 3 所有对象的通用方法 ..............<!--sp--><div class="relpost"><br/><h3>随机文章：</h3><div><a href="http://pcmanlin.blogbus.com/logs/129180.html">Struts中的Action类</a> 2004-04-05</div><div><a href="http://pcmanlin.blogbus.com/logs/128722.html">Struts 控制器</a> 2004-04-05</div><div><a href="http://pcmanlin.blogbus.com/logs/127682.html">读《Effective Java》－笔记6</a> 2004-04-04</div><div><a href="http://pcmanlin.blogbus.com/logs/114781.html">读《Effective Java》－笔记5</a> 2004-03-07</div><div><a href="http://pcmanlin.blogbus.com/logs/112758.html">读《Effective Java》－笔记4</a> 2004-03-06</div></div><div class="addfav"><br />收藏到：<span class= "delicious"><a href="http://delicious.com/save?url=http%3A%2F%2Fpcmanlin.blogbus.com%2Flogs%2F128676.html&title=%E8%AF%BB%E3%80%8AEffective+Java%E3%80%8B%EF%BC%8D%E7%AC%94%E8%AE%B07">Del.icio.us</a></span></div><br /><br /><div class="sysmsg"><b><a href="http://www.blogbus.com" target="_blank">博客大巴，你的个人传媒早班车</a></b></div><br /><br />]]></description>
   <link>http://pcmanlin.blogbus.com/logs/128676.html</link>
   <author>oohayulin</author>
   <pubDate>Mon, 05 Apr 2004 10:51:23 +0800</pubDate>
  </item>
  <item>
   <title>读《Effective Java》－笔记6</title>
   <description><![CDATA[读《Effective Java》－笔记6Chapter 2 创建和销毁对象 ..............<!--sp--><div class="relpost"><br/><h3>随机文章：</h3><div><a href="http://pcmanlin.blogbus.com/logs/129180.html">Struts中的Action类</a> 2004-04-05</div><div><a href="http://pcmanlin.blogbus.com/logs/128722.html">Struts 控制器</a> 2004-04-05</div><div><a href="http://pcmanlin.blogbus.com/logs/128676.html">读《Effective Java》－笔记7</a> 2004-04-05</div><div><a href="http://pcmanlin.blogbus.com/logs/114781.html">读《Effective Java》－笔记5</a> 2004-03-07</div><div><a href="http://pcmanlin.blogbus.com/logs/112758.html">读《Effective Java》－笔记4</a> 2004-03-06</div></div><div class="addfav"><br />收藏到：<span class= "delicious"><a href="http://delicious.com/save?url=http%3A%2F%2Fpcmanlin.blogbus.com%2Flogs%2F127682.html&title=%E8%AF%BB%E3%80%8AEffective+Java%E3%80%8B%EF%BC%8D%E7%AC%94%E8%AE%B06">Del.icio.us</a></span></div><br /><br /><div class="sysmsg"><b><a href="http://www.blogbus.com" target="_blank">博客大巴，你的个人传媒早班车</a></b></div><br /><br />]]></description>
   <link>http://pcmanlin.blogbus.com/logs/127682.html</link>
   <author>oohayulin</author>
   <pubDate>Sun, 04 Apr 2004 10:46:21 +0800</pubDate>
  </item>
  <item>
   <title>Grub的修复</title>
   <description><![CDATA[<p>1.把安装盘的第一张放到光驱，然后重新启动机器，在BOIS中把系统用光驱来引导。 2.等安装界面出来后，按［F4］键，也就是linux rescue模式。 3.一系列键盘以及几项简单的配制，过后就［继续］了。。。这个过程，我不说了，比较简单。 4.然后会出现这样的字符 sh# 5.我们就可以操作GRUB了。。。哈。。。只要能出现这样的，以后都是小KISS了，我就是不说 ，谁也能明白，地球人都知道了。。。。 ..............</p><!--sp--><div class="relpost"><br/><h3>随机文章：</h3><div><a href="http://pcmanlin.blogbus.com/logs/80393.html">PCAP 学习之旅</a> 2004-02-02</div><div><a href="/logs/50405132.html">Anatomy of an Android Application(中文翻译)</a> 2009-11-06</div><div><a href="/logs/50405051.html">入门：Android 文档的阅读顺序</a> 2009-11-06</div><div><a href="/logs/45885042.html">懒了好几年了，回头写写了。</a> 2009-09-06</div><div><a href="/logs/110900.html">读《Effective Java》－笔记2</a> 2004-03-04</div></div><div class="addfav"><br />收藏到：<span class= "delicious"><a href="http://delicious.com/save?url=http%3A%2F%2Fpcmanlin.blogbus.com%2Flogs%2F127072.html&title=Grub%E7%9A%84%E4%BF%AE%E5%A4%8D">Del.icio.us</a></span></div><br /><br /><div class="sysmsg"><b><a href="http://www.blogbus.com" target="_blank">博客大巴，你的个人传媒早班车</a></b></div><br /><br />]]></description>
   <link>http://pcmanlin.blogbus.com/logs/127072.html</link>
   <author>oohayulin</author>
   <pubDate>Sat, 03 Apr 2004 18:46:39 +0800</pubDate>
  </item>
 </channel>
</rss>
