-
TCP/IP Server and Client,you can create a TCP Server by it.
TCP/IP服务器端与客户端 你可以通过此建立一个TCP服务端-TCP/IP Server and Client,you can create a TCP Server by it.
- 2022-02-04 05:10:21下载
- 积分:1
-
基于J2ME的Java游戏梦幻炸弹人源程序。这个游戏的关卡使用mapwin制作的,然后由一个java脚本自动生成的。一些精灵的动作是使用自己编写的动画编辑器做成...
基于J2ME的Java游戏梦幻炸弹人源程序。这个游戏的关卡使用mapwin制作的,然后由一个java脚本自动生成的。一些精灵的动作是使用自己编写的动画编辑器做成的。这个炸弹人与传统的炸弹人相比,BOSS的能力得到提升,2种大BOSS一个是蜈蚣另一个是蝙蝠,主角就没有创新了就是放置炸弹-The Java-based J2ME game Bomberman fantasy source. Points in this game use mapwin produced, then an auto-generated java script. Some of the wizard action is prepared to use their own made of the animation editor. The bombs were compared with conventional bombs, BOSS the ability to be enhanced and two kinds of big BOSS is a centipede the other bats, the protagonist is no innovation in the plant bombs ... ...
- 2023-01-04 16:45:03下载
- 积分:1
-
j2ee帮助文档
j2ee帮助文档-j2ee help documents
- 2022-05-14 22:55:43下载
- 积分:1
-
java中用正则表达式来检测IP地址是否合理,简单又好用。
java中用正则表达式来检测IP地址是否合理,简单又好用。-detect you ip address is valid or not.
- 2023-04-18 22:40:03下载
- 积分:1
-
Register Sign In computer system users, have visitors, students and teachers in...
电脑用户登录注册系统,有浏览者,学生和教师三种权限-Register Sign In computer system users, have visitors, students and teachers in the three powers
- 2022-04-14 19:41:06下载
- 积分:1
-
一个多播的实现程序
一个多播的实现程序-a multicast procedures for the realization
- 2023-04-05 15:35:04下载
- 积分:1
-
简单的通讯录源码,添加 删除 查找等功能
简单的通讯录源码,添加 删除 查找等功能-A simple address book source code, adding features such as delete the search
- 2022-06-18 23:17:00下载
- 积分:1
-
用Java实现的免费XML解析器
用Java实现的免费XML解析器-using Java to achieve a free XML parser
- 2022-11-14 12:05:03下载
- 积分: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
-
filter technology development and design.
过滤器技术的开发与设计。-filter technology development and design.
- 2023-04-13 13:30:11下载
- 积分:1