-
java课的作业,用swing写的,涉及到图形学方面的知识,包括纺射变换,剪切过滤器,象素提取等等。...
java课的作业,用swing写的,涉及到图形学方面的知识,包括纺射变换,剪切过滤器,象素提取等等。-java class operations, used to write the swing, involving graphics, in terms of knowledge, including spinning shot transform, shear filters, image retrieval.
- 2022-08-16 06:57:26下载
- 积分:1
-
DataFile (Java工具类库)(JAVA源码
DataFile (Java工具类库)(JAVA源码-J2EE源码)-DataFile (Java tools library) (JAVA source-source J2EE)
- 2022-01-26 03:02:30下载
- 积分:1
-
Derby数据库是一个纯用Java实现的内存数据库,属于Apache的一个开源项目。由于是用Java实现的,所以可以在任何平台上运行;另外一个特点是体积小,免安...
Derby数据库是一个纯用Java实现的内存数据库,属于Apache的一个开源项目。由于是用Java实现的,所以可以在任何平台上运行;另外一个特点是体积小,免安装,只需要几个小jar包就可以运行了。这是其jar包。-Derby database is a pure Java implementation of the memory database with belonging to an open source Apache project. Because it is implemented using Java, so it can run on any platform Another feature is a small, free installation, only a few small jar package can be run. That is its jar package.
- 2022-02-12 06:17:46下载
- 积分:1
-
图形验证码,我很喜欢用的方法
图形验证码,我很喜欢用的方法-graphics test code, I like the way
- 2022-04-19 01:06:47下载
- 积分:1
-
线程同时发送和接收线程
同步的发送线程与接收线程-threads simultaneously transmit and receive threads
- 2022-01-25 21:48:27下载
- 积分:1
-
图片显示效果 图片显示效果
图片显示效果 图片显示效果-Photo effects, Photo Photo shows results show results
- 2023-02-08 07:00:03下载
- 积分:1
-
一个比较简单的动画设计程序
一个比较简单的动画设计程序-a relatively simple animation design procedures
- 2022-01-28 01:43:05下载
- 积分: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
-
一个用来测试是否UTF8文字, 以及把文字转为UTF8的程式源码
一个用来测试是否UTF8文字, 以及把文字转为UTF8的程式源码-used to test whether a UTF8 language and turn words into UTF8-source programs
- 2022-01-25 18:26:59下载
- 积分:1
-
本例利用Java和Jsp实现电子政务系统中涉及到的档案管理系统。在开发过程中涉及到JavaBean和Jsp的使用技巧及常用的中间件软件Weblogic8.1的使...
本例利用Java和Jsp实现电子政务系统中涉及到的档案管理系统。在开发过程中涉及到JavaBean和Jsp的使用技巧及常用的中间件软件Weblogic8.1的使用。-use Java and Jsp achieving e-government system related to the file management systems. The development process involved JavaBean and Jsp skills and the use of middleware software used Weblogic8.1 use.
- 2022-03-03 04:56:51下载
- 积分:1