-
模拟的设备管理系统
设备维修管理系统,暑期实习做的一个小项目。struts2+hibernate4+spring4+windows+mysql+tomcat+eclipse+easyUI。这是第一个版本,可能不稳定,请见谅!
- 2022-06-02 22:17:58下载
- 积分:1
-
mysql教程PPT
说明: 主要介绍了数据库的相关使用介绍,非常实用。(This paper mainly introduces the related usage of database, which is very practical.)
- 2020-06-22 09:00:01下载
- 积分:1
-
jsp1访客管理系统
开发技术
开发语言 Jsp/java
数据库 mysql
sqlserver 均可
S2SH框架
开发工具 myeclipse
eclipse
- 2022-09-17 00:10:06下载
- 积分:1
-
二手交易平台
开发的一个二手交易平台,采用myeclipse10 mysql开发
- 2023-02-11 21:35:07下载
- 积分:1
-
VB使用ADO控件实现对MySQL数据库的访问的源码
我就是根据那个实现对数据库的访问的,很好用的,有问题可以E...
VB使用ADO控件实现对MySQL数据库的访问的源码
我就是根据那个实现对数据库的访问的,很好用的,有问题可以E-mail给我,我会尽力帮忙的
(sbtdkj1017@tom.com)-VB use ADO realization of the right to visit the MySQL database source code under which I realize is right the database"s visit, the good use, a problem can E-mail to me, I will do my best to help (sbtdkj1017@tom.com)
- 2023-09-10 01:35:03下载
- 积分:1
-
linux下的聊天室
Linux下的gtk编写的聊天室,能实现私聊,群聊,以及广播,该程序需要依托mysql才能实现,可实现一人或多人聊天,文件传输,修改个人信息、登录密码等功能.代码包括gtk界面,socket服务器,mysql数据库三个部分。
- 2022-11-23 22:30:20下载
- 积分:1
-
在线商品销售
public class DBConnection {
private Connection connection;
private String db_Name = "qian";
private String db_User = "root";
private String db_Password = "lubing";
public DBConnection(){
this.getConection();
}
/*
* 得到Connection对象。
*/
public Connection getConection(){
try {
// 加载数据库驱动
Class.forName("com.mysql.jdbc.Driver");
// 指定连接数据库的URL
String url = "jdbc:mysql://localhost:3306/" + db_Name;
// 通过DriverManager的getConnection()建立连接
connection = DriverManager.getConnection(url, db_User, db_Password);
if (connection == null) {
System.out.println("数据连接出错了!");
}
} catch (Exception e) {
e.printStackTrace();
}
return connection ;
}
/*
* 关闭数据集/语句/连接对象
*/
public void close(Resul
- 2022-01-26 04:27:59下载
- 积分:1
-
如何介绍LabVIEW的MySQL数据库调用LabSQL访问,是一个问题。
介绍了LABVIEW中如何通过调用labsql来访问mysql数据库,是个实用教程。labSQL和MYSQL都是免费软件,推荐使用-How to introduce a LABVIEW LabSQL to visit by calling the mysql database, is a practical tutorial. LabSQL and MYSQL software are free to recommend the use of
- 2022-10-18 18:00:03下载
- 积分:1
-
we can also look at the good management system, it is of graduate design
大家可以看看还不错的管理系统,是别人 的毕业设计
-we can also look at the good management system, it is of graduate design
- 2022-04-16 23:36:56下载
- 积分:1
-
图书管理系统
图书管理系统,可添加图书,删除,查询等多种功能,也可自行改动数据库和界面,实现多种管理系统,可复用
- 2022-05-07 16:01:14下载
- 积分:1