<?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>小路 的 Blog</title>
	<atom:link href="http://blog.lu.kg/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.lu.kg</link>
	<description>小路，虎仔。所有内容仅代表个人观点，尽量不涉及吃喝拉撒</description>
	<lastBuildDate>Mon, 28 Mar 2011 02:33:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>识人秘诀</title>
		<link>http://blog.lu.kg/371.jsp</link>
		<comments>http://blog.lu.kg/371.jsp#comments</comments>
		<pubDate>Mon, 28 Mar 2011 02:33:35 +0000</pubDate>
		<dc:creator>小路</dc:creator>
				<category><![CDATA[生活]]></category>

		<guid isPermaLink="false">http://blog.lu.kg/?p=371</guid>
		<description><![CDATA[1．牙齿不好的，脾气一般都好。反之，一口利牙的人，脾气不小。张飞是一例。

2．求人办事，一口答应者，一般都办不成事。更要防备这种人可能是骗子。例如，高考之后，大学门口为家长承诺包上学的人。刚入官场的青年人，宜选老诚执重者为师。“凌霄羽毛轻无力，掷地金石自有声。”

3．在逆境中，不断说些劝你的话的“好心人”，一定小心。如《水浒》中的林冲好友陆迁。

4． 学英语中，口语好的，一般语法差些。近视者，听力都好。

5．对当领导的人，所谓专业与学问的标榜切不可全信。有领导才能的人，不太可能同时献身学术。

<span class="readmore"><a href="http://blog.lu.kg/371.jsp" title="识人秘诀">阅读全文——共1008字</a></span>]]></description>
		<wfw:commentRss>http://blog.lu.kg/371.jsp/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>编程常用快捷键</title>
		<link>http://blog.lu.kg/370.jsp</link>
		<comments>http://blog.lu.kg/370.jsp#comments</comments>
		<pubDate>Wed, 09 Feb 2011 03:02:38 +0000</pubDate>
		<dc:creator>小路</dc:creator>
				<category><![CDATA[技术]]></category>

		<guid isPermaLink="false">http://blog.lu.kg/370.jsp</guid>
		<description><![CDATA[Ctrl+1 快速修复(最经典的快捷键,就不用多说了)Ctrl+D: 删除当前行Ctrl+Alt+↓ 复制当前行到下一行(复制增加)Ctrl+Alt+↑ 复制当前行到上一行(复制增加)Alt+↓ 当前行和下面一行交互位置(特别实用,可以省去先剪切,再粘贴了)Alt+↑ 当前行和上面一行交互位置(同上)Alt+← 前一个编辑的页面Alt+→ 下一个编辑的页面(当然是针对上面那条来说了)Alt+Enter 显示当前选择资源(工程,or 文件 or文件)的属性Shift+Enter 在当前行的下一行插入空行(这时鼠标可以在当前行的任一位置,不一定是最后)Shift+Ctrl+Enter 在当前行插入空行(原理同上条)Ctrl+Q 定位到最后编辑的地方Ctrl+L 定位在某行 (对于程序超过100的人就有福音了)Ctrl+M 最大化当前的Edit或View (再按则反之)

]]></description>
		<wfw:commentRss>http://blog.lu.kg/370.jsp/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>2011年最新出炉的爆笑签名，没看过的自动out！</title>
		<link>http://blog.lu.kg/361.jsp</link>
		<comments>http://blog.lu.kg/361.jsp#comments</comments>
		<pubDate>Sun, 06 Feb 2011 09:16:53 +0000</pubDate>
		<dc:creator>小路</dc:creator>
				<category><![CDATA[生活]]></category>

		<guid isPermaLink="false">http://blog.lu.kg/361.jsp</guid>
		<description><![CDATA[    引导语：2011最新出炉的爆笑签名，太油菜了，最经典的不过如此，句句都是那么的精辟，话不多说，不想奥特的话就赶紧进来看吧！

  

 

    1、原来我是建设银行可谁是我的招商银行！



<span class="readmore"><a href="http://blog.lu.kg/361.jsp" title="2011年最新出炉的爆笑签名，没看过的自动out！">阅读全文——共1555字</a></span>]]></description>
		<wfw:commentRss>http://blog.lu.kg/361.jsp/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>张川浅谈:struts1和struts2</title>
		<link>http://blog.lu.kg/356.jsp</link>
		<comments>http://blog.lu.kg/356.jsp#comments</comments>
		<pubDate>Wed, 27 Oct 2010 15:33:38 +0000</pubDate>
		<dc:creator>小路</dc:creator>
				<category><![CDATA[技术]]></category>

		<guid isPermaLink="false">http://blog.lu.kg/?p=356</guid>
		<description><![CDATA[Action 类:

? Struts1要求Action类继承一个抽象基类。Struts1的一个普遍问题是使用抽象类编程而不是接口。

? Struts 2 Action类可以实现一个Action接口，也可实现其他接口，使可选和定制的服务成为可能。Struts2提供一个ActionSupport基类去实现 常用的接口。Action接口不是必须的，任何有execute标识的POJO对象都可以用作Struts2的Action对象。

线程模式:

? Struts1 Action是单例模式并且必须是线程安全的，因为仅有Action的一个实例来处理所有的请求。单例策略限制了Struts1 Action能作的事，并且要在开发时特别小心。Action资源必须是线程安全的或同步的。

<span class="readmore"><a href="http://blog.lu.kg/356.jsp" title="张川浅谈:struts1和struts2">阅读全文——共1946字</a></span>]]></description>
		<wfw:commentRss>http://blog.lu.kg/356.jsp/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>30岁前不要去在乎的29件事</title>
		<link>http://blog.lu.kg/353.jsp</link>
		<comments>http://blog.lu.kg/353.jsp#comments</comments>
		<pubDate>Sun, 24 Oct 2010 16:51:19 +0000</pubDate>
		<dc:creator>小路</dc:creator>
				<category><![CDATA[生活]]></category>

		<guid isPermaLink="false">http://blog.lu.kg/?p=353</guid>
		<description><![CDATA[1、漂泊

漂泊不是一种不幸，而是一种资格。趁著没有家室拖累，趁著身体健康，此时不飘何时飘？

2、稳定

三十岁之前就在乎稳定的生活，那只有两种可能，要么就是中了彩票，要么就是未老先衰。

3、评价

<span class="readmore"><a href="http://blog.lu.kg/353.jsp" title="30岁前不要去在乎的29件事">阅读全文——共2781字</a></span>]]></description>
		<wfw:commentRss>http://blog.lu.kg/353.jsp/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>立场</title>
		<link>http://blog.lu.kg/348.jsp</link>
		<comments>http://blog.lu.kg/348.jsp#comments</comments>
		<pubDate>Thu, 21 Oct 2010 15:31:03 +0000</pubDate>
		<dc:creator>小路</dc:creator>
				<category><![CDATA[生活]]></category>

		<guid isPermaLink="false">http://blog.lu.kg/?p=348</guid>
		<description><![CDATA[我知道你会喜欢我的 ， 只是我没有在你的 身边，我没法让你感觉到幸福，

说实话我真的能给你幸福吗？ 我再 也不没有以前的那种自信，因为我知道如果我给不了你幸福这种情况会让我很痛苦!

]]></description>
		<wfw:commentRss>http://blog.lu.kg/348.jsp/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>我的单身宣言</title>
		<link>http://blog.lu.kg/345.jsp</link>
		<comments>http://blog.lu.kg/345.jsp#comments</comments>
		<pubDate>Sat, 25 Sep 2010 12:08:06 +0000</pubDate>
		<dc:creator>小路</dc:creator>
				<category><![CDATA[生活]]></category>

		<guid isPermaLink="false">http://blog.lu.kg/?p=345</guid>
		<description><![CDATA[单身只是一道简单的选择题，A或者B，哭或者笑，如此而已。

]]></description>
		<wfw:commentRss>http://blog.lu.kg/345.jsp/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IT人士之成功之6大步骤</title>
		<link>http://blog.lu.kg/314.jsp</link>
		<comments>http://blog.lu.kg/314.jsp#comments</comments>
		<pubDate>Thu, 17 Jun 2010 15:41:10 +0000</pubDate>
		<dc:creator>小路</dc:creator>
				<category><![CDATA[技术]]></category>

		<guid isPermaLink="false">http://blog.lu.kg/?p=314</guid>
		<description><![CDATA[　　一个前辈在移民加拿大后写的文章，写得不错，值得借鉴,转来给大家看看,也给自己

　　序言：经过001多年的洗礼，认识了这里这么多的JJMMGGDD，前几天刚得到签证， 

无限感慨 

　　面对未来，我也不知道我31岁如何发展，尤其是我现在在北京还算过的去，各种机会都纷至沓来。 

　　无论如何，我相信，世界上各种事物都有他们自己的原因，也结合自己在北京接近8年的感悟，写一个总结，我相信，世界上只要有人，无论是什么皮肤，总有人性可以探索，人作为&#8221;天生的政治动物&#8221;的本性，都是有规律可以总结的。 

<span class="readmore"><a href="http://blog.lu.kg/314.jsp" title="IT人士之成功之6大步骤">阅读全文——共8236字</a></span>]]></description>
		<wfw:commentRss>http://blog.lu.kg/314.jsp/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Oracle数据库备份与恢复(3):OS备份数据</title>
		<link>http://blog.lu.kg/311.jsp</link>
		<comments>http://blog.lu.kg/311.jsp#comments</comments>
		<pubDate>Thu, 17 Jun 2010 15:16:55 +0000</pubDate>
		<dc:creator>小路</dc:creator>
				<category><![CDATA[网络应用]]></category>

		<guid isPermaLink="false">http://blog.lu.kg/?p=311</guid>
		<description><![CDATA[　　用户管理的备份与恢复也称 OS物理备份，是指通过数据库命令设置数据库为备份 状态，然后用操作系统命令，拷贝需要备份或恢复的文件。这种备份与恢复需要用户的 参与手工或自动完成。

　　对于使用 OS拷贝备份的数据文件，可以使用 DBVERTIFY  进行检验。DBVERTIFY是一个外部工具，主要用于校验数据文件或备份的数据文件的数据块是否正确。 例：

　　dbv /u01/oradata/oracle/users01.dbf BLOCKSIZE=8192

　　参数说明：

关键字	说明	（默认）

<span class="readmore"><a href="http://blog.lu.kg/311.jsp" title="Oracle数据库备份与恢复(3):OS备份数据">阅读全文——共14179字</a></span>]]></description>
		<wfw:commentRss>http://blog.lu.kg/311.jsp/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Oracle数据库备份与恢复(2):SQL*Loader</title>
		<link>http://blog.lu.kg/307.jsp</link>
		<comments>http://blog.lu.kg/307.jsp#comments</comments>
		<pubDate>Thu, 17 Jun 2010 15:14:22 +0000</pubDate>
		<dc:creator>小路</dc:creator>
				<category><![CDATA[网络应用]]></category>

		<guid isPermaLink="false">http://blog.lu.kg/?p=307</guid>
		<description><![CDATA[　　一、基本知识

　　Oracle 的  SQL* LOADER  可以将外部格式化的文本数据加载到数据库表中。通常 与 SPOOL导出文本数据方法配合使用。

　　1、命令格式

　　SQLLDR keyword=value [，keyword=value，……]

　　例：$ sqlldr user/pwd control=emp.ctl data=emp.dat bad=emp.bad log=emp.log

<span class="readmore"><a href="http://blog.lu.kg/307.jsp" title="Oracle数据库备份与恢复(2):SQL*Loader">阅读全文——共5242字</a></span>]]></description>
		<wfw:commentRss>http://blog.lu.kg/307.jsp/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

