﻿<?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-BorderJ's Blog-随笔分类-Java</title><link>http://www.blogjava.net/border/category/12693.html</link><description>    ---   java   FreeBsd   Web3D open-sources 
</description><language>zh-cn</language><lastBuildDate>Tue, 24 Apr 2007 07:58:27 GMT</lastBuildDate><pubDate>Tue, 24 Apr 2007 07:58:27 GMT</pubDate><ttl>60</ttl><item><title>request.getSession() 方法</title><link>http://www.blogjava.net/border/archive/2006/07/31/61073.html</link><dc:creator>BorderJ</dc:creator><author>BorderJ</author><pubDate>Mon, 31 Jul 2006 11:46:00 GMT</pubDate><guid>http://www.blogjava.net/border/archive/2006/07/31/61073.html</guid><wfw:comment>http://www.blogjava.net/border/comments/61073.html</wfw:comment><comments>http://www.blogjava.net/border/archive/2006/07/31/61073.html#Feedback</comments><slash:comments>3</slash:comments><wfw:commentRss>http://www.blogjava.net/border/comments/commentRss/61073.html</wfw:commentRss><trackback:ping>http://www.blogjava.net/border/services/trackbacks/61073.html</trackback:ping><description><![CDATA[
		<table class="fixedTable blogpost" border="0" cellspacing="0" width="100%">
				<tbody>
						<tr>
								<td class="bvh8">
								</td>
						</tr>
						<tr>
								<td id="msgcns!2C1CE5739F8D5F4A!117">
										<div>HttpRequest对象有两种形式的getSession方法调用：<br />一个是getSession()，<br />另一个是getSession(boolean isNew)<br /><br />这样的<font style="background-color: rgb(153, 204, 0);">，前者会检测当前时候有session存在，</font><font style="background-color: rgb(204, 255, 204);">如果不存在则创建一个，如果存在就返回当前的。</font><br /><font color="#ff0000">getSession()相当于getSession(true)，</font><br /><br /><a name="Reply_26145018">参数为true时，若存在会话则返回该会话，否则新建一个会话。</a><br /><a name="Reply_26145018">参数为false时，若存在会话则返回该会话，否则应该返回一个NULL
</a><br /><br />这是文档：<br /><br /><a name="Reply_26153747"> getSession   <br />   public   HttpSession  
getSession(boolean   create)Returns   the   current   HttpSession  
associated   with   this   request   or,   if   if   there   is   no  
current   session   and   create   is   true,   returns   a   new  
session.     <br />   If   create   is   false   and   the   request   has   no   valid   HttpSession,   this   method   returns   null.      <br />      <br />
  To   make   sure   the   session   is   properly   maintained,   you
  must   call   this   method   before   the   response   is  
committed.   If   the   container   is   using   cookies   to  
maintain   session   integrity   and   is   asked   to   create   a  
new   session   when   the   response   is   committed,   an  
IllegalStateException   is   thrown.   <br />      <br />   Parameters:   <br />
  true   -   to   create   a   new   session   for   this   request  
if   necessary;   false   to   return   null   if   there's   no  
current   session   <br />   Returns:   <br />   the   HttpSession  
associated   with   this   request   or   null   if   create   is  
false   and   the   request   has   no   valid   session   <br /><br /><br />感谢</a><a id="Comments1_CommentList_ctl00_NameLink" target="_blank">zhouhu的提醒，现在已经修正。<br />Edit By: BorderJ    2006.8.18<br /><br /></a><a name="Reply_26153747"><br /></a></div>
								</td>
						</tr>
				</tbody>
		</table>
