按照与禁止化学武器组织问题相同的思路,我不得不找到一种办法,把价值分配给最后领域,从档案系统的“properties”档案中读到,因此,在出现之前,我可以知道这些价值。 采用一种普遍化的方法,在阅读财产档案的内容后,将价值分配到准备开标的物中,这是一份Hail Mary通行证,该通行证是经过感谢的。 这还限制了每份档案必须读到一次,而只是通过法律检查,看看财产物体是否现在无效。 当然,一旦分配,最后的实地值就不能改变,除非改变其“最终”地位,办法是通过在运行时间修改实地定义(如在SO的其他一些地方讨论,例如)。 - ak,但我爱! 《刑法》例例常年错误检查,例如,对于“国家扫盲计划”而言,短短时间检查:
import java.util.Properties;
public class MyConstants {
private static Properties props; // declared, not initialized,
// so it can still be set to
// an object reference.
public static String MY_STRING = getProperty("prop1name", "defaultval1");
public static int MY_INT = Integer.parseInt(getProperty("prop2name", "1"));
// more fields...
private static String getProperty(String name, String dflt) {
if ( props == null ) {
readProperties();
}
return props.getProperty(name, dflt);
}
private static void readProperties() {
props = new Properties(); // Use your fave way to read
// props from the file system; a permutation
// of Properties.load(...) worked for me.
}
// Testing...
public static void main(String[] args) {
System.out.println(MY_STRING);
System.out.println(MY_INT);
}
}
这使你们能够把财产外观地读到 app中,并且仍然标明其价值为“最终”的田地。 这还使你能够保证最后外地价值的退还价值,因为房地产类别中的“财产”允许在财产中找到关键价值物时,以违约价值通过该方法。