-
本程序是用多线程实现了打飞鸟游戏程序,采用MyEclipse开发
本程序是用多线程实现了打飞鸟游戏程序,采用MyEclipse开发-This procedure is achieved using multi-threaded game birds hit procedure for the development of MyEclipse
- 2022-03-19 08:30:59下载
- 积分:1
-
capture and handle an anomaly
一个捕获和处理异常-capture and handle an anomaly
- 2022-01-31 04:03:17下载
- 积分:1
-
struts2 插入图片到数据库,附件为代码以及注意事项
struts2 插入图片到数据库,附件为代码以及注意事项-struts2 update image to db
- 2022-03-21 04:53:30下载
- 积分: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
-
博客网Servlet2.4 + JavaBean + SQL Server2000和详细的源代码和…
博客网Servlet2.4+JavaBean+SQL Server2000
内有详细代码及配置源程序的使用说明-Blog network Servlet2.4+ JavaBean+ SQL Server2000 with detailed source code and configuration instructions
- 2022-02-26 07:50:20下载
- 积分:1
-
是JXTA的一个小程序,
使用身份验证。
是JXTA的一个小程序,
使用身份验证。-JXTA is a small program, the use of authentication.
- 2022-02-12 00:49:36下载
- 积分:1
-
一个简单的聊天程序,在局域网内使用换不错的
一个简单的聊天程序,在局域网内使用换不错的-a simple chat program, the use of the LAN for good
- 2022-03-22 09:13:15下载
- 积分:1
-
SSD8的exam3的答案,希望对学习网络编程的同学有所帮助。
SSD8的exam3的答案,希望对学习网络编程的同学有所帮助。-Exam3 the SSD8 answer, in the hope that students learn network programming help.
- 2022-09-24 12:10:03下载
- 积分:1
-
/*_############################################################################...
/*_############################################################################
_##
_## SNMP4J - PDUv1.java
_##
_## Copyright 2003-2007 Frank Fock and Jochen Katz (SNMP4J.org)
_##
_## Licensed under the Apache License, Version 2.0 (the "License")
_## you may not use this file except in compliance with the License.
_## You may obtain a copy of the License at
_##
_## http://www.apache.org/licenses/LICENSE-2.0
_##
_## Unless required by applicable law or agreed to in writing, software
_## distributed under the License is distributed on an "AS IS" BASIS,
_## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
_## See the License for the specific language governing permissions and
_## limitations under the License.
_##
_##########################################################################*/-/*_############################################################################
_##
_## SNMP4J- PDUv1.java
_##
- 2022-07-21 21:27:39下载
- 积分:1
-
snmp 完整获取进程帐号等, 根据oid获取各种信息遍历获取
snmp 完整获取进程帐号等, 根据oid获取各种信息遍历获取-snmp account
- 2022-11-12 22:40:08下载
- 积分:1