<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>bestlong 怕失憶論壇 - Java</title>
    <link>http://www.bestlong.idv.tw/forum.php?mod=forumdisplay&amp;fid=24</link>
    <description>Latest 20 threads of Java</description>
    <copyright>Copyright(C) bestlong 怕失憶論壇</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Sun, 19 Apr 2026 15:12:23 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>http://www.bestlong.idv.tw/static/image/common/logo_88_31.gif</url>
      <title>bestlong 怕失憶論壇</title>
      <link>http://www.bestlong.idv.tw/</link>
    </image>
    <item>
      <title>JAMWiki - 用 Java 開發的 Wiki 系統</title>
      <link>http://www.bestlong.idv.tw/forum.php?mod=viewthread&amp;tid=4779</link>
      <description><![CDATA[JAMWiki

完全仿造自 MediaWiki 系統



http://jamwiki.org/]]></description>
      <category>Java</category>
      <author>bestlong</author>
      <pubDate>Tue, 04 Jun 2013 06:43:38 +0000</pubDate>
    </item>
    <item>
      <title>VQWiki - 用 JAVA JSP 開發的 Wiki 系統</title>
      <link>http://www.bestlong.idv.tw/forum.php?mod=viewthread&amp;tid=4778</link>
      <description><![CDATA[VQWiki (Very Quick Wiki)

參照 WikiWikiWeb 所寫出的 Wiki 系統



http://www.vqwiki.org/
http://sourceforge.net/projects/veryquickwiki/]]></description>
      <category>Java</category>
      <author>bestlong</author>
      <pubDate>Tue, 04 Jun 2013 06:37:44 +0000</pubDate>
    </item>
    <item>
      <title>[Tomcat] java.lang.OutOfMemoryError: PermGen space</title>
      <link>http://www.bestlong.idv.tw/forum.php?mod=viewthread&amp;tid=1799</link>
      <description><![CDATA[在 Tomcat 6.0.23 安裝後的預設環境下，操作某個程式中遇到了這個錯誤訊息

javax.servlet.ServletException: java.lang.OutOfMemoryError: PermGen space

基本上就是需要做一些環境調教，處理的方法不外乎就是設定 JAVA_OPTS 環境變數或是直接修改啟動的命令參數
若是 ...]]></description>
      <category>Java</category>
      <author>bestlong</author>
      <pubDate>Fri, 30 Nov 2012 02:56:25 +0000</pubDate>
    </item>
    <item>
      <title>Serial Programming/Serial Java</title>
      <link>http://www.bestlong.idv.tw/forum.php?mod=viewthread&amp;tid=1798</link>
      <description><![CDATA[http://en.wikibooks.org/wiki/Serial_Programming/Serial_Java]]></description>
      <category>Java</category>
      <author>bestlong</author>
      <pubDate>Tue, 20 Nov 2012 12:22:02 +0000</pubDate>
    </item>
    <item>
      <title>用 ant 取得 svn 的版本編號</title>
      <link>http://www.bestlong.idv.tw/forum.php?mod=viewthread&amp;tid=1794</link>
      <description><![CDATA[如果在命令列作業環境有支援呼叫 svn 指令，就可以用 ant 的 exec 去執行 svn info 指令]]></description>
      <category>Java</category>
      <author>bestlong</author>
      <pubDate>Sun, 07 Oct 2012 14:14:20 +0000</pubDate>
    </item>
    <item>
      <title>如何解決 java.lang.OutOfMemoryError: PermGen space 問題</title>
      <link>http://www.bestlong.idv.tw/forum.php?mod=viewthread&amp;tid=1748</link>
      <description><![CDATA[在 Tomcat 安裝某個 WebApp 後啟動
然後開瀏覽器進入就出現 java.lang.OutOfMemoryError: PermGen space 問題
同時 Tomcat 也掛了]]></description>
      <category>Java</category>
      <author>bestlong</author>
      <pubDate>Tue, 07 Feb 2012 08:01:04 +0000</pubDate>
    </item>
    <item>
      <title>Maven compile 出現 [WARNING] Using platform encoding 警告</title>
      <link>http://www.bestlong.idv.tw/forum.php?mod=viewthread&amp;tid=1232</link>
      <description><![CDATA[mvn compile 後有警告訊息內容如下：

[WARNING] Using platform encoding (MS950 actually) to copy filtered resources, i.e. build is platform dependent!

雖然還是可以成功的 Compile 結束，但是就是看不順眼需要找方法解決 ...]]></description>
      <category>Java</category>
      <author>bestlong</author>
      <pubDate>Thu, 01 Dec 2011 07:27:30 +0000</pubDate>
    </item>
    <item>
      <title>在 Windows 下啟動 Tomcat 時出現了與 APR 相關的錯誤訊息</title>
      <link>http://www.bestlong.idv.tw/forum.php?mod=viewthread&amp;tid=1231</link>
      <description><![CDATA[在 Windows 下啟動 Tomcat 時 Log 出現下列訊息：而 Web Application 都還是可以正常運作]]></description>
      <category>Java</category>
      <author>bestlong</author>
      <pubDate>Wed, 30 Nov 2011 05:11:13 +0000</pubDate>
    </item>
    <item>
      <title>[Java] 取得程式執行時的 PID</title>
      <link>http://www.bestlong.idv.tw/forum.php?mod=viewthread&amp;tid=1185</link>
      <description><![CDATA[取得程式執行時的 Process ID

下列程式在 Windows 與 Linux 環境中都實際執行過]]></description>
      <category>Java</category>
      <author>bestlong</author>
      <pubDate>Thu, 01 Sep 2011 03:30:36 +0000</pubDate>
    </item>
    <item>
      <title>[struts2] No result defined for action XXX and result input</title>
      <link>http://www.bestlong.idv.tw/forum.php?mod=viewthread&amp;tid=962</link>
      <description><![CDATA[使用 struts 2.2.1.1 持續的增加程式, 瀏覽原本正常的 /webapp/employee.action 畫面突然出現錯誤

No result defined for action action.EmployeeAction and result input

當時在 struts.xml 中的設定在 Action 的相關程式碼部分不知道為何會去找 result input ...]]></description>
      <category>Java</category>
      <author>bestlong</author>
      <pubDate>Thu, 21 Apr 2011 03:13:38 +0000</pubDate>
    </item>
    <item>
      <title>struts2 如何攔截 jsp 頁面?</title>
      <link>http://www.bestlong.idv.tw/forum.php?mod=viewthread&amp;tid=922</link>
      <description><![CDATA[參考來源 http://www.hrpstudio.net/2010/04/11/struts2-interceptor-jsp.html

struts2 的核心就是攔截器。 假如現在有一些 jsp 頁面（包括 login.jsp, register.jsp, welcome.jsp 以及一些瀏覽的頁面)這些瀏覽的頁面如果​​是沒有登錄的用戶瀏覽，則直接顯示，如果登 ...]]></description>
      <category>Java</category>
      <author>bestlong</author>
      <pubDate>Wed, 23 Mar 2011 09:00:30 +0000</pubDate>
    </item>
    <item>
      <title>讓 Java 程式成為 Linux service</title>
      <link>http://www.bestlong.idv.tw/forum.php?mod=viewthread&amp;tid=887</link>
      <description><![CDATA[訊息內容為土耳其文
from http://www.kadirsert.com/2009/running-java-program-as-a-linux-service/Script must be saved under the /etc/inid.d directory and execute permission must be given;
$ chmod 755 /etc/init.d/LinuxAgent

Chkconfig utility registers t ...]]></description>
      <category>Java</category>
      <author>bestlong</author>
      <pubDate>Fri, 28 Jan 2011 00:31:38 +0000</pubDate>
    </item>
    <item>
      <title>Java i18n tool - popeye</title>
      <link>http://www.bestlong.idv.tw/forum.php?mod=viewthread&amp;tid=885</link>
      <description><![CDATA[感覺用 native2ascii 很麻煩嗎? 試試這個工具程式

Popeye is a tool for the handling of Java (TM) property files for message internationalization ( I18N ). The included editor-component has full UTF support and can handle all translations ( properties f ...]]></description>
      <category>Java</category>
      <author>bestlong</author>
      <pubDate>Fri, 14 Jan 2011 02:57:13 +0000</pubDate>
    </item>
    <item>
      <title>JAVA 編碼測試大全</title>
      <link>http://www.bestlong.idv.tw/forum.php?mod=viewthread&amp;tid=883</link>
      <description><![CDATA[參考來源 http://java.fromtw.com/java/java_char_encode.html

壹、行前教育
  這裡不多說廢話,程式編碼的部分首重 INPUT 與 OUTPUT

  INPUT 的部分包括: 檔案的讀取、資料庫的讀取、網路的讀取與 CONSOLE 的讀取等各類 INPUT 的途徑
  OUTPUT 的部分包括: 檔案的寫入 ...]]></description>
      <category>Java</category>
      <author>bestlong</author>
      <pubDate>Fri, 14 Jan 2011 02:12:33 +0000</pubDate>
    </item>
    <item>
      <title>用 Java 取得所有系統變數</title>
      <link>http://www.bestlong.idv.tw/forum.php?mod=viewthread&amp;tid=874</link>
      <description><![CDATA[]]></description>
      <category>Java</category>
      <author>bestlong</author>
      <pubDate>Sat, 25 Dec 2010 03:25:17 +0000</pubDate>
    </item>
    <item>
      <title>用 Java Socket 抓取氣象預報網頁</title>
      <link>http://www.bestlong.idv.tw/forum.php?mod=viewthread&amp;tid=824</link>
      <description><![CDATA[]]></description>
      <category>Java</category>
      <author>bestlong</author>
      <pubDate>Thu, 02 Dec 2010 09:49:12 +0000</pubDate>
    </item>
    <item>
      <title>用 JavaService 把 Java 程式弄成 Windows 系統服務</title>
      <link>http://www.bestlong.idv.tw/forum.php?mod=viewthread&amp;tid=823</link>
      <description><![CDATA[JavaService allows server-type Java programs to be run in the background as a Windows NT/2000/XP system service (aka Unix daemon process).

http://forge.ow2.org/projects/javaservice/]]></description>
      <category>Java</category>
      <author>bestlong</author>
      <pubDate>Wed, 01 Dec 2010 08:13:19 +0000</pubDate>
    </item>
    <item>
      <title>JAVA 的 .class 轉 .exe</title>
      <link>http://www.bestlong.idv.tw/forum.php?mod=viewthread&amp;tid=795</link>
      <description><![CDATA[1. JSmooth 
先由 Eclipse 製作包含 Manifest 的 JAR 
使用 JSmooth 將做好的 JAR 包裝成 EXE 
製作完成的 exe檔，可在有裝置 JRE的 Windows上執行 

使用 eclipse 製作成 jar 檔利用匯出檔案 -&gt; export(匯出) 
如果 class 檔中包含 main class 則必須指定程式進入點(主 ...]]></description>
      <category>Java</category>
      <author>bestlong</author>
      <pubDate>Sat, 13 Nov 2010 11:06:15 +0000</pubDate>
    </item>
    <item>
      <title>Joda - Next Generation Java</title>
      <link>http://www.bestlong.idv.tw/forum.php?mod=viewthread&amp;tid=778</link>
      <description><![CDATA[Joda is a Java open-source project that seeks to improve core Java functionality.

http://joda.sourceforge.net/


Joda Time seeks to reimplement date handling from scratch in Java. Both Date and Calendar in the core Java libraries have serious flaws,]]></description>
      <category>Java</category>
      <author>bestlong</author>
      <pubDate>Fri, 15 Oct 2010 07:39:34 +0000</pubDate>
    </item>
    <item>
      <title>iReport 中文字型設定</title>
      <link>http://www.bestlong.idv.tw/forum.php?mod=viewthread&amp;tid=739</link>
      <description><![CDATA[From: http://aaashiau.blogspot.com/2009/02/ireport.html

方法一(新細明體)

(Embedded image moved to file: pic06734.pcx)

方法二(標楷體，新增字體方式)

(Embedded image moved to file: pic09561.pcx)
(Embedded image moved to file: pic31056.pcx)

注意：

 ...]]></description>
      <category>Java</category>
      <author>bestlong</author>
      <pubDate>Thu, 08 Jul 2010 00:24:39 +0000</pubDate>
    </item>
  </channel>
</rss>