-
java操作excel的类
java操作excel的类-java class operation excel
- 2022-05-13 07:36:46下载
- 积分:1
-
网络聊天吧
这是一个使用数据报通讯方式的聊天程序的客户端和服务器...
网络聊天吧
这是一个使用数据报通讯方式的聊天程序的客户端和服务器-Web chat now this is a means of communication using the data reported to the chat program of the client and server
- 2022-09-08 12:25:02下载
- 积分:1
-
这是源代码java技术
This is source code corba with java
- 2023-05-13 06:30:03下载
- 积分:1
-
Struts参考
Struts参考-Struts reference
- 2022-09-15 13:30:03下载
- 积分:1
-
struts+hibernate+spring框架经典实例
struts+hibernate+spring框架经典实例-struts+spring+hibernate
- 2022-05-12 22:27:34下载
- 积分:1
-
Java的实用文件程序 运用命令行演示通过了调试
Java的实用文件程序 运用命令行演示通过了调试-Java documentation procedures practical demonstration of the use of command-line through the debug
- 2022-02-25 21:54:11下载
- 积分:1
-
一个聊天程序。完全可用。做的很实用。
一个聊天程序。完全可用。做的很实用。-A chat program. Fully available.
- 2022-06-03 04:54:29下载
- 积分:1
-
本系统是利用JBUILDER实现一个数据库浏览器,对于一个JAVA新手来说,怎样利用JBUILDER和数据库进行连接无疑不是一个好的示例...
本系统是利用JBUILDER实现一个数据库浏览器,对于一个JAVA新手来说,怎样利用JBUILDER和数据库进行连接无疑不是一个好的示例-use of the system is to achieve a JBUILDER database browser, a Java novice, and how to make use of JBUILDER database connectivity is certainly not a good example
- 2022-03-30 13:10:01下载
- 积分: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的爱好者分享
连连看java源代码
给希望学习java的爱好者
分享-Lianliankan java source code to java lovers want to learn to share
- 2022-06-22 06:15:30下载
- 积分:1