public static string getlabel(string status) catch (ioexception e)
string statuskey = "status"+status;
string label = null;
try catch (unsupportedencodingexception e)
return label;
一般來說,resourcebundle類通常是用於針對不同的語言來使用的屬性檔案。
而如果你的應用程式中的屬性檔案只是一些配置,並不是針對多國語言的目的。那麼使用properties類就可以了。
通常可以把這些屬性檔案放在某個jar檔案中。然後,通過呼叫class的getresourceasstream方法,來獲得該屬性檔案的流物件,再用properties類的load方法來裝載。
示例如下:
class testload
java讀取配置檔案property
properties pro new properties try catch filenotfoundexception e catch ioexception e propertynames 返回屬性列表中所有鍵的列舉 enumeration enu2 pro.propertynames whi...
java讀取文獲取檔案路徑
string directory d 呵呵 3059 此目錄下放9張 listf new arraylist file dir new file directory if dir.isfile return 判斷是否是檔案,如果是檔案則返回。file files dir.listfiles 列出當前...
一文搞懂property函式
接下來我帶大家了解乙個函式的作用以及使用技巧,希望對大家都有幫助,話不多說,接下來就開始我的表演特性 首先property有兩種用法,一種是作為函式的用法,一種是作為裝飾器的用法,接下來我們就逐一分析 property函式 看一下作為函式它包含的引數都有哪些 property fget none,f...