-
java-数据库-web面试大全
有关于java开发面试的一些问答,希望会有用(something questions&answers about java interview)
- 2019-05-08 21:44:29下载
- 积分:1
-
java串口发送短信
使用java串口发送指令控制短信猫发短信(Using java serial port to send instructions to control short message cat sending short message)
- 2019-06-29 11:48:08下载
- 积分:1
-
shanchuchuli
基于规则的网络故障管理系统,有jsp实现规则删除(Rule-based network fault management system, realize the rules have jsp delete)
- 2007-11-09 01:38:45下载
- 积分:1
-
android人脸检测
【实例简介】
- 2021-08-21 00:30:59下载
- 积分:1
-
个推推送代码
个推推送相关代码,下载后需要将个推相关的jar包下载放到工程中,该类实现个推向IOS和Android两种客户端的推送功能
- 2022-02-05 04:37:51下载
- 积分:1
-
StudentTableModel
学生和老师登录管理系统之一。实现学生登录功能,运用了AWT类。(Students and teachers access management systems. Achieving students log function, the use of the AWT classes.)
- 2010-10-14 15:58:31下载
- 积分:1
-
androidstudio测式-匯率變換
使用androidstudio写程式的测试
- 2015-05-22下载
- 积分:1
-
02
说明: 图书馆管理系统主要的目的是实现图书馆的信息化管理。图书馆的主要业务就是新书的借阅和归还,因此系统最核心的功能便是实现图书的借阅和归还。此外,还需要提供图书的信息查询、读者图书借阅情况的查询等功能。项目实施后,能够提高图书馆的图书借阅、归还流程,提高工作效率。整个项目需要在两个月的时间内交付用户使用。(The library management system of the main purpose is to realize the library information management. The main business is a new book borrowing and returned, so the core function of the system is the realization of the books borrowing and returned. In addition, also need to provide books information query, readers books borrowing in query etc. Function. After the implementation of the project, to improve the library s books lending, return the process, improve the work efficiency. The whole project needs to be in the two months of delivery time users.
)
- 2012-04-23 14:38:35下载
- 积分:1
-
j2me软件开发教学,sun studio环境
j2me软件开发教学,sun studio环境-J2ME development of teaching software, sun studio environment
- 2022-01-26 05:44:09下载
- 积分:1
-
学习配置mybatis第一节
学习mybatis框架(一)
学习要点:
MyBatis框架【SQL框架】
CRUD【Create,Read,Update,Delete】
入门使用:
1、下载开发包:
(1)MyBatis核心包mybatis-3.3.0.jar
(2)日志包slf4j-api-1.7.12.jar,slf4j-log4j12-1.7.12.jar,log4j-1.2.17.jar
(3)数据库连接包mysql-connector-java-5.0.8-bin.jar
(4)测试包junit-4.8.1.jar
2、在项目中创建lib目录并复制所有包且添加到classpath
3、在src目录下创建log4j.properties日志配置文件
4、启动数据库,创建数据库连接
5、编写并执行数据库脚本,在项目中创建db目录保存文件*.sql
6、根据数据表编写javabean
7、在src目录下编写mybatis的核心配置文件mybatis-config.xml
8、在src目录下编写db.properties并注册到mybatis-config.xml中
9、在任意目录下编写业务数据对象相应的sql配置文件,建议javabean_class_name.xml
10、开始测试
11、重复第9,10步
核心对象
Resources
SqlSessionFactoryBuilder
SqlSessionFactory
SqlSession
- 2022-04-30 11:06:16下载
- 积分:1