<img src ="http://www.blogjava.net/border/aggbug/61073.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/border/" target="_blank">BorderJ</a> 2006-07-31 19:46 <a href="http://www.blogjava.net/border/archive/2006/07/31/61073.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>通过rome读取feed，发现中文出现部分乱码。。</title><link>http://www.blogjava.net/border/archive/2006/07/12/57848.html</link><dc:creator>BorderJ</dc:creator><author>BorderJ</author><pubDate>Wed, 12 Jul 2006 10:37:00 GMT</pubDate><guid>http://www.blogjava.net/border/archive/2006/07/12/57848.html</guid><wfw:comment>http://www.blogjava.net/border/comments/57848.html</wfw:comment><comments>http://www.blogjava.net/border/archive/2006/07/12/57848.html#Feedback</comments><slash:comments>6</slash:comments><wfw:commentRss>http://www.blogjava.net/border/comments/commentRss/57848.html</wfw:commentRss><trackback:ping>http://www.blogjava.net/border/services/trackbacks/57848.html</trackback:ping><description><![CDATA[
		<p>    用了rome 0,8的jar包，代码大部分来自于rome-samples-0.7 。<br />对了，放个rome的链接<a href="https://rome.dev.java.net/"><font color="#003366">Rome's Home</font></a>,可以直接去下载。还有就是在用rome的时候，把信息输出到xml文件里</p>
		<div>
				<wbr>，部分出现乱码不知道是怎么回事<wbr>，我读的feed文件是utf-8的，我也是通过utf8读的<wbr>，但是还是有一部分乱码。今天找了一天也没有解决。。。<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, 128, 128);"> 1</span> <span style="color: rgb(0, 128, 0);">/*</span><span style="color: rgb(0, 128, 0);"><br /></span><span style="color: rgb(0, 128, 128);"> 2</span> <span style="color: rgb(0, 128, 0);"> * Created on 2006-7-11<br /></span><span style="color: rgb(0, 128, 128);"> 3</span> <span style="color: rgb(0, 128, 0);"> *<br /></span><span style="color: rgb(0, 128, 128);"> 4</span> <span style="color: rgb(0, 128, 0);"> * TODO To change the template for this generated file go to<br /></span><span style="color: rgb(0, 128, 128);"> 5</span> <span style="color: rgb(0, 128, 0);"> * Window - Preferences - Java - Code Style - Code Templates<br /></span><span style="color: rgb(0, 128, 128);"> 6</span> <span style="color: rgb(0, 128, 0);"> </span><span style="color: rgb(0, 128, 0);">*/</span><span style="color: rgb(0, 0, 0);"><br /></span><span style="color: rgb(0, 128, 128);"> 7</span> <span style="color: rgb(0, 0, 0);"></span><span style="color: rgb(0, 0, 255);">package</span><span style="color: rgb(0, 0, 0);"> border;<br /></span><span style="color: rgb(0, 128, 128);"> 8</span> <span style="color: rgb(0, 0, 0);"><br /></span><span style="color: rgb(0, 128, 128);"> 9</span> <span style="color: rgb(0, 0, 0);"></span><span style="color: rgb(0, 0, 255);">import</span><span style="color: rgb(0, 0, 0);"> java.io.FileWriter;<br /></span><span style="color: rgb(0, 128, 128);">10</span> <span style="color: rgb(0, 0, 0);"></span><span style="color: rgb(0, 0, 255);">import</span><span style="color: rgb(0, 0, 0);"> java.io.Writer;<br /></span><span style="color: rgb(0, 128, 128);">11</span> <span style="color: rgb(0, 0, 0);"></span><span style="color: rgb(0, 0, 255);">import</span><span style="color: rgb(0, 0, 0);"> java.net.URL;<br /></span><span style="color: rgb(0, 128, 128);">12</span> <span style="color: rgb(0, 0, 0);"></span><span style="color: rgb(0, 0, 255);">import</span><span style="color: rgb(0, 0, 0);"> java.util.List;<br /></span><span style="color: rgb(0, 128, 128);">13</span> <span style="color: rgb(0, 0, 0);"><br /></span><span style="color: rgb(0, 128, 128);">14</span> <span style="color: rgb(0, 0, 0);"></span><span style="color: rgb(0, 0, 255);">import</span><span style="color: rgb(0, 0, 0);"> com.sun.syndication.feed.synd.SyndContent;<br /></span><span style="color: rgb(0, 128, 128);">15</span> <span style="color: rgb(0, 0, 0);"></span><span style="color: rgb(0, 0, 255);">import</span><span style="color: rgb(0, 0, 0);"> com.sun.syndication.feed.synd.SyndEntry;<br /></span><span style="color: rgb(0, 128, 128);">16</span> <span style="color: rgb(0, 0, 0);"></span><span style="color: rgb(0, 0, 255);">import</span><span style="color: rgb(0, 0, 0);"> com.sun.syndication.feed.synd.SyndFeed;<br /></span><span style="color: rgb(0, 128, 128);">17</span> <span style="color: rgb(0, 0, 0);"></span><span style="color: rgb(0, 0, 255);">import</span><span style="color: rgb(0, 0, 0);"> com.sun.syndication.fetcher.FeedFetcher;<br /></span><span style="color: rgb(0, 128, 128);">18</span> <span style="color: rgb(0, 0, 0);"></span><span style="color: rgb(0, 0, 255);">import</span><span style="color: rgb(0, 0, 0);"> com.sun.syndication.fetcher.impl.FeedFetcherCache;<br /></span><span style="color: rgb(0, 128, 128);">19</span> <span style="color: rgb(0, 0, 0);"></span><span style="color: rgb(0, 0, 255);">import</span><span style="color: rgb(0, 0, 0);"> com.sun.syndication.fetcher.impl.HashMapFeedInfoCache;<br /></span><span style="color: rgb(0, 128, 128);">20</span> <span style="color: rgb(0, 0, 0);"></span><span style="color: rgb(0, 0, 255);">import</span><span style="color: rgb(0, 0, 0);"> com.sun.syndication.fetcher.impl.HttpURLFeedFetcher;<br /></span><span style="color: rgb(0, 128, 128);">21</span> <span style="color: rgb(0, 0, 0);"></span><span style="color: rgb(0, 0, 255);">import</span><span style="color: rgb(0, 0, 0);"> com.sun.syndication.io.SyndFeedOutput;<br /></span><span style="color: rgb(0, 128, 128);">22</span> <span style="color: rgb(0, 0, 0);"><br /></span><span style="color: rgb(0, 128, 128);">23</span> <span style="color: rgb(0, 0, 0);"></span><span style="color: rgb(0, 128, 0);">/**</span><span style="color: rgb(0, 128, 0);"><br /></span><span style="color: rgb(0, 128, 128);">24</span> <span style="color: rgb(0, 128, 0);"> * </span><span style="color: rgb(128, 128, 128);">@author</span><span style="color: rgb(0, 128, 0);"> Border<br /></span><span style="color: rgb(0, 128, 128);">25</span> <span style="color: rgb(0, 128, 0);"> * <br /></span><span style="color: rgb(0, 128, 128);">26</span> <span style="color: rgb(0, 128, 0);"> * TODO To change the template for this generated type comment go to Window -<br /></span><span style="color: rgb(0, 128, 128);">27</span> <span style="color: rgb(0, 128, 0);"> * Preferences - Java - Code Style - Code Templates<br /></span><span style="color: rgb(0, 128, 128);">28</span> <span style="color: rgb(0, 128, 0);"> </span><span style="color: rgb(0, 128, 0);">*/</span><span style="color: rgb(0, 0, 0);"><br /></span><span style="color: rgb(0, 128, 128);">29</span> <span style="color: rgb(0, 0, 0);"></span><span style="color: rgb(0, 0, 255);">public</span><span style="color: rgb(0, 0, 0);"> </span><span style="color: rgb(0, 0, 255);">class</span><span style="color: rgb(0, 0, 0);"> RSSReader {<br /></span><span style="color: rgb(0, 128, 128);">30</span> <span style="color: rgb(0, 0, 0);">    </span><span style="color: rgb(0, 0, 255);">private</span><span style="color: rgb(0, 0, 0);"> </span><span style="color: rgb(0, 0, 255);">static</span><span style="color: rgb(0, 0, 0);"> </span><span style="color: rgb(0, 0, 255);">final</span><span style="color: rgb(0, 0, 0);"> String feedType </span><span style="color: rgb(0, 0, 0);">=</span><span style="color: rgb(0, 0, 0);"> </span><span style="color: rgb(0, 0, 0);">"</span><span style="color: rgb(0, 0, 0);">rss_2.0</span><span style="color: rgb(0, 0, 0);">"</span><span style="color: rgb(0, 0, 0);">;<br /></span><span style="color: rgb(0, 128, 128);">31</span> <span style="color: rgb(0, 0, 0);"><br /></span><span style="color: rgb(0, 128, 128);">32</span> <span style="color: rgb(0, 0, 0);">    </span><span style="color: rgb(0, 0, 255);">public</span><span style="color: rgb(0, 0, 0);"> </span><span style="color: rgb(0, 0, 255);">static</span><span style="color: rgb(0, 0, 0);"> </span><span style="color: rgb(0, 0, 255);">void</span><span style="color: rgb(0, 0, 0);"> main(String[] args) </span><span style="color: rgb(0, 0, 255);">throws</span><span style="color: rgb(0, 0, 0);"> Exception {<br /></span><span style="color: rgb(0, 128, 128);">33</span> <span style="color: rgb(0, 0, 0);"><br /></span><span style="color: rgb(0, 128, 128);">34</span> <span style="color: rgb(0, 0, 0);">        String filename </span><span style="color: rgb(0, 0, 0);">=</span><span style="color: rgb(0, 0, 0);"> </span><span style="color: rgb(0, 0, 0);">"</span><span style="color: rgb(0, 0, 0);">E:\\ROME\\feed_fetcher2.xml</span><span style="color: rgb(0, 0, 0);">"</span><span style="color: rgb(0, 0, 0);">;<br /></span><span style="color: rgb(0, 128, 128);">35</span> <span style="color: rgb(0, 0, 0);">        </span><span style="color: rgb(0, 0, 255);">try</span><span style="color: rgb(0, 0, 0);"> {<br /></span><span style="color: rgb(0, 128, 128);">36</span> <span style="color: rgb(0, 0, 0);">            FeedFetcherCache feedInfoCache </span><span style="color: rgb(0, 0, 0);">=</span><span style="color: rgb(0, 0, 0);"> HashMapFeedInfoCache.getInstance();<br /></span><span style="color: rgb(0, 128, 128);">37</span> <span style="color: rgb(0, 0, 0);">            FeedFetcher feedFetcher </span><span style="color: rgb(0, 0, 0);">=</span><span style="color: rgb(0, 0, 0);"> </span><span style="color: rgb(0, 0, 255);">new</span><span style="color: rgb(0, 0, 0);"> HttpURLFeedFetcher();<br /></span><span style="color: rgb(0, 128, 128);">38</span> <span style="color: rgb(0, 0, 0);">            SyndFeed feed </span><span style="color: rgb(0, 0, 0);">=</span><span style="color: rgb(0, 0, 0);"> feedFetcher.retrieveFeed(</span><span style="color: rgb(0, 0, 255);">new</span><span style="color: rgb(0, 0, 0);"> URL(<br /></span><span style="color: rgb(0, 128, 128);">39</span> <span style="color: rgb(0, 0, 0);">                    </span><span style="color: rgb(0, 0, 0);">"</span><span style="color: rgb(0, 0, 0);">http://www.blogjava.net/border/Rss.aspx</span><span style="color: rgb(0, 0, 0);">"</span><span style="color: rgb(0, 0, 0);">));<br /></span><span style="color: rgb(0, 128, 128);">40</span> <span style="color: rgb(0, 0, 0);"><br /></span><span style="color: rgb(0, 128, 128);">41</span> <span style="color: rgb(0, 0, 0);">            feed.setFeedType(feedType);<br /></span><span style="color: rgb(0, 128, 128);">42</span> <span style="color: rgb(0, 0, 0);">            feed.setTitle(</span><span style="color: rgb(0, 0, 0);">"</span><span style="color: rgb(0, 0, 0);">Border's Blog</span><span style="color: rgb(0, 0, 0);">"</span><span style="color: rgb(0, 0, 0);">);<br /></span><span style="color: rgb(0, 128, 128);">43</span> <span style="color: rgb(0, 0, 0);">            feed.setDescription(</span><span style="color: rgb(0, 0, 0);">"</span><span style="color: rgb(0, 0, 0);"> java Web3D FreeBsd </span><span style="color: rgb(0, 0, 0);">"</span><span style="color: rgb(0, 0, 0);">);<br /></span><span style="color: rgb(0, 128, 128);">44</span> <span style="color: rgb(0, 0, 0);">            feed.setAuthor(</span><span style="color: rgb(0, 0, 0);">"</span><span style="color: rgb(0, 0, 0);"> By:border </span><span style="color: rgb(0, 0, 0);">"</span><span style="color: rgb(0, 0, 0);">);<br /></span><span style="color: rgb(0, 128, 128);">45</span> <span style="color: rgb(0, 0, 0);">            feed.setLink(</span><span style="color: rgb(0, 0, 0);">"</span><span style="color: rgb(0, 0, 0);"> http://www.blogjava.net/border </span><span style="color: rgb(0, 0, 0);">"</span><span style="color: rgb(0, 0, 0);">);<br /></span><span style="color: rgb(0, 128, 128);">46</span> <span style="color: rgb(0, 0, 0);"><br /></span><span style="color: rgb(0, 128, 128);">47</span> <span style="color: rgb(0, 0, 0);">            List entryList </span><span style="color: rgb(0, 0, 0);">=</span><span style="color: rgb(0, 0, 0);"> feed.getEntries();<br /></span><span style="color: rgb(0, 128, 128);">48</span> <span style="color: rgb(0, 0, 0);"><br /></span><span style="color: rgb(0, 128, 128);">49</span> <span style="color: rgb(0, 0, 0);">            </span><span style="color: rgb(0, 0, 255);">for</span><span style="color: rgb(0, 0, 0);"> (</span><span style="color: rgb(0, 0, 255);">int</span><span style="color: rgb(0, 0, 0);"> i </span><span style="color: rgb(0, 0, 0);">=</span><span style="color: rgb(0, 0, 0);"> </span><span style="color: rgb(0, 0, 0);">0</span><span style="color: rgb(0, 0, 0);">; i </span><span style="color: rgb(0, 0, 0);">&lt;</span><span style="color: rgb(0, 0, 0);"> entryList.size(); i</span><span style="color: rgb(0, 0, 0);">++</span><span style="color: rgb(0, 0, 0);">) {<br /></span><span style="color: rgb(0, 128, 128);">50</span> <span style="color: rgb(0, 0, 0);">                SyndEntry entry </span><span style="color: rgb(0, 0, 0);">=</span><span style="color: rgb(0, 0, 0);"> (SyndEntry) entryList.get(i);<br /></span><span style="color: rgb(0, 128, 128);">51</span> <span style="color: rgb(0, 0, 0);"><br /></span><span style="color: rgb(0, 128, 128);">52</span> <span style="color: rgb(0, 0, 0);">                entry.setPublishedDate(entry.getPublishedDate());<br /></span><span style="color: rgb(0, 128, 128);">53</span> <span style="color: rgb(0, 0, 0);">                entry.setTitle(</span><span style="color: rgb(0, 0, 255);">new</span><span style="color: rgb(0, 0, 0);"> String(entry.getTitle().getBytes(</span><span style="color: rgb(0, 0, 0);">"</span><span style="color: rgb(0, 0, 0);">utf-8</span><span style="color: rgb(0, 0, 0);">"</span><span style="color: rgb(0, 0, 0);">)));<br /></span><span style="color: rgb(0, 128, 128);">54</span> <span style="color: rgb(0, 0, 0);">                entry.setLink(entry.getLink());<br /></span><span style="color: rgb(0, 128, 128);">55</span> <span style="color: rgb(0, 0, 0);"><br /></span><span style="color: rgb(0, 128, 128);">56</span> <span style="color: rgb(0, 0, 0);">                SyndContent content </span><span style="color: rgb(0, 0, 0);">=</span><span style="color: rgb(0, 0, 0);"> entry.getDescription();<br /></span><span style="color: rgb(0, 128, 128);">57</span> <span style="color: rgb(0, 0, 0);">                content.setValue(</span><span style="color: rgb(0, 0, 255);">new</span><span style="color: rgb(0, 0, 0);"> String(content.getValue()<br /></span><span style="color: rgb(0, 128, 128);">58</span> <span style="color: rgb(0, 0, 0);">                        .getBytes(</span><span style="color: rgb(0, 0, 0);">"</span><span style="color: rgb(0, 0, 0);">utf-8</span><span style="color: rgb(0, 0, 0);">"</span><span style="color: rgb(0, 0, 0);">)));<br /></span><span style="color: rgb(0, 128, 128);">59</span> <span style="color: rgb(0, 0, 0);">            }<br /></span><span style="color: rgb(0, 128, 128);">60</span> <span style="color: rgb(0, 0, 0);">            SyndFeedOutput output </span><span style="color: rgb(0, 0, 0);">=</span><span style="color: rgb(0, 0, 0);"> </span><span style="color: rgb(0, 0, 255);">new</span><span style="color: rgb(0, 0, 0);"> SyndFeedOutput();<br /></span><span style="color: rgb(0, 128, 128);">61</span> <span style="color: rgb(0, 0, 0);">            Writer writer </span><span style="color: rgb(0, 0, 0);">=</span><span style="color: rgb(0, 0, 0);"> </span><span style="color: rgb(0, 0, 255);">new</span><span style="color: rgb(0, 0, 0);"> FileWriter(filename);<br /></span><span style="color: rgb(0, 128, 128);">62</span> <span style="color: rgb(0, 0, 0);">            output.output(feed, writer);<br /></span><span style="color: rgb(0, 128, 128);">63</span> <span style="color: rgb(0, 0, 0);"><br /></span><span style="color: rgb(0, 128, 128);">64</span> <span style="color: rgb(0, 0, 0);">            System.out.println(</span><span style="color: rgb(0, 0, 0);">"</span><span style="color: rgb(0, 0, 0);">The feed has been written to the file [</span><span style="color: rgb(0, 0, 0);">"</span><span style="color: rgb(0, 0, 0);"><br /></span><span style="color: rgb(0, 128, 128);">65</span> <span style="color: rgb(0, 0, 0);">                    </span><span style="color: rgb(0, 0, 0);">+</span><span style="color: rgb(0, 0, 0);"> filename </span><span style="color: rgb(0, 0, 0);">+</span><span style="color: rgb(0, 0, 0);"> </span><span style="color: rgb(0, 0, 0);">"</span><span style="color: rgb(0, 0, 0);">]</span><span style="color: rgb(0, 0, 0);">"</span><span style="color: rgb(0, 0, 0);">);<br /></span><span style="color: rgb(0, 128, 128);">66</span> <span style="color: rgb(0, 0, 0);">            System.out.println(</span><span style="color: rgb(0, 0, 0);">"</span><span style="color: rgb(0, 0, 0);"> ok !</span><span style="color: rgb(0, 0, 0);">"</span><span style="color: rgb(0, 0, 0);">);<br /></span><span style="color: rgb(0, 128, 128);">67</span> <span style="color: rgb(0, 0, 0);"><br /></span><span style="color: rgb(0, 128, 128);">68</span> <span style="color: rgb(0, 0, 0);">        } </span><span style="color: rgb(0, 0, 255);">catch</span><span style="color: rgb(0, 0, 0);"> (Exception e) {<br /></span><span style="color: rgb(0, 128, 128);">69</span> <span style="color: rgb(0, 0, 0);">            System.out.println(</span><span style="color: rgb(0, 0, 0);">"</span><span style="color: rgb(0, 0, 0);">ERROR: </span><span style="color: rgb(0, 0, 0);">"</span><span style="color: rgb(0, 0, 0);"> </span><span style="color: rgb(0, 0, 0);">+</span><span style="color: rgb(0, 0, 0);"> e.getMessage());<br /></span><span style="color: rgb(0, 128, 128);">70</span> <span style="color: rgb(0, 0, 0);">        }<br /></span><span style="color: rgb(0, 128, 128);">71</span> <span style="color: rgb(0, 0, 0);">    }<br /></span><span style="color: rgb(0, 128, 128);">72</span> <span style="color: rgb(0, 0, 0);">}</span></div><br /><br />下面是生成的xml文件：<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, 128, 128);"> 1</span> <span style="color: rgb(0, 0, 255);">&lt;?</span><span style="color: rgb(255, 0, 255);">xml version="1.0" encoding="UTF-8"</span><span style="color: rgb(0, 0, 255);">?&gt;</span><span style="color: rgb(0, 0, 0);"><br /></span><span style="color: rgb(0, 128, 128);"> 2</span> <span style="color: rgb(0, 0, 0);"></span><span style="color: rgb(0, 0, 255);">&lt;</span><span style="color: rgb(128, 0, 0);">rss </span><span style="color: rgb(255, 0, 0);">xmlns:taxo</span><span style="color: rgb(0, 0, 255);">="http://purl.org/rss/1.0/modules/taxonomy/"</span><span style="color: rgb(255, 0, 0);"> xmlns:rdf</span><span style="color: rgb(0, 0, 255);">="http://www.w3.org/1999/02/22-rdf-syntax-ns#"</span><span style="color: rgb(255, 0, 0);"> xmlns:dc</span><span style="color: rgb(0, 0, 255);">="http://purl.org/dc/elements/1.1/"</span><span style="color: rgb(255, 0, 0);"> version</span><span style="color: rgb(0, 0, 255);">="2.0"</span><span style="color: rgb(0, 0, 255);">&gt;</span><span style="color: rgb(0, 0, 0);"><br /></span><span style="color: rgb(0, 128, 128);"> 3</span> <span style="color: rgb(0, 0, 0);">  </span><span style="color: rgb(0, 0, 255);">&lt;</span><span style="color: rgb(128, 0, 0);">channel</span><span style="color: rgb(0, 0, 255);">&gt;</span><span style="color: rgb(0, 0, 0);"><br /></span><span style="color: rgb(0, 128, 128);"> 4</span> <span style="color: rgb(0, 0, 0);">    </span><span style="color: rgb(0, 0, 255);">&lt;</span><span style="color: rgb(128, 0, 0);">title</span><span style="color: rgb(0, 0, 255);">&gt;</span><span style="color: rgb(0, 0, 0);">Border's Blog</span><span style="color: rgb(0, 0, 255);">&lt;/</span><span style="color: rgb(128, 0, 0);">title</span><span style="color: rgb(0, 0, 255);">&gt;</span><span style="color: rgb(0, 0, 0);"><br /></span><span style="color: rgb(0, 128, 128);"> 5</span> <span style="color: rgb(0, 0, 0);">    </span><span style="color: rgb(0, 0, 255);">&lt;</span><span style="color: rgb(128, 0, 0);">link</span><span style="color: rgb(0, 0, 255);">&gt;</span><span style="color: rgb(0, 0, 0);">http://www.blogjava.net/border</span><span style="color: rgb(0, 0, 255);">&lt;/</span><span style="color: rgb(128, 0, 0);">link</span><span style="color: rgb(0, 0, 255);">&gt;</span><span style="color: rgb(0, 0, 0);"><br /></span><span style="color: rgb(0, 128, 128);"> 6</span> <span style="color: rgb(0, 0, 0);">    </span><span style="color: rgb(0, 0, 255);">&lt;</span><span style="color: rgb(128, 0, 0);">description</span><span style="color: rgb(0, 0, 255);">&gt;</span><span style="color: rgb(0, 0, 0);">java Web3D FreeBsd</span><span style="color: rgb(0, 0, 255);">&lt;/</span><span style="color: rgb(128, 0, 0);">description</span><span style="color: rgb(0, 0, 255);">&gt;</span><span style="color: rgb(0, 0, 0);"><br /></span><span style="color: rgb(0, 128, 128);"> 7</span> <span style="color: rgb(0, 0, 0);">    </span><span style="color: rgb(0, 0, 255);">&lt;</span><span style="color: rgb(128, 0, 0);">language</span><span style="color: rgb(0, 0, 255);">&gt;</span><span style="color: rgb(0, 0, 0);">zh-cn</span><span style="color: rgb(0, 0, 255);">&lt;/</span><span style="color: rgb(128, 0, 0);">language</span><span style="color: rgb(0, 0, 255);">&gt;</span><span style="color: rgb(0, 0, 0);"><br /></span><span style="color: rgb(0, 128, 128);"> 8</span> <span style="color: rgb(0, 0, 0);">    </span><span style="color: rgb(0, 0, 255);">&lt;</span><span style="color: rgb(128, 0, 0);">pubDate</span><span style="color: rgb(0, 0, 255);">&gt;</span><span style="color: rgb(0, 0, 0);">Thu, 06 Jul 2006 11:05:25 GMT</span><span style="color: rgb(0, 0, 255);">&lt;/</span><span style="color: rgb(128, 0, 0);">pubDate</span><span style="color: rgb(0, 0, 255);">&gt;</span><span style="color: rgb(0, 0, 0);"><br /></span><span style="color: rgb(0, 128, 128);"> 9</span> <span style="color: rgb(0, 0, 0);">    </span><span style="color: rgb(0, 0, 255);">&lt;</span><span style="color: rgb(128, 0, 0);">dc:creator</span><span style="color: rgb(0, 0, 255);">&gt;</span><span style="color: rgb(0, 0, 0);">By:border</span><span style="color: rgb(0, 0, 255);">&lt;/</span><span style="color: rgb(128, 0, 0);">dc:creator</span><span style="color: rgb(0, 0, 255);">&gt;</span><span style="color: rgb(0, 0, 0);"><br /></span><span style="color: rgb(0, 128, 128);">10</span> <span style="color: rgb(0, 0, 0);">    </span><span style="color: rgb(0, 0, 255);">&lt;</span><span style="color: rgb(128, 0, 0);">dc:date</span><span style="color: rgb(0, 0, 255);">&gt;</span><span style="color: rgb(0, 0, 0);">2006-07-06T11:05:25Z</span><span style="color: rgb(0, 0, 255);">&lt;/</span><span style="color: rgb(128, 0, 0);">dc:date</span><span style="color: rgb(0, 0, 255);">&gt;</span><span style="color: rgb(0, 0, 0);"><br /></span><span style="color: rgb(0, 128, 128);">11</span> <span style="color: rgb(0, 0, 0);">    </span><span style="color: rgb(0, 0, 255);">&lt;</span><span style="color: rgb(128, 0, 0);">dc:language</span><span style="color: rgb(0, 0, 255);">&gt;</span><span style="color: rgb(0, 0, 0);">zh-cn</span><span style="color: rgb(0, 0, 255);">&lt;/</span><span style="color: rgb(128, 0, 0);">dc:language</span><span style="color: rgb(0, 0, 255);">&gt;</span><span style="color: rgb(0, 0, 0);"><br /></span><span style="color: rgb(0, 128, 128);">12</span> <span style="color: rgb(0, 0, 0);">    </span><span style="color: rgb(0, 0, 255);">&lt;</span><span style="color: rgb(128, 0, 0);">item</span><span style="color: rgb(0, 0, 255);">&gt;</span><span style="color: rgb(0, 0, 0);"><br /></span><span style="color: rgb(0, 128, 128);">13</span> <span style="color: rgb(0, 0, 0);">      </span><span style="color: rgb(0, 0, 255);">&lt;</span><span style="color: rgb(128, 0, 0);">title</span><span style="color: rgb(0, 0, 255);">&gt;</span><span style="color: rgb(0, 0, 0);">免费MySQL数据库申譿</span><span style="color: rgb(0, 0, 255);">&lt;/</span><span style="color: rgb(128, 0, 0);">title</span><span style="color: rgb(0, 0, 255);">&gt;</span><span style="color: rgb(0, 0, 0);"><br /></span><span style="color: rgb(0, 128, 128);">14</span> <span style="color: rgb(0, 0, 0);">      </span><span style="color: rgb(0, 0, 255);">&lt;</span><span style="color: rgb(128, 0, 0);">link</span><span style="color: rgb(0, 0, 255);">&gt;</span><span style="color: rgb(0, 0, 0);">http://www.blogjava.net/border/archive/2006/07/06/57015.html</span><span style="color: rgb(0, 0, 255);">&lt;/</span><span style="color: rgb(128, 0, 0);">link</span><span style="color: rgb(0, 0, 255);">&gt;</span><span style="color: rgb(0, 0, 0);"><br /></span><span style="color: rgb(0, 128, 128);">15</span> <span style="color: rgb(0, 0, 0);">      </span><span style="color: rgb(0, 0, 255);">&lt;</span><span style="color: rgb(128, 0, 0);">description</span><span style="color: rgb(0, 0, 255);">&gt;</span><span style="color: rgb(0, 0, 0);"> </span><span style="color: rgb(255, 0, 0);">&amp;lt;</span><span style="color: rgb(0, 0, 0);">a href="http://www.db4free.net/"</span><span style="color: rgb(255, 0, 0);">&amp;gt;&amp;lt;</span><span style="color: rgb(0, 0, 0);">img alt="" src="http://www.kuangfeng.cn/blog/wp-content/uploads/2006/03/db4free.jpg" align="left" border="0" /</span><span style="color: rgb(255, 0, 0);">&amp;gt;&amp;lt;</span><span style="color: rgb(0, 0, 0);">/a</span><span style="color: rgb(255, 0, 0);">&amp;gt;&amp;lt;</span><span style="color: rgb(0, 0, 0);">br /</span><span style="color: rgb(255, 0, 0);">&amp;gt;&amp;lt;</span><span style="color: rgb(0, 0, 0);">br /</span><span style="color: rgb(255, 0, 0);">&amp;gt;&amp;lt;</span><span style="color: rgb(0, 0, 0);">br /</span><span style="color: rgb(255, 0, 0);">&amp;gt;&amp;lt;</span><span style="color: rgb(0, 0, 0);">br /</span><span style="color: rgb(255, 0, 0);">&amp;gt;&amp;lt;</span><span style="color: rgb(0, 0, 0);">a href="http://www.db4free.net/"</span><span style="color: rgb(255, 0, 0);">&amp;gt;</span><span style="color: rgb(0, 0, 0);">Db4free</span><span style="color: rgb(255, 0, 0);">&amp;lt;</span><span style="color: rgb(0, 0, 0);">/a</span><span style="color: rgb(255, 0, 0);">&amp;gt;</span><span style="color: rgb(0, 0, 0);">：专业提供免费数据库服务，支持 MySQL 5.0ﺿ5.1，支持使用Phpmyadmin进行管理，以后还将扩展支持PostgreSQL, Firebird 等数据库.</span><span style="color: rgb(255, 0, 0);">&amp;lt;</span><span style="color: rgb(0, 0, 0);">img src ="http://www.blogjava.net/border/aggbug/57015.html" width = "1" height = "1" /</span><span style="color: rgb(255, 0, 0);">&amp;gt;&amp;lt;</span><span style="color: rgb(0, 0, 0);">br</span><span style="color: rgb(255, 0, 0);">&amp;gt;&amp;lt;</span><span style="color: rgb(0, 0, 0);">br</span><span style="color: rgb(255, 0, 0);">&amp;gt;&amp;lt;</span><span style="color: rgb(0, 0, 0);">div align=right</span><span style="color: rgb(255, 0, 0);">&amp;gt;&amp;lt;</span><span style="color: rgb(0, 0, 0);">a style="text-decoration:none;" href="/border/" target="_blank"</span><span style="color: rgb(255, 0, 0);">&amp;gt;</span><span style="color: rgb(0, 0, 0);">Border</span><span style="color: rgb(255, 0, 0);">&amp;lt;</span><span style="color: rgb(0, 0, 0);">/a</span><span style="color: rgb(255, 0, 0);">&amp;gt;</span><span style="color: rgb(0, 0, 0);"> 2006-07-06 19:05 </span><span style="color: rgb(255, 0, 0);">&amp;lt;</span><span style="color: rgb(0, 0, 0);">a href="/border/archive/2006/07/06/57015.html#Feedback" target="_blank" style="text-decoration:none;"</span><span style="color: rgb(255, 0, 0);">&amp;gt;</span><span style="color: rgb(0, 0, 0);">发表评论</span><span style="color: rgb(255, 0, 0);">&amp;lt;</span><span style="color: rgb(0, 0, 0);">/a</span><span style="color: rgb(255, 0, 0);">&amp;gt;&amp;lt;</span><span style="color: rgb(0, 0, 0);">/div</span><span style="color: rgb(255, 0, 0);">&amp;gt;</span><span style="color: rgb(0, 0, 255);">&lt;/</span><span style="color: rgb(128, 0, 0);">description</span><span style="color: rgb(0, 0, 255);">&gt;</span><span style="color: rgb(0, 0, 0);"><br /></span><span style="color: rgb(0, 128, 128);">16</span> <span style="color: rgb(0, 0, 0);">      </span><span style="color: rgb(0, 0, 255);">&lt;</span><span style="color: rgb(128, 0, 0);">pubDate</span><span style="color: rgb(0, 0, 255);">&gt;</span><span style="color: rgb(0, 0, 0);">Thu, 06 Jul 2006 11:05:00 GMT</span><span style="color: rgb(0, 0, 255);">&lt;/</span><span style="color: rgb(128, 0, 0);">pubDate</span><span style="color: rgb(0, 0, 255);">&gt;</span><span style="color: rgb(0, 0, 0);"><br /></span><span style="color: rgb(0, 128, 128);">17</span> <span style="color: rgb(0, 0, 0);">      </span><span style="color: rgb(0, 0, 255);">&lt;</span><span style="color: rgb(128, 0, 0);">guid </span><span style="color: rgb(255, 0, 0);">isPermaLink</span><span style="color: rgb(0, 0, 255);">="false"</span><span style="color: rgb(0, 0, 255);">&gt;</span><span style="color: rgb(0, 0, 0);">http://www.blogjava.net/border/archive/2006/07/06/57015.html</span><span style="color: rgb(0, 0, 255);">&lt;/</span><span style="color: rgb(128, 0, 0);">guid</span><span style="color: rgb(0, 0, 255);">&gt;</span><span style="color: rgb(0, 0, 0);"><br /></span><span style="color: rgb(0, 128, 128);">18</span> <span style="color: rgb(0, 0, 0);">      </span><span style="color: rgb(0, 0, 255);">&lt;</span><span style="color: rgb(128, 0, 0);">dc:creator</span><span style="color: rgb(0, 0, 255);">&gt;</span><span style="color: rgb(0, 0, 0);">Border</span><span style="color: rgb(0, 0, 255);">&lt;/</span><span style="color: rgb(128, 0, 0);">dc:creator</span><span style="color: rgb(0, 0, 255);">&gt;</span><span style="color: rgb(0, 0, 0);"><br /></span><span style="color: rgb(0, 128, 128);">19</span> <span style="color: rgb(0, 0, 0);">      </span><span style="color: rgb(0, 0, 255);">&lt;</span><span style="color: rgb(128, 0, 0);">dc:date</span><span style="color: rgb(0, 0, 255);">&gt;</span><span style="color: rgb(0, 0, 0);">2006-07-06T11:05:00Z</span><span style="color: rgb(0, 0, 255);">&lt;/</span><span style="color: rgb(128, 0, 0);">dc:date</span><span style="color: rgb(0, 0, 255);">&gt;</span><span style="color: rgb(0, 0, 0);"><br /></span><span style="color: rgb(0, 128, 128);">20</span> <span style="color: rgb(0, 0, 0);">    </span><span style="color: rgb(0, 0, 255);">&lt;/</span><span style="color: rgb(128, 0, 0);">item</span><span style="color: rgb(0, 0, 255);">&gt;</span><span style="color: rgb(0, 0, 0);"><br /></span><span style="color: rgb(0, 128, 128);">21</span> <span style="color: rgb(0, 0, 0);">    </span><span style="color: rgb(0, 0, 255);">&lt;</span><span style="color: rgb(128, 0, 0);">item</span><span style="color: rgb(0, 0, 255);">&gt;</span><span style="color: rgb(0, 0, 0);"><br /></span><span style="color: rgb(0, 128, 128);">22</span> <span style="color: rgb(0, 0, 0);">      </span><span style="color: rgb(0, 0, 255);">&lt;</span><span style="color: rgb(128, 0, 0);">title</span><span style="color: rgb(0, 0, 255);">&gt;</span><span style="color: rgb(0, 0, 0);">刚刚大厦晃的利害，是不是有些地震叿 --  北京</span><span style="color: rgb(0, 0, 255);">&lt;/</span><span style="color: rgb(128, 0, 0);">title</span><span style="color: rgb(0, 0, 255);">&gt;</span><span style="color: rgb(0, 0, 0);"><br /></span><span style="color: rgb(0, 128, 128);">23</span> <span style="color: rgb(0, 0, 0);">      </span><span style="color: rgb(0, 0, 255);">&lt;</span><span style="color: rgb(128, 0, 0);">link</span><span style="color: rgb(0, 0, 255);">&gt;</span><span style="color: rgb(0, 0, 0);">http://www.blogjava.net/border/archive/2006/07/04/56502.html</span><span style="color: rgb(0, 0, 255);">&lt;/</span><span style="color: rgb(128, 0, 0);">link</span><span style="color: rgb(0, 0, 255);">&gt;</span><span style="color: rgb(0, 0, 0);"><br /></span><span style="color: rgb(0, 128, 128);">24</span> <span style="color: rgb(0, 0, 0);">      </span><span style="color: rgb(0, 0, 255);">&lt;</span><span style="color: rgb(128, 0, 0);">description</span><span style="color: rgb(0, 0, 255);">&gt;</span><span style="color: rgb(0, 0, 0);">      刚刚大厦晃的利害，是不是有些地震叿 ，在17层感觉比较厉害，不知道在北京的其他同志有没有注意到὿</span><span style="color: rgb(255, 0, 0);">&amp;lt;</span><span style="color: rgb(0, 0, 0);">img src ="http://www.blogjava.net/border/aggbug/56502.html" width = "1" height = "1" /</span><span style="color: rgb(255, 0, 0);">&amp;gt;&amp;lt;</span><span style="color: rgb(0, 0, 0);">br</span><span style="color: rgb(255, 0, 0);">&amp;gt;&amp;lt;</span><span style="color: rgb(0, 0, 0);">br</span><span style="color: rgb(255, 0, 0);">&amp;gt;&amp;lt;</span><span style="color: rgb(0, 0, 0);">div align=right</span><span style="color: rgb(255, 0, 0);">&amp;gt;&amp;lt;</span><span style="color: rgb(0, 0, 0);">a style="text-decoration:none;" href="/border/" target="_blank"</span><span style="color: rgb(255, 0, 0);">&amp;gt;</span><span style="color: rgb(0, 0, 0);">Border</span><span style="color: rgb(255, 0, 0);">&amp;lt;</span><span style="color: rgb(0, 0, 0);">/a</span><span style="color: rgb(255, 0, 0);">&amp;gt;</span><span style="color: rgb(0, 0, 0);"> 2006-07-04 12:20 </span><span style="color: rgb(255, 0, 0);">&amp;lt;</span><span style="color: rgb(0, 0, 0);">a href="/border/archive/2006/07/04/56502.html#Feedback" target="_blank" style="text-decoration:none;"</span><span style="color: rgb(255, 0, 0);">&amp;gt;</span><span style="color: rgb(0, 0, 0);">发表评论</span><span style="color: rgb(255, 0, 0);">&amp;lt;</span><span style="color: rgb(0, 0, 0);">/a</span><span style="color: rgb(255, 0, 0);">&amp;gt;&amp;lt;</span><span style="color: rgb(0, 0, 0);">/div</span><span style="color: rgb(255, 0, 0);">&amp;gt;</span><span style="color: rgb(0, 0, 255);">&lt;/</span><span style="color: rgb(128, 0, 0);">description</span><span style="color: rgb(0, 0, 255);">&gt;</span><span style="color: rgb(0, 0, 0);"><br /></span><span style="color: rgb(0, 128, 128);">25</span> <span style="color: rgb(0, 0, 0);">      </span><span style="color: rgb(0, 0, 255);">&lt;</span><span style="color: rgb(128, 0, 0);">pubDate</span><span style="color: rgb(0, 0, 255);">&gt;</span><span style="color: rgb(0, 0, 0);">Tue, 04 Jul 2006 04:20:00 GMT</span><span style="color: rgb(0, 0, 255);">&lt;/</span><span style="color: rgb(128, 0, 0);">pubDate</span><span style="color: rgb(0, 0, 255);">&gt;</span><span style="color: rgb(0, 0, 0);"><br /></span><span style="color: rgb(0, 128, 128);">26</span> <span style="color: rgb(0, 0, 0);">      </span><span style="color: rgb(0, 0, 255);">&lt;</span><span style="color: rgb(128, 0, 0);">guid </span><span style="color: rgb(255, 0, 0);">isPermaLink</span><span style="color: rgb(0, 0, 255);">="false"</span><span style="color: rgb(0, 0, 255);">&gt;</span><span style="color: rgb(0, 0, 0);">http://www.blogjava.net/border/archive/2006/07/04/56502.html</span><span style="color: rgb(0, 0, 255);">&lt;/</span><span style="color: rgb(128, 0, 0);">guid</span><span style="color: rgb(0, 0, 255);">&gt;</span><span style="color: rgb(0, 0, 0);"><br /></span><span style="color: rgb(0, 128, 128);">27</span> <span style="color: rgb(0, 0, 0);">      </span><span style="color: rgb(0, 0, 255);">&lt;</span><span style="color: rgb(128, 0, 0);">dc:creator</span><span style="color: rgb(0, 0, 255);">&gt;</span><span style="color: rgb(0, 0, 0);">Border</span><span style="color: rgb(0, 0, 255);">&lt;/</span><span style="color: rgb(128, 0, 0);">dc:creator</span><span style="color: rgb(0, 0, 255);">&gt;</span><span style="color: rgb(0, 0, 0);"><br /></span><span style="color: rgb(0, 128, 128);">28</span> <span style="color: rgb(0, 0, 0);">      </span><span style="color: rgb(0, 0, 255);">&lt;</span><span style="color: rgb(128, 0, 0);">dc:date</span><span style="color: rgb(0, 0, 255);">&gt;</span><span style="color: rgb(0, 0, 0);">2006-07-04T04:20:00Z</span><span style="color: rgb(0, 0, 255);">&lt;/</span><span style="color: rgb(128, 0, 0);">dc:date</span><span style="color: rgb(0, 0, 255);">&gt;</span><span style="color: rgb(0, 0, 0);"><br /></span><span style="color: rgb(0, 128, 128);">29</span> <span style="color: rgb(0, 0, 0);">    </span><span style="color: rgb(0, 0, 255);">&lt;/</span><span style="color: rgb(128, 0, 0);">item</span><span style="color: rgb(0, 0, 255);">&gt;</span><span style="color: rgb(0, 0, 0);"><br /></span><span style="color: rgb(0, 128, 128);">30</span> <span style="color: rgb(0, 0, 0);">    </span><span style="color: rgb(0, 0, 255);">&lt;</span><span style="color: rgb(128, 0, 0);">item</span><span style="color: rgb(0, 0, 255);">&gt;</span><span style="color: rgb(0, 0, 0);"><br /></span><span style="color: rgb(0, 128, 128);">31</span> <span style="color: rgb(0, 0, 0);">      </span><span style="color: rgb(0, 0, 255);">&lt;</span><span style="color: rgb(128, 0, 0);">title</span><span style="color: rgb(0, 0, 255);">&gt;</span><span style="color: rgb(0, 0, 0);">通过js等比扩大图片的比伿</span><span style="color: rgb(0, 0, 255);">&lt;/</span><span style="color: rgb(128, 0, 0);">title</span><span style="color: rgb(0, 0, 255);">&gt;</span><span style="color: rgb(0, 0, 0);"><br /></span><span style="color: rgb(0, 128, 128);">32</span> <span style="color: rgb(0, 0, 0);">      </span><span style="color: rgb(0, 0, 255);">&lt;</span><span style="color: rgb(128, 0, 0);">link</span><span style="color: rgb(0, 0, 255);">&gt;</span><span style="color: rgb(0, 0, 0);">http://www.blogjava.net/border/archive/2006/07/03/56279.html</span><span style="color: rgb(0, 0, 255);">&lt;/</span><span style="color: rgb(128, 0, 0);">link</span><span style="color: rgb(0, 0, 255);">&gt;</span><span style="color: rgb(0, 0, 0);"><br /></span><span style="color: rgb(0, 128, 128);">33</span> <span style="color: rgb(0, 0, 0);">      </span><span style="color: rgb(0, 0, 255);">&lt;</span><span style="color: rgb(128, 0, 0);">description</span><span style="color: rgb(0, 0, 255);">&gt;</span><span style="color: rgb(0, 0, 0);">摘要:    在做web庿发的时㿙，显示图片是经常用到ῂ在默认的情况下图片是扩充，但是有的时㿙显示效果会不如人意。有时容器的大小是固定的，我们要把图片等比扩大὿</span><span style="color: rgb(255, 0, 0);">&amp;lt;</span><span style="color: rgb(0, 0, 0);">a href='http://www.blogjava.net/border/archive/2006/07/03/56279.html'</span><span style="color: rgb(255, 0, 0);">&amp;gt;</span><span style="color: rgb(0, 0, 0);">阅读全文</span><span style="color: rgb(255, 0, 0);">&amp;lt;</span><span style="color: rgb(0, 0, 0);">/a</span><span style="color: rgb(255, 0, 0);">&amp;gt;</span><span style="color: rgb(0, 0, 0);">⾿</span><span style="color: rgb(255, 0, 0);">&amp;lt;</span><span style="color: rgb(0, 0, 0);">img src ="http://www.blogjava.net/border/aggbug/56279.html" width = "1" height = "1" /</span><span style="color: rgb(255, 0, 0);">&amp;gt;&amp;lt;</span><span style="color: rgb(0, 0, 0);">br</span><span style="color: rgb(255, 0, 0);">&amp;gt;&amp;lt;</span><span style="color: rgb(0, 0, 0);">br</span><span style="color: rgb(255, 0, 0);">&amp;gt;&amp;lt;</span><span style="color: rgb(0, 0, 0);">div align=right</span><span style="color: rgb(255, 0, 0);">&amp;gt;&amp;lt;</span><span style="color: rgb(0, 0, 0);">a style="text-decoration:none;" href="/border/" target="_blank"</span><span style="color: rgb(255, 0, 0);">&amp;gt;</span><span style="color: rgb(0, 0, 0);">Border</span><span style="color: rgb(255, 0, 0);">&amp;lt;</span><span style="color: rgb(0, 0, 0);">/a</span><span style="color: rgb(255, 0, 0);">&amp;gt;</span><span style="color: rgb(0, 0, 0);"> 2006-07-03 12:13 </span><span style="color: rgb(255, 0, 0);">&amp;lt;</span><span style="color: rgb(0, 0, 0);">a href="/border/archive/2006/07/03/56279.html#Feedback" target="_blank" style="text-decoration:none;"</span><span style="color: rgb(255, 0, 0);">&amp;gt;</span><span style="color: rgb(0, 0, 0);">发表评论</span><span style="color: rgb(255, 0, 0);">&amp;lt;</span><span style="color: rgb(0, 0, 0);">/a</span><span style="color: rgb(255, 0, 0);">&amp;gt;&amp;lt;</span><span style="color: rgb(0, 0, 0);">/div</span><span style="color: rgb(255, 0, 0);">&amp;gt;</span><span style="color: rgb(0, 0, 255);">&lt;/</span><span style="color: rgb(128, 0, 0);">description</span><span style="color: rgb(0, 0, 255);">&gt;</span><span style="color: rgb(0, 0, 0);"><br /></span><span style="color: rgb(0, 128, 128);">34</span> <span style="color: rgb(0, 0, 0);">      </span><span style="color: rgb(0, 0, 255);">&lt;</span><span style="color: rgb(128, 0, 0);">pubDate</span><span style="color: rgb(0, 0, 255);">&gt;</span><span style="color: rgb(0, 0, 0);">Mon, 03 Jul 2006 04:13:00 GMT</span><span style="color: rgb(0, 0, 255);">&lt;/</span><span style="color: rgb(128, 0, 0);">pubDate</span><span style="color: rgb(0, 0, 255);">&gt;</span><span style="color: rgb(0, 0, 0);"><br /></span><span style="color: rgb(0, 128, 128);">35</span> <span style="color: rgb(0, 0, 0);">      </span><span style="color: rgb(0, 0, 255);">&lt;</span><span style="color: rgb(128, 0, 0);">guid </span><span style="color: rgb(255, 0, 0);">isPermaLink</span><span style="color: rgb(0, 0, 255);">="false"</span><span style="color: rgb(0, 0, 255);">&gt;</span><span style="color: rgb(0, 0, 0);">http://www.blogjava.net/border/archive/2006/07/03/56279.html</span><span style="color: rgb(0, 0, 255);">&lt;/</span><span style="color: rgb(128, 0, 0);">guid</span><span style="color: rgb(0, 0, 255);">&gt;</span><span style="color: rgb(0, 0, 0);"><br /></span><span style="color: rgb(0, 128, 128);">36</span> <span style="color: rgb(0, 0, 0);">      </span><span style="color: rgb(0, 0, 255);">&lt;</span><span style="color: rgb(128, 0, 0);">dc:creator</span><span style="color: rgb(0, 0, 255);">&gt;</span><span style="color: rgb(0, 0, 0);">Border</span><span style="color: rgb(0, 0, 255);">&lt;/</span><span style="color: rgb(128, 0, 0);">dc:creator</span><span style="color: rgb(0, 0, 255);">&gt;</span><span style="color: rgb(0, 0, 0);"><br /></span><span style="color: rgb(0, 128, 128);">37</span> <span style="color: rgb(0, 0, 0);">      </span><span style="color: rgb(0, 0, 255);">&lt;</span><span style="color: rgb(128, 0, 0);">dc:date</span><span style="color: rgb(0, 0, 255);">&gt;</span><span style="color: rgb(0, 0, 0);">2006-07-03T04:13:00Z</span><span style="color: rgb(0, 0, 255);">&lt;/</span><span style="color: rgb(128, 0, 0);">dc:date</span><span style="color: rgb(0, 0, 255);">&gt;</span><span style="color: rgb(0, 0, 0);"><br /></span><span style="color: rgb(0, 128, 128);">38</span> <span style="color: rgb(0, 0, 0);">    </span><span style="color: rgb(0, 0, 255);">&lt;/</span><span style="color: rgb(128, 0, 0);">item</span><span style="color: rgb(0, 0, 255);">&gt;</span><span style="color: rgb(0, 0, 0);"><br /></span><span style="color: rgb(0, 128, 128);">39</span> <span style="color: rgb(0, 0, 0);">  </span><span style="color: rgb(0, 0, 255);">&lt;/</span><span style="color: rgb(128, 0, 0);">channel</span><span style="color: rgb(0, 0, 255);">&gt;</span><span style="color: rgb(0, 0, 0);"><br /></span><span style="color: rgb(0, 128, 128);">40</span> <span style="color: rgb(0, 0, 0);"></span><span style="color: rgb(0, 0, 255);">&lt;/</span><span style="color: rgb(128, 0, 0);">rss</span><span style="color: rgb(0, 0, 255);">&gt;</span><span style="color: rgb(0, 0, 0);"><br /></span><span style="color: rgb(0, 128, 128);">41</span> <span style="color: rgb(0, 0, 0);"><br /></span><span style="color: rgb(0, 128, 128);">42</span> <span style="color: rgb(0, 0, 0);"></span></div><br /><br /><div align="right">By:border<br /></div></wbr></wbr></wbr>
		</div>
