-
一个图形用户接口的JAVA源程序编写器。功能很强大。
一个图形用户接口的JAVA源程序编写器。功能很强大。
- 2023-06-14 19:55:08下载
- 积分:1
-
A J2EE & Jsp Example
A J2EE & Jsp Example
- 2022-03-22 17:42:32下载
- 积分:1
-
简介
JavaEE在开发的时候,如果是系统内部常量,一般提倡用枚举常量类,写在单独的类中,但是经常要修改的变量,比如数据源配置,如果存在数据库中,有种浪费。...
简介
JavaEE在开发的时候,如果是系统内部常量,一般提倡用枚举常量类,写在单独的类中,但是经常要修改的变量,比如数据源配置,如果存在数据库中,有种浪费。但是存在TXT中扩展性不好,就笔者观察,一般的程序员都喜欢把经常修改的常量存在xml文件或者properties文件。
存在xml文件最大的好处是扩展性很好,一般用sax或者dom这两个方向的框架,比如DOM4J,JDOM等。Sun推出的JAXM(Java API for XML Messaging)也是用的DOM4J。由于SAX的处理方式类似流媒体,是逐行的,不需要全部加载。而DOM是全部加载在内存,生成树。因而SAX的读取比DOM性能好,但是修改的话DOM略胜一筹。properties文件的扩展性不如xml,但是有很多xml没法实现的优势,比如加密之类的~
Helloworld
笔者根据自己开发中感受,写了一个工具包,用来体现读取xml或者properties的流程,大家在使用的时候记得修改文件路径。一共包含五个文件.本demo主要是用来模拟读取数据库的账户和密码的,读者可以在此基础上扩展。-Brief introduction
JavaEE development at the time, if the system constants are generally used to promote constant enumeration type, write in a separate category, but often want to modify the variables, such as the data source configuration, if the database exist, in one waste. But the existence of bad TXT extension on my observation, the programmers in general are often modified to enjoy the constant existence xml documents or document properties.
Xml files exist to expand the biggest benef
- 2022-06-01 17:25:12下载
- 积分:1
-
做的比较简单的一个JAVA聊天系统,只是实现了很基本的功能
做的比较简单的一个JAVA聊天系统,只是实现了很基本的功能-The relatively simple to do a JAVA chat system, only a very basic implementation of the function
- 2022-03-20 19:13:23下载
- 积分:1
-
基于java的文件管理系统
能实现包括文件的创建、删除、查找等功能...
基于java的文件管理系统
能实现包括文件的创建、删除、查找等功能-Java-based document management system to achieve, including file creation, deletion, search and other functions
- 2022-09-07 21:40:04下载
- 积分:1
-
一个关于java的文本框与文本域的程序
一个关于java的文本框与文本域的程序-A java version of the text box with the domain procedures
- 2022-05-07 10:21:21下载
- 积分:1
-
java 实现把输入字符串通过一定算法后生成另一组字符串.
java 实现把输入字符串通过一定算法后生成另一组字符串.-java realize the input string after the adoption of a certain algorithm to generate another set of strings.
- 2022-07-07 22:26:31下载
- 积分:1
-
不错的反编译工具,挺好的可以用一下,也有反编不了的
不错的反编译工具,挺好的可以用一下,也有反编不了的-good anti-compiler tool, it"s quite good with that provision is not the anti-
- 2022-03-28 10:52:11下载
- 积分:1
-
the java code is used to prepare the aim to find an open port mainframe informat...
本代码是用java编写的,用来查找目的主机开放端口信息的源码.-the java code is used to prepare the aim to find an open port mainframe information source.
- 2022-08-20 06:17:05下载
- 积分:1
-
ruby solve Sudoku problems, this procedure is very short, designed to be relativ...
ruby解决数独问题,这个程序很短,设计得比较精妙,其中有详细解释-ruby solve Sudoku problems, this procedure is very short, designed to be relatively sophisticated, including a detailed explanation
- 2023-02-07 05:15:03下载
- 积分:1