<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>「[Java]如何產生Qrocde二維條碼?」的迴響</title>
	<atom:link href="http://blog.yslifes.com/archives/684/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.yslifes.com/archives/684</link>
	<description>自己寫java程式的一些筆記</description>
	<lastBuildDate>Wed, 01 Feb 2012 15:01:37 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>由：GRACE</title>
		<link>http://blog.yslifes.com/archives/684/comment-page-1#comment-577</link>
		<dc:creator>GRACE</dc:creator>
		<pubDate>Mon, 05 Dec 2011 07:13:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.yslifes.com/archives/684#comment-577</guid>
		<description>你好.
我想問一下,QRCODE有javascript寫的嗎??
我上去了www.webqr.com 看到有sources,,但我不知道怎樣把decode那個連去php</description>
		<content:encoded><![CDATA[<p>你好.<br />
我想問一下,QRCODE有javascript寫的嗎??<br />
我上去了www.webqr.com 看到有sources,,但我不知道怎樣把decode那個連去php</p>
]]></content:encoded>
	</item>
	<item>
		<title>由：ML</title>
		<link>http://blog.yslifes.com/archives/684/comment-page-1#comment-527</link>
		<dc:creator>ML</dc:creator>
		<pubDate>Sat, 01 Oct 2011 13:10:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.yslifes.com/archives/684#comment-527</guid>
		<description>不好意思想請問一下，
我把這個範例程式在eclipse匯入之後要執行
可是程式裡面沒有main
所以不知道該怎麼樣產生JFrame出來
所以想請問樓主該怎麼做

謝謝你</description>
		<content:encoded><![CDATA[<p>不好意思想請問一下，<br />
我把這個範例程式在eclipse匯入之後要執行<br />
可是程式裡面沒有main<br />
所以不知道該怎麼樣產生JFrame出來<br />
所以想請問樓主該怎麼做</p>
<p>謝謝你</p>
]]></content:encoded>
	</item>
	<item>
		<title>由：yku</title>
		<link>http://blog.yslifes.com/archives/684/comment-page-1#comment-518</link>
		<dc:creator>yku</dc:creator>
		<pubDate>Tue, 20 Sep 2011 10:00:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.yslifes.com/archives/684#comment-518</guid>
		<description>這個範例是encode你需要decode的程式才能處理喔
http://code.google.com/p/zxing/ 是個有decode及encode功能的framework喔</description>
		<content:encoded><![CDATA[<p>這個範例是encode你需要decode的程式才能處理喔<br />
<a href="http://code.google.com/p/zxing/" rel="nofollow">http://code.google.com/p/zxing/</a> 是個有decode及encode功能的framework喔</p>
]]></content:encoded>
	</item>
	<item>
		<title>由：momo</title>
		<link>http://blog.yslifes.com/archives/684/comment-page-1#comment-517</link>
		<dc:creator>momo</dc:creator>
		<pubDate>Mon, 19 Sep 2011 09:26:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.yslifes.com/archives/684#comment-517</guid>
		<description>你好，請問如果要設定讀取出來的文字是什麼要怎麼設定?
例如:當解碼的文字是&quot;123&quot;，則進行下一步
這樣怎麼做?</description>
		<content:encoded><![CDATA[<p>你好，請問如果要設定讀取出來的文字是什麼要怎麼設定?<br />
例如:當解碼的文字是"123"，則進行下一步<br />
這樣怎麼做?</p>
]]></content:encoded>
	</item>
	<item>
		<title>由：yku</title>
		<link>http://blog.yslifes.com/archives/684/comment-page-1#comment-458</link>
		<dc:creator>yku</dc:creator>
		<pubDate>Thu, 23 Jun 2011 08:58:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.yslifes.com/archives/684#comment-458</guid>
		<description>我把原始檔的下載連結修好了
