<?xml version="1.0" encoding="utf-8"?>
			<?xml-stylesheet type="text/css" href="http://www.lupaworld.com/css/rss.css"?>
			<rss version="2.0">
			  <channel>
			    <title>xinetd一匹静静奔跑的骏马</title>
			    <link>http://www.lupaworld.com/?uid-53772</link>
			    <description>我是一匹静静奔跑的骏马\r\n
~~~~~~~~~~~~~~~~~~~\r\n
in doing we learn!\r\n
~~~~~~~~~~~~~~~~~~~\r\n</description>
			    <copyright>Copyright(C) xinetd一匹静静奔跑的骏马</copyright>
			    <generator>SupeSite/X-Space</generator>
			    <lastBuildDate>Sat, 11 Oct 2008 13:42:49 GMT</lastBuildDate><item>
								<title>回到起点</title>
								<link>http://www.lupaworld.com/?uid-53772-action-viewspace-itemid-29335</link>
								<description><![CDATA[<P>&nbsp;&nbsp;&nbsp; 一年前的今天，那时还在学校，还是大三。为了给自己选择一条毕业后的就业之路，我跨专业选择了软件，不仅仅是因为软件行业的前景很好，最主要的还是自己的兴趣所在。</P>
<P>&nbsp;&nbsp;&nbsp; 软件行业如此之多，为了选择适合自己的一个点，考虑了很久，为了结合大四...]]></description>
								<category>blog</category>
								<author>xinetd</author>
								<pubDate>Wed, 07 Nov 2007 23:43:56 GMT</pubDate>
							</item>
							<item>
								<title>没钱的日子</title>
								<link>http://www.lupaworld.com/?uid-53772-action-viewspace-itemid-28846</link>
								<description><![CDATA[<P>&nbsp;&nbsp;&nbsp; </P>
<P>&nbsp;&nbsp;&nbsp; 什么时候才会有钱啊，人家都在买基金了，都开始了自己的投资之路，我还在为基本的生活苦苦挣扎，唉，beyond的灰色轨迹一直陪伴着我，我已经走过了不再忧郁，冷雨夜，逝去日子，什么时候才会到再见理想，海阔天空，光辉岁月啊！坚持不下去的时候，幸好...]]></description>
								<category>blog</category>
								<author>xinetd</author>
								<pubDate>Tue, 30 Oct 2007 23:28:57 GMT</pubDate>
							</item>
							<item>
								<title>莫被寒云  遮住君去处</title>
								<link>http://www.lupaworld.com/?uid-53772-action-viewspace-itemid-24729</link>
								<description><![CDATA[<P>&nbsp;&nbsp;&nbsp; 辞职一星期了，原本打算去上海闯闯一下的，但这几天有3家杭州的公司叫我去上班，不知道自己该何去何从了，凭我一个应届生的实力，放弃杭州的机会去上海流浪，会不会是个错误的选择。</P>
<P>&nbsp;&nbsp;&nbsp; 还有女朋友也一直难以取舍，如果去上海，就说明慢慢的在...]]></description>
								<category>blog</category>
								<author>xinetd</author>
								<pubDate>Thu, 20 Sep 2007 22:18:04 GMT</pubDate>
							</item>
							<item>
								<title>今天辞职了</title>
								<link>http://www.lupaworld.com/?uid-53772-action-viewspace-itemid-24534</link>
								<description><![CDATA[<P>&nbsp;&nbsp;&nbsp; 今天总算离开了软信，说实在的没有什么可以让我留恋了，主管的管理方法说句难听就像是流氓。他们把我的精力全部压榨完了才肯放我走，这点对于我来说是无所谓，因为我本来就是为他们干活的。</P>
<P>&nbsp;&nbsp;&nbsp; 不知道自己的选择是否正确，但我还是想尝试...]]></description>
								<category>blog</category>
								<author>xinetd</author>
								<pubDate>Mon, 17 Sep 2007 15:01:11 GMT</pubDate>
							</item>
							<item>
								<title>don't cry</title>
								<link>http://www.lupaworld.com/?uid-53772-action-viewspace-itemid-24500</link>
								<description><![CDATA[<TABLE cellSpacing=0 cellPadding=0 width=500 align=center border=0>
<TBODY>
<TR>
<TD colSpan=2><STRONG>歌手：</STRONG>Guns N' Roses&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<STRONG>专辑：</STRONG>don t cry </TD></TR></TBODY></TABLE>
<TABLE cellSpacing=0 cellPadding=0 wid...]]></description>
								<category>blog</category>
								<author>xinetd</author>
								<pubDate>Sun, 16 Sep 2007 18:59:21 GMT</pubDate>
							</item>
							<item>
								<title>c++学习感想</title>
								<link>http://www.lupaworld.com/?uid-53772-action-viewspace-itemid-24411</link>
								<description><![CDATA[<P><FONT size=3>C++的学习感想　　<BR>原作者姓名 robindy <BR>正文<BR>很多人把学习C＋＋语言当成学习VC了，我曾经就走过这样的弯路。当学了很长时间的VC后<BR>还是得回过头来学习C++语言本身。</FONT></P>
<P><FONT size=3>那么学习C＋＋从何处入手了？<BR>C＋＋语言相对于C语言来说引入了...]]></description>
								<category>blog</category>
								<author>xinetd</author>
								<pubDate>Thu, 13 Sep 2007 22:24:32 GMT</pubDate>
							</item>
							<item>
								<title>面试题 C</title>
								<link>http://www.lupaworld.com/?uid-53772-action-viewspace-itemid-24091</link>
								<description><![CDATA[<P>嵌入式开发.C语言面试题<BR>预处理器（Preprocessor）</P>
<P>1. 用预处理指令#define 声明一个常数，用以表明1年中有多少秒（忽略闰年问题）<BR>#define SECONDS_PER_YEAR (60 * 60 * 24 * 365)UL <BR>我在这想看到几件事情： <BR>1). #define 语法的基本知识（例如：不能以分号结束，括号...]]></description>
								<category>blog</category>
								<author>xinetd</author>
								<pubDate>Fri, 07 Sep 2007 13:55:41 GMT</pubDate>
							</item>
							<item>
								<title>正则表达式</title>
								<link>http://www.lupaworld.com/?uid-53772-action-viewspace-itemid-24054</link>
								<description><![CDATA[<P><BR>&nbsp;&nbsp;&nbsp;在GNU C 中要使用规则表达式，需要用到以下几个函数。（定义在/usr/include/regex.h文件中）&nbsp; <BR>* int regcomp (regex_t *compiled, const char *pattern, int cflags)&nbsp; <BR>* int regexec (regex_t *compiled, char *string, size_t nmatch,...]]></description>
								<category>blog</category>
								<author>xinetd</author>
								<pubDate>Thu, 06 Sep 2007 14:14:23 GMT</pubDate>
							</item>
							<item>
								<title>对心爱的人说对不起</title>
								<link>http://www.lupaworld.com/?uid-53772-action-viewspace-itemid-23996</link>
								<description><![CDATA[<P>&nbsp;&nbsp;&nbsp; 说好了不和你吵架，但还是让你不开心了。想对你说对不起！</P>
<P>&nbsp;&nbsp;&nbsp; 对你付出，我只能说只有一点点。但你还是愿意和我在一起。我不能给你任何承诺，但你还是愿意和我在一起，这么好的女孩子到哪里去找。</P>
<P>&nbsp;&nbsp;&nbsp; 不知道为什...]]></description>
								<category>blog</category>
								<author>xinetd</author>
								<pubDate>Tue, 04 Sep 2007 19:57:28 GMT</pubDate>
							</item>
							<item>
								<title>posix多线程学习总结</title>
								<link>http://www.lupaworld.com/?uid-53772-action-viewspace-itemid-23467</link>
								<description><![CDATA[<P>&nbsp;&nbsp;&nbsp; <STRONG><FONT face=楷体_GB2312 size=3>最经一段时间一直在做linux下的多线程程序，空余之际对自己做以下总结</FONT></STRONG></P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: 150%; TEXT-ALIGN: center; mso-pagination: widow-orp...]]></description>
								<category>blog</category>
								<author>xinetd</author>
								<pubDate>Thu, 23 Aug 2007 10:43:10 GMT</pubDate>
							</item>
							<item>
								<title>多线程pro*c设计</title>
								<link>http://www.lupaworld.com/?uid-53772-action-viewspace-itemid-23430</link>
								<description><![CDATA[<P>Pro*C中的运行时上下文</P>
<P>&nbsp;&nbsp;&nbsp; 为了在线程和数据库连接之间建立松散的结合，Pro*C引入了一个概念runtime_context，我们称之为运行时上下文。一个运行时上下文包含了以下资源和信息：&nbsp;&nbsp;<BR>1 与数据库服务器的连接；&nbsp;&nbsp;<BR>2 当前连接上使用...]]></description>
								<category>blog</category>
								<author>xinetd</author>
								<pubDate>Wed, 22 Aug 2007 14:51:39 GMT</pubDate>
							</item>
							<item>
								<title>php学习起点</title>
								<link>http://www.lupaworld.com/?uid-53772-action-viewspace-itemid-21549</link>
								<description><![CDATA[<P>今天开始了php的学习，linux +apache + mysql + php 是经典的组合，学习的路还很漫长，由于没有真正的业务环境，我选择了 windows + apache + access + php,对于学习的过程，这个环境已经足够我在php世间里好好漫游了。</P>
<P>发现php里的面向对象和java,c++里的对象还是有一定的差...]]></description>
								<category>blog</category>
								<author>xinetd</author>
								<pubDate>Mon, 09 Jul 2007 20:55:11 GMT</pubDate>
							</item>
							<item>
								<title>机会的机会</title>
								<link>http://www.lupaworld.com/?uid-53772-action-viewspace-itemid-21454</link>
								<description><![CDATA[<P>刚从学校毕业，面对找工作的热潮，有一些迷茫，成长的机会和高薪的机会，何以选择。</P>
<P>一句话&nbsp; 加油！</P>]]></description>
								<category>blog</category>
								<author>xinetd</author>
								<pubDate>Fri, 06 Jul 2007 21:36:22 GMT</pubDate>
							</item>
							
		</channel>
	</rss>