<img src ="http://www.blogjava.net/border/aggbug/57848.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/border/" target="_blank">BorderJ</a> 2006-07-12 18:37 <a href="http://www.blogjava.net/border/archive/2006/07/12/57848.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>免费MySQL数据库申请</title><link>http://www.blogjava.net/border/archive/2006/07/06/57015.html</link><dc:creator>BorderJ</dc:creator><author>BorderJ</author><pubDate>Thu, 06 Jul 2006 11:05:00 GMT</pubDate><guid>http://www.blogjava.net/border/archive/2006/07/06/57015.html</guid><wfw:comment>http://www.blogjava.net/border/comments/57015.html</wfw:comment><comments>http://www.blogjava.net/border/archive/2006/07/06/57015.html#Feedback</comments><slash:comments>3</slash:comments><wfw:commentRss>http://www.blogjava.net/border/comments/commentRss/57015.html</wfw:commentRss><trackback:ping>http://www.blogjava.net/border/services/trackbacks/57015.html</trackback:ping><description><![CDATA[ <a href="http://www.db4free.net/"><img alt="" src="http://www.kuangfeng.cn/blog/wp-content/uploads/2006/03/db4free.jpg" align="left" border="0" /></a><br /><br /><br /><br /><a href="http://www.db4free.net/">Db4free</a>：专业提供免费数据库服务，支持 MySQL 5.0，5.1，支持使用Phpmyadmin进行管理，以后还将扩展支持PostgreSQL, Firebird 等数据库.<img src ="http://www.blogjava.net/border/aggbug/57015.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/border/" target="_blank">BorderJ</a> 2006-07-06 19:05 <a href="http://www.blogjava.net/border/archive/2006/07/06/57015.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>通过js等比扩大图片的比例</title><link>http://www.blogjava.net/border/archive/2006/07/03/56279.html</link><dc:creator>BorderJ</dc:creator><author>BorderJ</author><pubDate>Mon, 03 Jul 2006 04:13:00 GMT</pubDate><guid>http://www.blogjava.net/border/archive/2006/07/03/56279.html</guid><wfw:comment>http://www.blogjava.net/border/comments/56279.html</wfw:comment><comments>http://www.blogjava.net/border/archive/2006/07/03/56279.html#Feedback</comments><slash:comments>3</slash:comments><wfw:commentRss>http://www.blogjava.net/border/comments/commentRss/56279.html</wfw:commentRss><trackback:ping>http://www.blogjava.net/border/services/trackbacks/56279.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要:     在做web开发的时候，显示图片是经常用到。在默认的情况下图片是扩充，但是有的时候显示效果会不如人意。有时容器的大小是固定的，我们要把图片等比扩大。&nbsp;&nbsp;<a href='http://www.blogjava.net/border/archive/2006/07/03/56279.html'>阅读全文</a><img src ="http://www.blogjava.net/border/aggbug/56279.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/border/" target="_blank">BorderJ</a> 2006-07-03 12:13 <a href="http://www.blogjava.net/border/archive/2006/07/03/56279.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item></channel></rss>