你先下載原始檔看看
如果還有問題再請告知
如果可以跟我講Exception是什麼那就更好了</description>
		<content:encoded><![CDATA[<p>我把原始檔的下載連結修好了<br />
你先下載原始檔看看<br />
如果還有問題再請告知<br />
如果可以跟我講Exception是什麼那就更好了</p>
]]></content:encoded>
	</item>
	<item>
		<title>由：Jason, Tsai</title>
		<link>http://blog.yslifes.com/archives/684/comment-page-1#comment-457</link>
		<dc:creator>Jason, Tsai</dc:creator>
		<pubDate>Thu, 23 Jun 2011 08:06:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.yslifes.com/archives/684#comment-457</guid>
		<description>您好，我想請問，為何我直接複製版大您的Code，卻無QRcode的圖示產生。
有JFrame視窗跳出，但只是空白視窗，白色的background。
我有在paint方法中檢測image的null值，顯示是無NULL。
感謝抽空給予解惑。</description>
		<content:encoded><![CDATA[<p>您好，我想請問，為何我直接複製版大您的Code，卻無QRcode的圖示產生。<br />
有JFrame視窗跳出，但只是空白視窗，白色的background。<br />
我有在paint方法中檢測image的null值，顯示是無NULL。<br />
感謝抽空給予解惑。</p>
]]></content:encoded>
	</item>
	<item>
		<title>由：yku</title>
		<link>http://blog.yslifes.com/archives/684/comment-page-1#comment-422</link>
		<dc:creator>yku</dc:creator>
		<pubDate>Fri, 13 May 2011 08:25:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.yslifes.com/archives/684#comment-422</guid>
		<description>是有幾個方法
一.
1.利用notepad++等可開啟utf8編碼的文字編輯器
2.開啟java或jsp檔，複製內容（應該中文正確）貼到Eclipse編輯內容裡
有點呆，可是很實用,建議用這種

二.改變程式編碼
1.jsp的話可利用文件上方的contentType=&quot;text/html; charset=UTF-8&quot;
    pageEncoding=&quot;UTF-8&quot; 改成big5等編碼，再重開程式
(幾乎不太可能有做用)
2.選擇程式按右鍵選Properties在Resource 的Text File Encode選MS950或是UTF-8或BIG5（我也忘了我程式設成那種編碼了）

等等等
第二種方式也可試看看把整個專案的編碼改了</description>
		<content:encoded><![CDATA[<p>是有幾個方法<br />
一.<br />
1.利用notepad++等可開啟utf8編碼的文字編輯器<br />
2.開啟java或jsp檔，複製內容（應該中文正確）貼到Eclipse編輯內容裡<br />
有點呆，可是很實用,建議用這種</p>
<p>二.改變程式編碼<br />
1.jsp的話可利用文件上方的contentType="text/html; charset=UTF-8"<br />
    pageEncoding="UTF-8" 改成big5等編碼，再重開程式<br />
(幾乎不太可能有做用)<br />
2.選擇程式按右鍵選Properties在Resource 的Text File Encode選MS950或是UTF-8或BIG5（我也忘了我程式設成那種編碼了）</p>
<p>等等等<br />
第二種方式也可試看看把整個專案的編碼改了</p>
]]></content:encoded>
	</item>
	<item>
		<title>由：louis</title>
		<link>http://blog.yslifes.com/archives/684/comment-page-1#comment-421</link>
		<dc:creator>louis</dc:creator>
		<pubDate>Fri, 13 May 2011 07:38:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.yslifes.com/archives/684#comment-421</guid>
		<description>請問我想請教,關於所附的範例檔案,
當我import 到 Eclipse時,裡面的中文註解都是亂碼,請問我該如何處理?</description>
		<content:encoded><![CDATA[<p>請問我想請教,關於所附的範例檔案,<br />
當我import 到 Eclipse時,裡面的中文註解都是亂碼,請問我該如何處理?</p>
]]></content:encoded>
	</item>
	<item>
		<title>由：[Java]QRCode產生VCard</title>
		<link>http://blog.yslifes.com/archives/684/comment-page-1#comment-202</link>
		<dc:creator>[Java]QRCode產生VCard</dc:creator>
		<pubDate>Tue, 29 Jun 2010 04:05:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.yslifes.com/archives/684#comment-202</guid>
		<description>[...] [Java]如何產生Qrocde二維條碼?其實是類似的，只是增加了一個JButton [...]</description>
		<content:encoded><![CDATA[<p>[...] [Java]如何產生Qrocde二維條碼?其實是類似的，只是增加了一個JButton [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

