-
此代码为java入门程序,及其简单的含义 入门者极易看懂
此代码为java入门程序,及其简单的含义 入门者极易看懂-This code for java entry procedures, and its simple beginners can easily understand the meaning of
- 2022-02-14 07:46:26下载
- 积分:1
-
etc
说明: 问道etc,可用于更改替换,解压后用WinSCP打开并替换etc,之后重启生效(Ask etc, which can be used to change substitution, open and replace etc with WinSCP after decompression, and then restart to take effect)
- 2020-06-23 15:20:02下载
- 积分:1
-
EasyDBUtils
应用背景1.减少了配置文件的数量,使用一个easyDBUtils.properties的配置文件替代了easyDBUtilsService.properties和easyDBUtilsDao.properties
2.将EasyDataSource也写到了easyDBUtils.properties中,key固定为:EasyDataSource,value是实现类的具体路径
**更新后准备工作跟以前不一样了**
需要:
1.在src的根目录下创建配置文件easyDBUtils.properties
2.实现EasyDataSource接口,并在easyDBUtils.properties完成配置
3.业务层和持久层的配置全部写在easyDBUtils.properties文件中关键技术EasyDBUtils是对DBUtils的功能封装
主要功能有:
简化了事务管理————只需要在业务层接口中需要管理事务的方法上进行@StartTransaction的注解声明,EasyDBUtils就会自动的帮你管理事务
简化了持久层的代码————以后在写持久层代码的时候不用在持久层里面传入DataSource或者是Connection了,也都是EasyDBUtils帮你完成。
以后在你写的代码中再也不会出现Connection和DataSource了!!!
使用方法:
====准备工作和配置====
1.实现EasyDataSource接口,完成与数据库连接池的对接,主要是为了给EasyDBUtils自动获取到DataSource和Connection提供帮助
2.在src的根目录下创建两个配置文件 easyDBUtilsDao.properties 以及 easyDBUtilsService.properties
easyDBUtilsService.properties 中的key是业务层的接口名称,value是业务层的实现类的具体路径
easyDBUtilsDao.properties 中的key是持久层的接口名称,value是持久层的实现类的具体路径
====如何使用=====
- 2022-02-20 11:41:55下载
- 积分:1
-
GoodInfoManage
JavaBean+Servlet+Jsp超市管理系统(JavaBean+ Servlet+ Jsp supermarket management system)
- 2011-08-01 11:32:54下载
- 积分:1
-
src
Java提供的API类BigDecimal,用来对超过16位有效位的数进行精确的运算。双精度浮点型变量double可以处理16位有效数。在实际应用中,需要对更大或者更小的数进行运算和处理。(BigDecimal Java API classes provided for more than 16 significant bits of the number of precise calculations. Double-precision floating-point variables can handle double the number of 16-bit effective. In practice, the need for a larger or smaller number of computing and processing.)
- 2016-07-12 10:24:52下载
- 积分:1
-
zz
说明: java 棋类小游戏24点 , 可实现联机通信 , 供初学者学习(java study)
- 2014-12-29 12:28:40下载
- 积分:1
-
希爾伯特黃轉換簡介(Hilbert Huang Transform)
Hilbert-Huang (HHT) 轉換方法是黃鍔根據近代知名數學家 Hilbert 的數學理論設計,做爲分析非穩定或非線性的訊號The Hilbert–Huang transform (HHT) is a way to decompose a signal into so-called intrinsic mode functions (IMF) along with a trend, and obtain instantaneous frequency data. It is designed to work well for data that is nonstationary and nonlinear. In contrast to other common transforms like the Fourier transform, the HHT is more like an algorithm (an empirical approach) that can be applied to a data set, rather than a theoretical tool.
- 2022-01-30 13:20:09下载
- 积分:1
-
图书管理系统
很漂亮的ASpnet图书管理系统源码界面很漂亮用了大量的js 实现所需要的功能!数据库是SQL2000的下载程序附加数据库运行就可以了用了很多的HTML 和框架结构希望通过这个程序能提高您的水平在做Oa 系统的时候很有用很有帮助的一个程序。所有的功能没有做上但是很不错
- 2022-06-15 07:52:11下载
- 积分:1
-
java
从指定网址下载文件,保存到本地磁盘,并且进行更新。(download document from certain websites)
- 2012-07-17 11:05:54下载
- 积分:1
-
AhHuiUniversity
随着经济与科技的快速发展,智能手机一步步进入普通人得生活,它将成为人们获取信息的主要设备,因此基于Android手机的手机地图服务需求越开越迫切,为外出旅游的人们提供了极大地便利。Android是Google开发的基于Linux平台的开源手机操作系统。它包括操作系统、中间件、用户界面和应用程序,是为移动终端打造的真正开放和完整的移动软件。本文对目前应用的Symbian、WindowsMoblie、Mac OS X和Android平台的现状进行了分析与比较,主要阐述以面向对象程序开发语言JAVA,以eclipse为开发工具,基于智能手机Android之上设计一个导览系统。本文主要介绍安徽大学,界面友好 、操作便捷,具有良好的可扩展性和可维护性,系统经过测试,可以稳定运行,能够满足手机用户基本的地图服务需求。(With the rapid development of economy and technology,Smartphone enters into the lives of ordinary people step by step,it will become the main device to obtain information,Therefore,based on the Android mobile phone mobile map service needs become more and more urgent for people who travel offers great convenience.Android is the Google development opens the source handset operating system based on Linux platform. It includes the operating system,the Middleware,he user interface and the application procedure. It is for the mobile terminal to create a truly open and complete mobile software. In this thesis,there is a analysis and comparion about the status of the current applide platforms like Symbiam ,WindowsMoblie,Mac OS X and Android ,this thesis Mainly expounds the development of object-oriented programming language java, eclipse as a
development tool, to design a navigation system-based smartphone on Android. This paper mainly introduces the anhui university,user-friendly,easy to)
- 2013-10-30 13:56:55下载
- 积分:1