搜索资源列表
FCA_Greysh_Configuration
- 简介 JavaEE在开发的时候,如果是系统内部常量,一般提倡用枚举常量类,写在单独的类中,但是经常要修改的变量,比如数据源配置,如果存在数据库中,有种浪费。但是存在TXT中扩展性不好,就笔者观察,一般的程序员都喜欢把经常修改的常量存在xml文件或者properties文件。 存在xml文件最大的好处是扩展性很好,一般用sax或者dom这两个方向的框架,比如DOM4J,JDOM等。Sun推出的JAXM(Java API for XML Messaging)也是用的DOM4J。由于SA
fileUtil
- 方便打开读写文件 指定文件路径,就可以完成逐行读取和逐行写文件操作-Open/Close file Read/Write file
IOUtil
- 读写文件的一些常用方法,逐行度,去除空行,替换空格,拼接文件,按行读取小文件- Some commonly used methods of reading and writing files, progressive degree, removing blank lines, replace spaces, splicing file, press the line reading small files