<?xml version="1.0" encoding="gbk"?>
			<?xml-stylesheet type="text/css" href="http://space.itpub.net/css/rss.css"?>
			<rss version="2.0">
			  <channel>
			    <title>prowyh's space</title>
			    <link>http://space.itpub.net/?uid-9537936</link>
			    <description></description>
			    <copyright>Copyright(C) prowyh's space</copyright>
			    <generator>SupeSite/X-Space</generator>
			    <lastBuildDate>Thu, 24 Jul 2008 17:24:42 GMT</lastBuildDate><item>
								<title>对象引用与托管指针（object references and managed pointers）</title>
								<link>http://space.itpub.net/?uid-9537936-action-viewspace-itemid-406714</link>
								<description><![CDATA[<DIV style="FONT-SIZE: 9pt">C/C++中的指针是一种非常灵活而强大的引用机制，但同时也非常脆弱，稍有不慎，就会出错。</DIV>
<DIV>&nbsp;</DIV>
<DIV>Java完全摈弃了指针的概念，而代之以对象引用（object reference），基本上消灭了由指针而导致的错误。</DIV>
<DIV>...]]></description>
								<category>blog</category>
								<author>prowyh2007</author>
								<pubDate>Mon, 21 Jul 2008 18:44:52 GMT</pubDate>
							</item>
							<item>
								<title>让人不知所以的IE（The Puzzled IE）</title>
								<link>http://space.itpub.net/?uid-9537936-action-viewspace-itemid-324596</link>
								<description><![CDATA[<DIV>IE提供了一些命令用于页面与外部环境的交互，其中Copy命令是将选中的内容拷贝（复制）到剪贴板。可以如下的JavaScript代码实现：</DIV>
<DIV>&nbsp;</DIV>
<DIV>function copyToClipboard(obj)</DIV>
<DIV>{</DIV>
<BLOCKQUOTE dir=ltr style="MARGIN-RIGHT: 0px...]]></description>
								<category>blog</category>
								<author>prowyh2007</author>
								<pubDate>Sat, 31 May 2008 00:41:15 GMT</pubDate>
							</item>
							<item>
								<title>话说UNIX之春秋战国</title>
								<link>http://space.itpub.net/?uid-9537936-action-viewspace-itemid-218058</link>
								<description><![CDATA[<DIV>很久没有光顾UNIX这个百花园了，最近借着做UNIX培训，又徜徉了一把。</DIV>
<DIV>&nbsp;&nbsp;&nbsp;&nbsp;</DIV>
<DIV>从87年接触UNIX，到现在已有20年了！想当初为了踏上由UNIX/C开辟出的“新大陆”而秉烛夜战的热情，恍如昨日……</DIV>
<DIV>&nbsp;&nbsp;&nbs...]]></description>
								<category>blog</category>
								<author>prowyh2007</author>
								<pubDate>Thu, 27 Mar 2008 22:02:58 GMT</pubDate>
							</item>
							<item>
								<title>IEnumerable &amp; IEnumerator</title>
								<link>http://space.itpub.net/?uid-9537936-action-viewspace-itemid-203992</link>
								<description><![CDATA[<DIV>public interface IEnumerable</DIV>
<DIV>{</DIV>
<DIV>&nbsp;&nbsp;&nbsp; IEnumerator GetEnumerator();</DIV>
<DIV>}</DIV>
<DIV>&nbsp;</DIV>
<DIV>public interface IEnumerator</DIV>
<DIV>{</DIV>
<DIV>&nbsp;&nbsp;&nbsp; bool MoveNext();</DIV>
<...]]></description>
								<category>blog</category>
								<author>prowyh2007</author>
								<pubDate>Tue, 11 Mar 2008 21:19:38 GMT</pubDate>
							</item>
							
		</channel>
	</rss>