﻿<?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/yinzhe/</link><description>平淡的生活</description><language>zh-cn</language><lastBuildDate>Sun, 12 Apr 2026 06:08:11 GMT</lastBuildDate><pubDate>Sun, 12 Apr 2026 06:08:11 GMT</pubDate><ttl>60</ttl><item><title>Ubuntu 7.04下 佳的美（gademei)usb电视盒（utv-330)安装记录</title><link>http://www.blogjava.net/yinzhe/archive/2007/06/05/122019.html</link><dc:creator>平淡生活</dc:creator><author>平淡生活</author><pubDate>Mon, 04 Jun 2007 16:25:00 GMT</pubDate><guid>http://www.blogjava.net/yinzhe/archive/2007/06/05/122019.html</guid><wfw:comment>http://www.blogjava.net/yinzhe/comments/122019.html</wfw:comment><comments>http://www.blogjava.net/yinzhe/archive/2007/06/05/122019.html#Feedback</comments><slash:comments>8</slash:comments><wfw:commentRss>http://www.blogjava.net/yinzhe/comments/commentRss/122019.html</wfw:commentRss><trackback:ping>http://www.blogjava.net/yinzhe/services/trackbacks/122019.html</trackback:ping><description><![CDATA[   
已经全面的将我的工作，开发，生活都升级到了ubuntu7.04上了，折腾了将近3天，总算是跑起来了。也试着习惯了ubuntu,为了安装我的佳的美
utv-330电视盒，一直忙活到了4点多才弄好。主要是就是一个驱动的问题，找了n多网页才找到了解决的问题的方法，备忘如下：<br />
    <br />
