<?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>dreamzdf的个人空间</title>
			    <link>http://space.itpub.net/11421718</link>
			    <description></description>
			    <copyright>Copyright(C) dreamzdf的个人空间</copyright>
			    <generator>SupeSite/X-Space</generator>
			    <lastBuildDate>Mon, 08 Sep 2008 05:56:45 GMT</lastBuildDate><item>
								<title>面向对象的特征有哪些方面？</title>
								<link>http://space.itpub.net/11421718/viewspace-200331</link>
								<description><![CDATA[<P>1抽象：抽象就是忽略一个主题中与当前目标无关的那些方面，以便更充分地注意与当前目标有关的方面。抽象并不打算了解全部问题，而只是选择其中的一部分，暂时不用部分细节。</P>
<P>2继承：继承是一种联结类的层次模型，并且允许和鼓励类的重用，它提供了一种明确表述...]]></description>
								<category>blog</category>
								<author>dreamzdf</author>
								<pubDate>Wed, 05 Mar 2008 10:18:33 GMT</pubDate>
							</item>
							<item>
								<title>简述struts的工作流程</title>
								<link>http://space.itpub.net/11421718/viewspace-200330</link>
								<description><![CDATA[<P>1在web应用启动时，加载并初始化ActionServlet，ActionServlet从struts-config.xml文件中读取配置信息，把它们存放到各个配置对象中。</P>
<P>2当ActionServlet接收到一个客户请求时，首先检索和用户请求相匹配的ActionMapping实例，如果不存在，就返回用户请求路径无...]]></description>
								<category>blog</category>
								<author>dreamzdf</author>
								<pubDate>Wed, 05 Mar 2008 10:17:32 GMT</pubDate>
							</item>
							<item>
								<title>抽象类和接口的区别</title>
								<link>http://space.itpub.net/11421718/viewspace-200329</link>
								<description><![CDATA[<P>1抽象类在java中表示一种继承关系，一个抽象类只能使用一次继承关系。但一个类可以实现多个接口。</P>
<P>2抽象类可以有非抽象的成员方法。接口只能有静态的不能被修改的数据成员，所有的成员方法都是抽象的。</P>
<P>3抽象类反映出的设计理念是“是什么”的关系，接...]]></description>
								<category>blog</category>
								<author>dreamzdf</author>
								<pubDate>Wed, 05 Mar 2008 10:16:11 GMT</pubDate>
							</item>
							<item>
								<title>其他区别（2）</title>
								<link>http://space.itpub.net/11421718/viewspace-200326</link>
								<description><![CDATA[<P><A href="http://hi.baidu.com/netnoble/blog/item/c6517a893ffc22b70e244429.html">数组和String有没有length()方法？</A></P>
<P>数组没有length()方法，有length属性。</P>
<P>String有length()方法。</P>
<DIV class=tit><A href="http://hi.baidu.com/netnoble...]]></description>
								<category>blog</category>
								<author>dreamzdf</author>
								<pubDate>Wed, 05 Mar 2008 10:10:08 GMT</pubDate>
							</item>
							<item>
								<title>部分区别（1）</title>
								<link>http://space.itpub.net/11421718/viewspace-200323</link>
								<description><![CDATA[<P>ArrayList，Vector，LinkedList的区别</P>
<P>
<TABLE style="TABLE-LAYOUT: fixed">
<TBODY>
<TR>
<TD>
<DIV class=cnt>
<P>ArrayList：使用数组方式存储数据，<FONT face=Simsun>索引数据快而插入数据慢。</FONT></P>
<P>Vector：使用数组方式存储数据，<FON...]]></description>
								<category>blog</category>
								<author>dreamzdf</author>
								<pubDate>Wed, 05 Mar 2008 09:52:13 GMT</pubDate>
							</item>
							<item>
								<title>oracle基本配置</title>
								<link>http://space.itpub.net/11421718/viewspace-200322</link>
								<description><![CDATA[<TABLE style="TABLE-LAYOUT: fixed">
<TBODY>
<TR>
<TD>
<DIV class=cnt>
<P>命令行：</P>
<P>sqlplus /nolog</P>
<P>connect system as sysdba</P>
<P>[输入密码]</P>
<P>create user oracle identified by oracle;</P>
<P>grant dba to oracle;</P></DIV></T...]]></description>
								<category>blog</category>
								<author>dreamzdf</author>
								<pubDate>Wed, 05 Mar 2008 09:49:39 GMT</pubDate>
							</item>
							<item>
								<title>Java路径问题最终解决方案（转）</title>
								<link>http://space.itpub.net/11421718/viewspace-199306</link>
								<description><![CDATA[<DIV><STRONG><FONT size=6>前言</FONT></STRONG></DIV>
<DIV style="TEXT-INDENT: 24pt">Java的路径问题，非常难搞。最近的工作涉及到创建和读取文件的工作，这里我就给大家彻底得解决Java路径问题。</DIV>
<DIV style="TEXT-INDENT: 24pt">我编写了一个方法，比ClassL...]]></description>
								<category>blog</category>
								<author>dreamzdf</author>
								<pubDate>Tue, 04 Mar 2008 10:58:32 GMT</pubDate>
							</item>
							<item>
								<title>createStatement参数解释(转)</title>
								<link>http://space.itpub.net/11421718/viewspace-167600</link>
								<description><![CDATA[<P>Statement stmt=conn.createStatement(参数一,参数二)</P>
<P>第一个参数可以取值为 <BR>ResultSet.RTYPE_FORWORD_ONLY：这是缺省值，只可向前滚动； <BR>ResultSet.TYPE_SCROLL_INSENSITIVE：双向滚动，但不及时更新，就是如果数据库里的数据修改过，并不在ResultSet...]]></description>
								<category>blog</category>
								<author>dreamzdf</author>
								<pubDate>Sun, 03 Feb 2008 15:06:25 GMT</pubDate>
							</item>
							<item>
								<title>卖股</title>
								<link>http://space.itpub.net/11421718/viewspace-167584</link>
								<description><![CDATA[<P style="WORD-BREAK: break-all; LINE-HEIGHT: 15pt">
<P style="WORD-BREAK: break-all; LINE-HEIGHT: 15pt"><SPAN style="COLOR: #c0c7be; FONT-FAMILY: 仿宋_GB2312; mso-hansi-font-family: Arial; mso-bidi-font-family: Arial"><FONT color=#000000 size=3></FON...]]></description>
								<category>blog</category>
								<author>dreamzdf</author>
								<pubDate>Sun, 03 Feb 2008 14:11:33 GMT</pubDate>
							</item>
							<item>
								<title>昨天，今天，明天(中石油爆笑版)</title>
								<link>http://space.itpub.net/11421718/viewspace-167583</link>
								<description><![CDATA[<P class=txt><STRONG>小崔</STRONG>:我们今天的题目是昨天,今天,明天.来大妈先说. <BR><BR><STRONG>宋丹丹</STRONG>:昨天接到证券所通知准备钱,今天买的中铁,明天准备抛了. <BR><BR><STRONG>本山</STRONG>:你别搁那儿瞎说,瞎抛啥玩意? <BR><BR><STRONG>丹丹</STRONG>:那咋...]]></description>
								<category>blog</category>
								<author>dreamzdf</author>
								<pubDate>Sun, 03 Feb 2008 14:05:41 GMT</pubDate>
							</item>
							<item>
								<title>宋丹丹,赵本山春晚小品(中石油,平安版)</title>
								<link>http://space.itpub.net/11421718/viewspace-167582</link>
								<description><![CDATA[小崔说事儿-----仅以此篇献给郁闷的中石油和中平安散户. <BR><BR>小崔：大叔大妈，好久不见，股票炒的挺好吧？<BR><BR>宋丹丹：好啊！那是相---当的好----------无奈呀！<BR><BR>小崔：买的都是啥股票？<BR><BR>赵本山：都是中石油吗。<BR><BR>宋丹丹：不说话能把你憋死不...]]></description>
								<category>blog</category>
								<author>dreamzdf</author>
								<pubDate>Sun, 03 Feb 2008 13:45:32 GMT</pubDate>
							</item>
							<item>
								<title>恶搞色戒之大学四级考试作弊（转）</title>
								<link>http://space.itpub.net/11421718/viewspace-132879</link>
								<description><![CDATA[<BR>Flash: <KBD class=showflash title=http://www.tudou.com/v/boQTX2Uu-cE>sejie</KBD><BR>]]></description>
								<category>blog</category>
								<author>dreamzdf</author>
								<pubDate>Thu, 10 Jan 2008 10:27:35 GMT</pubDate>
							</item>
							<item>
								<title>Eclipse常用插件下载地址(转载)</title>
								<link>http://space.itpub.net/11421718/viewspace-129030</link>
								<description><![CDATA[<FONT size=2><FONT style="BACKGROUND-COLOR: #ffffff">官方网站http://www.eclipse.org/downloads/index.php下载eclipse的最新版本<BR><BR>Eclipse 项目资源中心:<FONT size=2>http://www.ibm.com/developerworks/cn/opensource/top-projects/eclipse.html</FONT> </FON...]]></description>
								<category>blog</category>
								<author>dreamzdf</author>
								<pubDate>Wed, 09 Jan 2008 18:06:37 GMT</pubDate>
							</item>
							
		</channel>
	</rss>