-
一个不错的HTMl语法分析程序
一个不错的HTMl语法分析程序 -a good rendering syntax analysis procedures
- 2022-08-06 03:05:11下载
- 积分:1
-
jsp实现URL伪静态,主要原理是通过web.xml的过滤器,对动态的URL进行重写,重写的格式通过正则表达式控制...
jsp实现URL伪静态,主要原理是通过web.xml的过滤器,对动态的URL进行重写,重写的格式通过正则表达式控制-jsp to achieve pseudo-static URL, the main principle is that filters through the web.xml of a dynamic URL to rewrite, rewrite the form of control through regular expressions
- 2022-06-13 01:46:29下载
- 积分: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
-
连接池基本原理:连接池最基本的思想就是预先建立一些连接放置于内存对象中以备使用。对于多于链接池中链接数的并发请求,应在请求队列中排队等待。并且应用程序可以根据链...
连接池基本原理:连接池最基本的思想就是预先建立一些连接放置于内存对象中以备使用。对于多于链接池中链接数的并发请求,应在请求队列中排队等待。并且应用程序可以根据链接的使用率,动态增加或减少池中的链接数。达到链接的优化。
-The basic principles of connection pooling: connection pooling basic ideology is the pre-established links with objects placed in memory for use. For more than a few links to the pool of concurrent link request, the request should be in the queue waiting. And applications can be linked to utilization, dynamic increase or decrease in the number of links to the pool. To achieve the optimal link.
- 2022-07-15 15:50:11下载
- 积分:1
-
大二做的实训. 纯Java程序,用Jbuilder做的,数据库采用sqlserver2000....
大二做的实训. 纯Java程序,用Jbuilder做的,数据库采用sqlserver2000.-The Training sophomore. Pure Java program, using Jbuilder done, the database used sqlserver2000.
- 2022-12-28 05:05:03下载
- 积分:1
-
一个JAVA小字典,很简单的功能实现,就是简单的查询
一个JAVA小字典,很简单的功能实现,就是简单的查询- a dictionary
- 2022-08-26 05:40:42下载
- 积分:1
-
achieve whatever level language mobile
实现文字从左到右水平移动-achieve whatever level language mobile
- 2022-03-06 22:37:46下载
- 积分:1
-
To write Java coding rules of procedure, suitable for beginners, are in English
写Java程序的编码规则,适合初学者,是英文的-To write Java coding rules of procedure, suitable for beginners, are in English
- 2022-03-02 10:13:34下载
- 积分:1
-
用java实现的oicq
用java实现的oicq-achieved using java Live
- 2022-06-01 10:31:40下载
- 积分:1
-
java version of IP Messenger source code, are interested in can be downloaded fo...
java版本的飞鸽传书源代码,有兴趣的可下载参考。-java version of IP Messenger source code, are interested in can be downloaded for reference.
- 2022-09-15 19:50:03下载
- 积分:1