For Ubuntu’s Feisty Fawn :<br /><br /><div style="border: 1px solid rgb(204, 204, 204); padding: 4px 5px 4px 4px; background-color: rgb(238, 238, 238); font-size: 13px; width: 98%;"><!--<br><br>Code highlighting produced by Actipro CodeHighlighter (freeware)<br>http://www.CodeHighlighter.com/<br><br>--><span style="color: rgb(0, 0, 0);">sudo apt</span><span style="color: rgb(0, 0, 0);">-</span><span style="color: rgb(0, 0, 0);">get install mercurial linux</span><span style="color: rgb(0, 0, 0);">-</span><span style="color: rgb(0, 0, 0);">headers</span><span style="color: rgb(0, 0, 0);">-</span><span style="color: rgb(0, 0, 0);">$(uname </span><span style="color: rgb(0, 0, 0);">-</span><span style="color: rgb(0, 0, 0);">r) linux</span><span style="color: rgb(0, 0, 0);">-</span><span style="color: rgb(0, 0, 0);">source build</span><span style="color: rgb(0, 0, 0);">-</span><span style="color: rgb(0, 0, 0);">essential<br /><br />cd </span><span style="color: rgb(0, 0, 0);">/</span><span style="color: rgb(0, 0, 0);">lib</span><span style="color: rgb(0, 0, 0);">/</span><span style="color: rgb(0, 0, 0);">firmware<br /><br />wget http</span><span style="color: rgb(0, 0, 0);">://</span><span style="color: rgb(0, 0, 0);">konstantin</span><span style="color: rgb(0, 0, 0);">.</span><span style="color: rgb(0, 0, 0);">filtschew</span><span style="color: rgb(0, 0, 0);">.</span><span style="color: rgb(0, 0, 0);">de</span><span style="color: rgb(0, 0, 0);">/</span><span style="color: rgb(0, 0, 0);">v4l</span><span style="color: rgb(0, 0, 0);">-</span><span style="color: rgb(0, 0, 0);">firmware</span><span style="color: rgb(0, 0, 0);">/</span><span style="color: rgb(0, 0, 0);">firmware_v4</span><span style="color: rgb(0, 0, 0);">.</span><span style="color: rgb(0, 0, 0);">tgz<br /><br />tar xvzf firmware_v4</span><span style="color: rgb(0, 0, 0);">.</span><span style="color: rgb(0, 0, 0);">tgz<br /><br />hg clone http</span><span style="color: rgb(0, 0, 0);">://</span><span style="color: rgb(0, 0, 0);">mcentral</span><span style="color: rgb(0, 0, 0);">.</span><span style="color: rgb(0, 0, 0);">de</span><span style="color: rgb(0, 0, 0);">/</span><span style="color: rgb(0, 0, 0);">hg</span><span style="color: rgb(0, 0, 0);">/~</span><span style="color: rgb(0, 0, 0);">mrec</span><span style="color: rgb(0, 0, 0);">/</span><span style="color: rgb(0, 0, 0);">v4l</span><span style="color: rgb(0, 0, 0);">-</span><span style="color: rgb(0, 0, 0);">dvb</span><span style="color: rgb(0, 0, 0);">-</span><span style="color: rgb(0, 0, 0);">experimental<br /><br />cd v4l</span><span style="color: rgb(0, 0, 0);">-</span><span style="color: rgb(0, 0, 0);">dvb</span><span style="color: rgb(0, 0, 0);">-</span><span style="color: rgb(0, 0, 0);">experimental<br /><br />make<br /><br />make install<br /><br />reboot<br /><br />sudo modprobe em2880</span><span style="color: rgb(0, 0, 0);">-</span><span style="color: rgb(0, 0, 0);">dvb</span></div><br /><br />
If on the next reboot, the card stops working the em2880-dvb module is not being loaded properly in Feisty. To fix this :<br /><br />
cd /etc/modprobe.d<br />
sudo gedit dvbstick<br /><br />
then add this line to the new dvbstick file :<br />
install em28xx /sbin/modprobe --ignore-install em28xx; /bin/sleep 2; /sbin/modprobe em2880-dvb<br /><br />
reboot and it should be back up and running.<br /><br />
—————————————————————————————————–<br />
For Ubuntu’s Edgy Eft :<br /><div style="border: 1px solid rgb(204, 204, 204); padding: 4px 5px 4px 4px; background-color: rgb(238, 238, 238); font-size: 13px; width: 98%;"><!--<br><br>Code highlighting produced by Actipro CodeHighlighter (freeware)<br>http://www.CodeHighlighter.com/<br><br>--><span style="color: rgb(0, 0, 0);">sudo su<br /><br />apt</span><span style="color: rgb(0, 0, 0);">-</span><span style="color: rgb(0, 0, 0);">get install mercurial linux</span><span style="color: rgb(0, 0, 0);">-</span><span style="color: rgb(0, 0, 0);">headers</span><span style="color: rgb(0, 0, 0);">-</span><span style="color: rgb(0, 0, 0);">$(uname </span><span style="color: rgb(0, 0, 0);">-</span><span style="color: rgb(0, 0, 0);">r) linux</span><span style="color: rgb(0, 0, 0);">-</span><span style="color: rgb(0, 0, 0);">source build</span><span style="color: rgb(0, 0, 0);">-</span><span style="color: rgb(0, 0, 0);">essential<br /><br />cd </span><span style="color: rgb(0, 0, 0);">/</span><span style="color: rgb(0, 0, 0);">lib</span><span style="color: rgb(0, 0, 0);">/</span><span style="color: rgb(0, 0, 0);">firmware<br /><br />wget http</span><span style="color: rgb(0, 0, 0);">://</span><span style="color: rgb(0, 0, 0);">konstantin</span><span style="color: rgb(0, 0, 0);">.</span><span style="color: rgb(0, 0, 0);">filtschew</span><span style="color: rgb(0, 0, 0);">.</span><span style="color: rgb(0, 0, 0);">de</span><span style="color: rgb(0, 0, 0);">/</span><span style="color: rgb(0, 0, 0);">v4l</span><span style="color: rgb(0, 0, 0);">-</span><span style="color: rgb(0, 0, 0);">firmware</span><span style="color: rgb(0, 0, 0);">/</span><span style="color: rgb(0, 0, 0);">firmware_v4</span><span style="color: rgb(0, 0, 0);">.</span><span style="color: rgb(0, 0, 0);">tgz<br /><br />tar xvzf firmware_v4</span><span style="color: rgb(0, 0, 0);">.</span><span style="color: rgb(0, 0, 0);">tgz<br /><br />hg clone http</span><span style="color: rgb(0, 0, 0);">://</span><span style="color: rgb(0, 0, 0);">mcentral</span><span style="color: rgb(0, 0, 0);">.</span><span style="color: rgb(0, 0, 0);">de</span><span style="color: rgb(0, 0, 0);">/</span><span style="color: rgb(0, 0, 0);">hg</span><span style="color: rgb(0, 0, 0);">/~</span><span style="color: rgb(0, 0, 0);">mrec</span><span style="color: rgb(0, 0, 0);">/</span><span style="color: rgb(0, 0, 0);">v4l</span><span style="color: rgb(0, 0, 0);">-</span><span style="color: rgb(0, 0, 0);">dvb</span><span style="color: rgb(0, 0, 0);">-</span><span style="color: rgb(0, 0, 0);">kernel<br /><br /><br />cd v4l</span><span style="color: rgb(0, 0, 0);">-</span><span style="color: rgb(0, 0, 0);">dvb</span><span style="color: rgb(0, 0, 0);">-</span><span style="color: rgb(0, 0, 0);">kernel<br /><br />make<br /><br />make install<br /><br />reboot<br /><br />sudo modprobe em2880</span><span style="color: rgb(0, 0, 0);">-</span><span style="color: rgb(0, 0, 0);">dvb<br /><br /></span></div>If on the next reboot, the card stops working the em2880-dvb module is not being loaded properly in Edgy. To fix this :<br /><br />cd /etc/modprobe.d<br />sudo gedit dvbstick<br /><br />then add this line to the new dvbstick file :<br />install em28xx /sbin/modprobe --ignore-install em28xx; /bin/sleep 2; /sbin/modprobe em2880-dvb<br /><br />reboot and it should be back up and running.<br /><br />—————————————————————————————————–<br />For Fedora Core 6 :<br /><br />You should first make sure you have the development tools installed. Applications —&gt; Add / Remove Software —&gt;Development —&gt; Development Tools.<br /><br />su -<br /><br />yum install mercurial<br /><br />cd /lib/firmware<br /><br />wget http://konstantin.filtschew.de/v4l-firmware/firmware_v4.tgz<br /><br />tar xvzf firmware_v4.tgz<br /><br />hg clone http://mcentral.de/hg/~mrec/v4l-dvb-kernel<br /><br /><br />cd v4l-dvb-kernel<br /><br />make<br /><br />make install<br /><br />reboot<br /><br />sudo modprobe em2880-dvb<br /><br />
If on reboot, the card stops working the em2880-dvb module is not being loaded properly in FC6. To fix this :<br /><br />
cd /etc/modprobe.d<br />
sudo gedit dvbstick<br /><br />
then add this line to the new dvbstick file :<br /><br />
install em28xx /sbin/modprobe --ignore-install em28xx; /bin/sleep 2; /sbin/modprobe em2880-dvb<br /><br />
From there I just had to add the new tuner to MythTV via mythtv-setup
in Ubuntu Edgy Eft and then the Hauppage HVR-950 worked smoothly in
Linux with MythTV &amp; ATSC HDTV (Although, I could never get the unit
to play analog cable tv channels).<br /><br /><img src ="http://www.blogjava.net/yinzhe/aggbug/122019.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/yinzhe/" target="_blank">平淡生活</a> 2007-06-05 00:25 <a href="http://www.blogjava.net/yinzhe/archive/2007/06/05/122019.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>Ubuntu 7.04 下 php5 的安装</title><link>http://www.blogjava.net/yinzhe/archive/2007/06/05/121761.html</link><dc:creator>平淡生活</dc:creator><author>平淡生活</author><pubDate>Mon, 04 Jun 2007 16:10:00 GMT</pubDate><guid>http://www.blogjava.net/yinzhe/archive/2007/06/05/121761.html</guid><wfw:comment>http://www.blogjava.net/yinzhe/comments/121761.html</wfw:comment><comments>http://www.blogjava.net/yinzhe/archive/2007/06/05/121761.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.blogjava.net/yinzhe/comments/commentRss/121761.html</wfw:commentRss><trackback:ping>http://www.blogjava.net/yinzhe/services/trackbacks/121761.html</trackback:ping><description><![CDATA[
		<div align="center">
				<font size="3">转自<a target="_blank" href="http://www.vxii.com/blog/trackback.asp?tbID=543&amp;action=addtb&amp;tbKey=3f54b5ffa9a3e97b3a6f0b7a5d35607d96701305">vxii</a></font>
				<br />
		</div>
		<br />
