-
Java实验报告
Java实验报告-Java Experimental Report
- 2023-08-02 15:30:03下载
- 积分:1
-
BBS
BBS-CS(天乙社区) v5.2.2源码版-BBS-CS (Tian communities) v5.2.2 source version
- 2022-10-09 06:10:02下载
- 积分:1
-
java 对string的各种函数,如跟int,byte的数据类型的转换,编码的转换等。
java 对string的各种函数,如跟int,byte的数据类型的转换,编码的转换等。-java on a variety of string functions, such as with int, byte data type conversion, encoding conversion.
- 2022-07-06 20:11:01下载
- 积分:1
-
本系统采用struts+spring+hibernate架构,重在讲述三者结合在一起的应用开发,所有源程序都有详细的注释,供入门者学生参考,未经作者允许不得用于...
本系统采用struts+spring+hibernate架构,重在讲述三者结合在一起的应用开发,所有源程序都有详细的注释,供入门者学生参考,未经作者允许不得用于商业用途,只能用于教学或个人学习。
程序只是整个系统中的一个模块,用于和各位程序爱好者交流之用。
使用方法:
(1)在oracle数据库中运行数据库脚本文件cnc.sql.
(2)用eclipse(或其它开发工具)直接导入工程.
(3)将spring配置文件applicationContext.xml中数据库连接地址改为您自已的地址。
(4)部署到tomcat服务器中即可运行(jdk1.5以上).
用户名和密码均为:admin-The system uses struts+ Spring+ Hibernate framework, focusing on the three combined application development, all have detailed source notes, for beginners to students without author permit shall not be used for commercial purposes, can only be used in teaching or individual learning. Procedures for the entire system is only one of the modules, and all procedures for lovers to exchange purposes. Usage: (1) in the oracle database to run the database script file cnc.sql. (2) to use eclipse (or other development tools) directly into the project. (3) spring configuration file applicationContext.xml in the database connection address changed your own address. (4) deployed to the tomcat s
- 2023-08-29 22:05:03下载
- 积分:1
-
银行系统的开发,包括用户查询,用户转帐,用户删除,公司用户管理...
银行系统的开发,包括用户查询,用户转帐,用户删除,公司用户管理-Banking system
- 2022-03-04 01:19:35下载
- 积分:1
-
Notepad realize phone features, with RMS system architecture to achieve is to le...
实现手机的记事本功能,用RMS系统结构实现
是学习RMS不错的代码-Notepad realize phone features, with RMS system architecture to achieve is to learn from good RMS code
- 2022-08-10 05:03:24下载
- 积分: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
-
基本设计思路:
协同编辑开始,客户端只能进行插入或者删除操作。服务器端接收三个客户端的编辑操作,经过集中处理,生成一个操作序列返回各客户端,客户端执行...
基本设计思路:
协同编辑开始,客户端只能进行插入或者删除操作。服务器端接收三个客户端的编辑操作,经过集中处理,生成一个操作序列返回各客户端,客户端执行该序列后将协同编辑结果显示出来。
使用说明:
在Jbuilder 9.0中新建工程“untitled2”;
将文件FrameTest_Client的IP地址改为本地地址;
运行FrameTest文件,启动服务器端;
运行FrameTest_Client文件,启动客户端(三个客户端);
分别点击三个客户端的菜单“文件”―>“连接服务端”;
点击服务器端的菜单“文件”―>“开始服务”;
用户可以开始在客户端协同编辑;
编辑结束,用户点击客户端的菜单“文件”―>“结束客户端”;
关闭服务器端需点击菜单“文件”―>“退出”;
协同编辑结束。
- 2022-01-26 17:18:46下载
- 积分:1
-
一个吃豆子的游戏
一个吃豆子的游戏-a game to eat beans
- 2022-03-25 10:09:05下载
- 积分:1
-
用eclipse实验计算器功能,是mvc结构,并且是observer的design pattern...
用eclipse实验计算器功能,是mvc结构,并且是observer的design pattern-Experiment with eclipse calculator functions, it is mvc structure, and is the observer of the design pattern
- 2022-08-25 19:08:01下载
- 积分:1