java¶ÁдPropertiesÎļþ
´ó¼ÒºÃ£¬ÇëÎÊ´ó¼ÒÒ»¸öÎÊÌ⣬ ÏÂÃæÊÇÔ´Âë¶ÁдPropertiesµÄÔ´Â룬ΪʲôÄÜÈ¡µ½Öµ£¬µ«ÊÇȴд²»½øÈ¥ÄØ£¿Çë´ó¼Ò°ïæ½â¾öһϣ¬Íò·Ö¸Ðл£¡£¡£¡
Java code:
Properties prop = new Properties();
InputStream in = this.getClass().getResourceAsStream("/Config.properties");
try {
prop.load(in);
System.out.println("»ñÈ¡µÄֵΪ"
+ prop.getProperty("hibernate.ehcache_config_file"));
in.close();
OutputStream ops = new FileOutputStream("/Config.properties");
prop.setProperty("ssq", "123");
prop.store(ops, "ssq");
} catch (IOException e) {
// TODO Auto-generated catch block
e.printStackTrace();
}
¼ÓÉÏops.close()ÊÔÊÔ¿´
Äã²Ù×÷µÄÖ»ÊÇÄÚ´æÖеĶÔÏ󣬸ù±¾Ò²Ã»ÍùÀïд°¡¡£
Ïà¹ØÎÊ´ð£º
µ±ÖªµÀÒ»¸öÈÕÆÚ£¬ÈçºÎ°ÑÕâ¸öÈÕÆÚËùÔÚÑ®µÄǰºóÁ½¸öÈÕÆÚÈ¡³ö
±ÈÈçÊäÈë20090905£¬¾ÍÊäÈë20090901 20090910
Êä³ö20090901 20090910
È¡µÃÌìÊýºó×÷Ò»ÏÂÅжÏÔÙ°ÑÕâ¸ö·½·¨ÓÃÏÂvoid set(int field, int value)
......
ÔõôÔÚ¿ØÖÆÌ¨ÖÐÊäÈëÀàËÆÏÂÃæµÄÐÅÏ¢£º
s1234 50
s1235 80
s1234 90
s1234 40
s1236 90
ÿµ±»Ø³µÊ± ......
ÎÒ¶¨ÒåÁËÒ»¸öJRadioButtonNanµÄµ¥Ñ¡°´Å¥£¬Èç¹ûÔÚÎÒÑ¡ÔñÁËÕâ¸ö°´Å¥ºóÏëµã»÷ÖØÖÃÈÃÕâ¸ö°´Å¥´¦ÓÚδѡÔñµÄ״̬¸ÃÔõô×öÄØ£¿Çë¸ßÊÖÖ¸½Ì
jRadioButton.setSelected(false);
²»ÖªµÀÄãÊÇʲôÒâ˼
Õâ¸öÊDz»Ñ¡Ôñ״̬ÁË
Î ......
´úÂëÈçÏ £¬ÎÒÏëͨ¹ý´úÀí·ÃÎÊÒ»Ð©ÍøÖ·£¬µ«ÊDz»ÖªµÀÈçºÎ²âÊÔ´úÀí³É¹¦£¬ÎÒÏëͨ¹ý·ÃÎÊ¡°http://www.blogger.com/¡±À´¿´¿´ÊÇ·ñ´úÀí³É¹¦£¬µ«ÊÇÒ²²»ÄÜ·ÃÎÊ£¬³öÏÖÒì³£¡°Unexpected end of file from server¡±£¬µ«ÊÇÈç¹û²»Õâ ......