<?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>新轩生活 &#187; 幸运之星</title>
	<atom:link href="http://www.lexuan.net/category/zyzx/feed" rel="self" type="application/rss+xml" />
	<link>http://www.lexuan.net</link>
	<description>生活的美妙，让我成为快乐的源泉。。。</description>
	<lastBuildDate>Sun, 11 Jul 2010 09:24:29 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>真正的幸运之星诞生了</title>
		<link>http://www.lexuan.net/2008/02/24/30.html</link>
		<comments>http://www.lexuan.net/2008/02/24/30.html#comments</comments>
		<pubDate>Sun, 24 Feb 2008 06:58:04 +0000</pubDate>
		<dc:creator>轩爸</dc:creator>
				<category><![CDATA[幸运之星]]></category>

		<guid isPermaLink="false">http://www.lexuan.net/2008/02/24/zhen-zheng-de-xing-yun-zhi-xing-dan-sheng-liao.html</guid>
		<description><![CDATA[    很高兴，何毅（就是左边的这位帅哥哦）成为了今天的幸运之星，他的幸运号码是17。希望能给他和乐轩带来幸运和幸福。。。   
]]></description>
		<wfw:commentRss>http://www.lexuan.net/2008/02/24/30.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>幸运之星</title>
		<link>http://www.lexuan.net/2008/02/22/28.html</link>
		<comments>http://www.lexuan.net/2008/02/22/28.html#comments</comments>
		<pubDate>Fri, 22 Feb 2008 05:26:12 +0000</pubDate>
		<dc:creator>轩爸</dc:creator>
				<category><![CDATA[幸运之星]]></category>

		<guid isPermaLink="false">http://www.lexuan.net/2008/02/22/xing-yun-zhi-xing.html</guid>
		<description><![CDATA[   为了乐轩的100天庆祝增添一点互动，娱乐，愉快的气氛，特地写了一个Java小程序来运行。这个程序能在到场的来宾中随机选出一个幸运之星，当然是有特别奖励的哦：第一，一张乐轩的珍藏DVD电子相册；第二，一份特别的大礼包（值得期待哦）。  
幸运的人会是谁呢？我们敬请期待。。。
为了以示公正，特放上程序的源码，以供下载。
    程序的下载点s20083593527.zip
部分源程序如下：
while (isRun) {
// 产生完全的随机数，找到幸运之星
Random random = new Random(System.currentTimeMillis());
int index = random.nextInt(size);            // 幸运之星将在这里产生
String code = (String) codes.get(index);
label.setText(code);
try {
Thread.sleep(80);
} catch (InterruptedException e) {
}
}
// 无论多次启动运算，只保留第一个幸运之星在标题上
if(isFirst){
isFirst = false;
this.setTitle(this.getTitle() + &#8221; = &#8221; + label.getText());
}
]]></description>
		<wfw:commentRss>http://www.lexuan.net/2008/02/22/28.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