一、安装apache2+php5+mysql<br /><div style="border: 1px solid rgb(204, 204, 204); padding: 4px 5px 4px 4px; background-color: rgb(238, 238, 238); font-size: 13px; width: 98%;"><!--<br><br>Code highlighting produced by Actipro CodeHighlighter (freeware)<br>http://www.CodeHighlighter.com/<br><br>--><span style="color: rgb(0, 0, 0);">sudo apt-get install apache2 php5-mysql libapache2-mod-php5 mysql-server</span></div><br />二、设置mysql密码<br /><br /><div style="border: 1px solid rgb(204, 204, 204); padding: 4px 5px 4px 4px; background-color: rgb(238, 238, 238); font-size: 13px; width: 98%;"><!--<br><br>Code highlighting produced by Actipro CodeHighlighter (freeware)<br>http://www.CodeHighlighter.com/<br><br>--><span style="color: rgb(0, 0, 0);">mysqladmin -u root password 新密码</span></div><br /><br />三、安装phpmyadmin<br /><br /><div style="border: 1px solid rgb(204, 204, 204); padding: 4px 5px 4px 4px; background-color: rgb(238, 238, 238); font-size: 13px; width: 98%;"><!--<br><br>Code highlighting produced by Actipro CodeHighlighter (freeware)<br>http://www.CodeHighlighter.com/<br><br>--><span style="color: rgb(0, 0, 0);">sudo apt-get install phpmyadmin</span></div><br />测试：<a href="http://localhost/phpmyadmin/" target="_blank">http://localhost/phpmyadmin/</a><br /><br />四、其它操作：<br />编辑测试页：<br /><span style="color: rgb(0, 0, 0);"></span><br /><div style="border: 1px solid rgb(204, 204, 204); padding: 4px 5px 4px 4px; background-color: rgb(238, 238, 238); font-size: 13px; width: 98%;"><!--<br><br>Code highlighting produced by Actipro CodeHighlighter (freeware)<br>http://www.CodeHighlighter.com/<br><br>--><span style="color: rgb(0, 0, 0);">sudo gedit /var/www/testphp.php</span></div><br /><br /><div style="border: 1px solid rgb(204, 204, 204); padding: 4px 5px 4px 4px; background-color: rgb(238, 238, 238); font-size: 13px; width: 98%;"><span style="color: rgb(0, 0, 0);"></span><span style="color: rgb(0, 0, 0);">&lt;?</span><span style="color: rgb(0, 0, 0);"><br /></span><span style="color: rgb(0, 128, 128);">phpinfo</span><span style="color: rgb(0, 0, 0);">()<br /></span><span style="color: rgb(0, 0, 0);">?&gt;</span></div><br /><br /><br />启动Apache<br /><div style="border: 1px solid rgb(204, 204, 204); padding: 4px 5px 4px 4px; background-color: rgb(238, 238, 238); font-size: 13px; width: 98%;"><!--<br><br>Code highlighting produced by Actipro CodeHighlighter (freeware)<br>http://www.CodeHighlighter.com/<br><br>--><span style="color: rgb(0, 0, 0);">$ sudo </span><span style="color: rgb(0, 0, 0);">/</span><span style="color: rgb(0, 0, 0);">usr</span><span style="color: rgb(0, 0, 0);">/</span><span style="color: rgb(0, 0, 0);">sbin</span><span style="color: rgb(0, 0, 0);">/</span><span style="color: rgb(0, 0, 0);">apache2ctl start</span></div><br />停止Apache<br /><br /><div style="border: 1px solid rgb(204, 204, 204); padding: 4px 5px 4px 4px; background-color: rgb(238, 238, 238); font-size: 13px; width: 98%;"><!--<br><br>Code highlighting produced by Actipro CodeHighlighter (freeware)<br>http://www.CodeHighlighter.com/<br><br>--><span style="color: rgb(0, 0, 0);">$ sudo </span><span style="color: rgb(0, 0, 0);">/</span><span style="color: rgb(0, 0, 0);">usr</span><span style="color: rgb(0, 0, 0);">/</span><span style="color: rgb(0, 0, 0);">sbin</span><span style="color: rgb(0, 0, 0);">/</span><span style="color: rgb(0, 0, 0);">apache2ctl stop</span></div><br />重启Apache<br /><br /><div style="border: 1px solid rgb(204, 204, 204); padding: 4px 5px 4px 4px; background-color: rgb(238, 238, 238); font-size: 13px; width: 98%;"><!--<br><br>Code highlighting produced by Actipro CodeHighlighter (freeware)<br>http://www.CodeHighlighter.com/<br><br>--><span style="color: rgb(0, 0, 0);">$ sudo </span><span style="color: rgb(0, 0, 0);">/</span><span style="color: rgb(0, 0, 0);">etc</span><span style="color: rgb(0, 0, 0);">/</span><span style="color: rgb(0, 0, 0);">init</span><span style="color: rgb(0, 0, 0);">.</span><span style="color: rgb(0, 0, 0);">d</span><span style="color: rgb(0, 0, 0);">/</span><span style="color: rgb(0, 0, 0);">apache2 restart</span></div><br /><br />如果只是用于本地开发，加强安全性，设置如下：<br /><div style="border: 1px solid rgb(204, 204, 204); padding: 4px 5px 4px 4px; background-color: rgb(238, 238, 238); font-size: 13px; width: 98%;"><!--<br><br>Code highlighting produced by Actipro CodeHighlighter (freeware)<br>http://www.CodeHighlighter.com/<br><br>--><span style="color: rgb(0, 0, 0);"><br />$ gksudo </span><span style="color: rgb(0, 0, 0);">"</span><span style="color: rgb(0, 0, 0);">gedit /etc/apache2/ports.conf</span><span style="color: rgb(0, 0, 0);">"</span><span style="color: rgb(0, 0, 0);"><br />$ password</span><span style="color: rgb(0, 0, 0);">:</span></div><br />更改ports.conf<br />Listen 127.0.0.1:80<br />保存文件之后，并重启apache。这时，只有通过127.0.0.1才能访问Apache。<br /><br /><img src ="http://www.blogjava.net/yinzhe/aggbug/121761.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/yinzhe/" target="_blank">平淡生活</a> 2007-06-05 00:10 <a href="http://www.blogjava.net/yinzhe/archive/2007/06/05/121761.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>一些自己的技巧?总结</title><link>http://www.blogjava.net/yinzhe/archive/2006/08/31/66955.html</link><dc:creator>平淡生活</dc:creator><author>平淡生活</author><pubDate>Thu, 31 Aug 2006 14:37:00 GMT</pubDate><guid>http://www.blogjava.net/yinzhe/archive/2006/08/31/66955.html</guid><wfw:comment>http://www.blogjava.net/yinzhe/comments/66955.html</wfw:comment><comments>http://www.blogjava.net/yinzhe/archive/2006/08/31/66955.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.blogjava.net/yinzhe/comments/commentRss/66955.html</wfw:commentRss><trackback:ping>http://www.blogjava.net/yinzhe/services/trackbacks/66955.html</trackback:ping><description><![CDATA[1.用spring 发Email<br /><div style="BORDER-RIGHT: #cccccc 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #cccccc 1px solid; PADDING-LEFT: 4px; FONT-SIZE: 13px; PADDING-BOTTOM: 4px; BORDER-LEFT: #cccccc 1px solid; WIDTH: 98%; WORD-BREAK: break-all; PADDING-TOP: 4px; BORDER-BOTTOM: #cccccc 1px solid; BACKGROUND-COLOR: #eeeeee"><img src="http://www.blogjava.net/images/OutliningIndicators/None.gif" align="top" /><span style="COLOR: #000000">JavaMailSenderImpl jmsi</span><span style="COLOR: #000000">=</span><span style="COLOR: #0000ff">new</span><span style="COLOR: #000000"> JavaMailSenderImpl();<br /><img src="http://www.blogjava.net/images/OutliningIndicators/None.gif" align="top" />  jmsi.setHost(</span><span style="COLOR: #000000">"</span><span style="COLOR: #000000">smtp.**.com</span><span style="COLOR: #000000">"</span><span style="COLOR: #000000">)<br /><img src="http://www.blogjava.net/images/OutliningIndicators/None.gif" align="top" />  jmsi.setUsername(</span><span style="COLOR: #000000">"</span><span style="COLOR: #000000">username@xx.com</span><span style="COLOR: #000000">"</span><span style="COLOR: #000000">);<br /><img src="http://www.blogjava.net/images/OutliningIndicators/None.gif" align="top" />  jmsi.setPassword(</span><span style="COLOR: #000000">"</span><span style="COLOR: #000000">***</span><span style="COLOR: #000000">"</span><span style="COLOR: #000000">);<br /><img src="http://www.blogjava.net/images/OutliningIndicators/None.gif" align="top" />  jmsi.setDefaultEncoding(</span><span style="COLOR: #000000">"</span><span style="COLOR: #000000">GBK</span><span style="COLOR: #000000">"</span><span style="COLOR: #000000">);<br /><img src="http://www.blogjava.net/images/OutliningIndicators/None.gif" align="top" />  Properties pt </span><span style="COLOR: #000000">=</span><span style="COLOR: #000000">  </span><span style="COLOR: #0000ff">new</span><span style="COLOR: #000000"> Properties();<br /><img src="http://www.blogjava.net/images/OutliningIndicators/None.gif" align="top" />  pt.setProperty(</span><span style="COLOR: #000000">"</span><span style="COLOR: #000000">mail.smtp.auth</span><span style="COLOR: #000000">"</span><span style="COLOR: #000000">,</span><span style="COLOR: #000000">"</span><span style="COLOR: #000000">true</span><span style="COLOR: #000000">"</span><span style="COLOR: #000000">);<br /><img src="http://www.blogjava.net/images/OutliningIndicators/None.gif" align="top" />  jmsi.setJavaMailProperties(pt);</span></div><br />---如果发信服务器用了smtp身份认证必须加上后3句;<br />2.spring 的定时器<br />一定要下quartz,刚开始以为spring已经整合好了.<img src ="http://www.blogjava.net/yinzhe/aggbug/66955.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/yinzhe/" target="_blank">平淡生活</a> 2006-08-31 22:37 <a href="http://www.blogjava.net/yinzhe/archive/2006/08/31/66955.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>新的空间新的开始</title><link>http://www.blogjava.net/yinzhe/archive/2006/08/07/62138.html</link><dc:creator>平淡生活</dc:creator><author>平淡生活</author><pubDate>Mon, 07 Aug 2006 03:53:00 GMT</pubDate><guid>http://www.blogjava.net/yinzhe/archive/2006/08/07/62138.html</guid><wfw:comment>http://www.blogjava.net/yinzhe/comments/62138.html</wfw:comment><comments>http://www.blogjava.net/yinzhe/archive/2006/08/07/62138.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.blogjava.net/yinzhe/comments/commentRss/62138.html</wfw:commentRss><trackback:ping>http://www.blogjava.net/yinzhe/services/trackbacks/62138.html</trackback:ping><description><![CDATA[2006年8月7日<img src ="http://www.blogjava.net/yinzhe/aggbug/62138.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/yinzhe/" target="_blank">平淡生活</a> 2006-08-07 11:53 <a href="http://www.blogjava.net/yinzhe/archive/2006/08/07/62138.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item></channel></rss>