当前位置:  技术问答>java相关

Properties的小小小问题,请指教!!!

    来源: 互联网  发布时间:2014-12-28

    本文导语:  class properties{ public static void main(String args[])throws Exception     {     Properties params = new Properties();    params.load(new FileInputStream(args[0]));  System.out.println(params.getProperty("hello")); } } 请问如何才能运行这个程序! args[0]是...


class properties{
public static void main(String args[])throws Exception
    {
    Properties params = new Properties();
   params.load(new FileInputStream(args[0]));
 System.out.println(params.getProperty("hello"));

}
}

请问如何才能运行这个程序!
args[0]是不是扩展名为:properties的文件,文件中的内容应如何写才
符合查询要求!

|
Reads a property list (key and element pairs) from the input stream. The stream is assumed to be using the ISO 8859-1 character encoding. Every property occupies one line of the input stream. Each line is terminated by a line terminator (n or r or rn). Lines from the input stream are processed until end of file is reached on the input stream. A line that contains only whitespace or whose first non-whitespace character is an ASCII # or ! is ignored (thus, # or ! indicate comment lines). Every line other than a blank line or a comment line describes one property to be added to the table (except that if a line ends with , then the following line, if it exists, is treated as a continuation line, as described below). The key consists of all the characters in the line starting with the first non-whitespace character and up to, but not including, the first ASCII =, :, or whitespace character. All of the key termination characters may be included in the key by preceding them with a . Any whitespace after the key is skipped; if the first non-whitespace character after the key is = or :, then it is ignored and any whitespace characters after it are also skipped. All remaining characters on the line become part of the associated element string. Within the element string, the ASCII escape sequences t, n, r, \, ", ',     (a backslash and a space), and uxxxx are recognized and converted to single characters. Moreover, if the last character on the line is , then the next line is treated as a continuation of the current line; the  and line terminator are simply discarded, and any leading whitespace characters on the continuation line are also discarded and are not part of the element string. As an example, each of the following four lines specifies the key "Truth" and the associated element value "Beauty": 
 Truth = Beauty
 Truth:Beauty
 Truth   :Beauty
  As another example, the following three lines specify a single property:  fruits    apple, banana, pear,                                   cantaloupe, watermelon,                                   kiwi, mango
  The key is "fruits" and the associated element is: "apple, banana, pear, cantaloupe, watermelon,kiwi, mango" Note that a space appears before each  so that a space will appear after each comma in the final result; the , line terminator, and leading whitespace on the continuation line are merely discarded and are not replaced by one or more other characters. As a third example, the line: cheeses
  specifies that the key is "cheeses" and the associated element is the empty string.
--
如果你试着先看一下api文档的话 ... 

|
是的,格式是linux下config格式即:
 #content
name=value
name1=value1
...

    
 
 
 
本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。












  • 相关文章推荐
  • java命名空间java.util类properties的类成员方法: properties定义及介绍
  • 请问JB的Project下的Project Properties和Default Project Properties有什么不同?
  • java命名空间java.util类properties的类成员方法: defaults定义及介绍
  • 怎样实现类似于log4j.properties, jndi.properties只要在classpath中就能找到的功能?
  • java命名空间java.util类resourcebundle.control的类成员方法: format_properties定义及介绍
  • 连接池出错:Can not read the properties file; Make sure db.properties is in the Classpath
  • java命名空间java.awt.image接口imageobserver的类成员方法: properties定义及介绍
  • 请问:InputStream is =getClass().getResourceAsStream("/db.properties")中,getResourceAsStream 是什么意思,文件db.properties应该
  • java命名空间javax.sound.sampled类audiofileformat的类成员方法: properties定义及介绍
  • Properties文件的读写
  • java命名空间javax.sound.sampled类audioformat的类成员方法: properties定义及介绍
  • 有谁知道properties文件的用法?
  • java命名空间javax.sound.midi类midifileformat的类成员方法: properties定义及介绍
  • 怎样用shell读取properties里面特定键对应的值?
  • java命名空间java.util类properties的类成员方法: stringpropertynames定义及介绍
  • Android 读取Properties配置文件的小例子
  • java命名空间java.util类properties的类成员方法: list定义及介绍
  • 如何用java读.properties文件中的配置信息
  • java命名空间javax.swing类jeditorpane的类成员方法: honor_display_properties定义及介绍
  • Properties 文件封装库 OWNER
  • java命名空间java.util类properties的类成员方法: loadfromxml定义及介绍
  • Properties Editor


  • 站内导航:


    特别声明:169IT网站部分信息来自互联网,如果侵犯您的权利,请及时告知,本站将立即删除!

    ©2012-2021,,E-mail:www_#163.com(请将#改为@)

    浙ICP备11055608号-3