일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- Spring
- Eclipse
- GPS
- tomcat
- jQuery
- PLSQL
- MySQL
- Google Map
- node.js
- Struts
- iBATIS
- rowspan
- 전자정부프레임워크
- 가우스
- JSON
- ibsheet
- PHP
- WebLogic
- Android
- swingx
- MFC
- phonegap
- jsr 296
- dock
- 선택적조인
- appspresso
- oracle
- JDOM
- sencha touch
- Ajax
Archives
- Today
- Total
목록java.util.prefs.Preferences (1)
Where The Streets Have No Name
java.util.prefs.Preferences import/export예제
prefs.xml import java.util.*; import java.util.prefs.*; import java.io.*; public class PreferenceExport { public void setSomeProperties(Preferences p) throws BackingStoreException { p.put("fruit", "apple"); p.put("cost", "1.01"); p.put("store", "safeway"); } public void exportToFile(Preferences p, String fileName) throws BackingStoreException { try { FileOutputStream fos = new FileOutputStream(f..
Developement/Java
2009. 11. 16. 13:46