﻿<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>BlogJava-天下无名-文章分类-软件碎屑</title><link>http://www.blogjava.net/wjgo/category/857.html</link><description>做程序就像喝白开水，慢慢品才会有点味道</description><language>zh-cn</language><lastBuildDate>Thu, 01 Mar 2007 02:39:54 GMT</lastBuildDate><pubDate>Thu, 01 Mar 2007 02:39:54 GMT</pubDate><ttl>60</ttl><item><title>Iterator vs Enumeration</title><link>http://www.blogjava.net/wjgo/articles/2870.html</link><dc:creator>天下无名</dc:creator><author>天下无名</author><pubDate>Tue, 05 Apr 2005 03:14:00 GMT</pubDate><guid>http://www.blogjava.net/wjgo/articles/2870.html</guid><wfw:comment>http://www.blogjava.net/wjgo/comments/2870.html</wfw:comment><comments>http://www.blogjava.net/wjgo/articles/2870.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.blogjava.net/wjgo/comments/commentRss/2870.html</wfw:commentRss><trackback:ping>http://www.blogjava.net/wjgo/services/trackbacks/2870.html</trackback:ping><description><![CDATA[Iterator 和 Enumeration 有什么不同的地方？<BR>One key difference between an enumerator and an <CODE>iterator</CODE> is that the <CODE>iterator</CODE> will fail if the underlying collection changes. <BR>The Java 1.0/1.1 version of the iterator chose to invent a new name, “enumeration,” instead of using a term that everyone was already familiar with. The <A name=Index1156></A><B>Enumeration</B> interface is smaller than <B>Iterator</B>, with only two methods, and it uses longer method names: <B>boolean</B> <B>hasMoreElements(&nbsp;)</B> produces <B>true</B> if this enumeration contains more elements, and <B>Object nextElement(&nbsp;) </B>returns the next element of this enumeration if there are any more (otherwise it throws an exception). <BR><STRONG>Enumeration</STRONG> is only an interface, not an implementation, and even new libraries sometimes still use the old <B>Enumeration</B>, which is unfortunate but generally harmless. Even though you should always use <B>Iterator</B> when you can in your own code, you must be prepared for libraries that want to hand you an <B>Enumeration</B>. <img src ="http://www.blogjava.net/wjgo/aggbug/2870.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/wjgo/" target="_blank">天下无名</a> 2005-04-05 11:14 <a href="http://www.blogjava.net/wjgo/articles/2870.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>ORACLE常用傻瓜問題1000問</title><link>http://www.blogjava.net/wjgo/articles/2433.html</link><dc:creator>天下无名</dc:creator><author>天下无名</author><pubDate>Fri, 25 Mar 2005 05:34:00 GMT</pubDate><guid>http://www.blogjava.net/wjgo/articles/2433.html</guid><wfw:comment>http://www.blogjava.net/wjgo/comments/2433.html</wfw:comment><comments>http://www.blogjava.net/wjgo/articles/2433.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.blogjava.net/wjgo/comments/commentRss/2433.html</wfw:commentRss><trackback:ping>http://www.blogjava.net/wjgo/services/trackbacks/2433.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: 1. Oracle安装完成后的初始口令? &nbsp; &nbsp;　internal/oracle 　　sys/change_on_install 　　system/manager 　　scott/tiger 　　sysman/oem_temp 2. ORACLE9IAS WEB CACHE的初始默认用户和密码？ &nbsp; &nbsp;&nbsp;&nbsp;administrator/ad...&nbsp;&nbsp;<a href='http://www.blogjava.net/wjgo/articles/2433.html'>阅读全文</a><img src ="http://www.blogjava.net/wjgo/aggbug/2433.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/wjgo/" target="_blank">天下无名</a> 2005-03-25 13:34 <a href="http://www.blogjava.net/wjgo/articles/2433.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item></channel></rss>