-
奇网校微信吸粉系统
功能介绍:通过成绩,信息,资讯,题目与答案等信息查询来为公众号吸粉丝,所有的信息需要关注公众号才能查看。从需使每一个需要查看信息的人都需要扫码关注微信公众号。 安装说明:下载完成后进去backend/web进行安装 奇网校微信扫码系统系统主要功能为微信公众号吸粉,学员成绩的录入与查询,资讯类文章的查看与发布。在管理后台添加文章之后学员查看文章时需要扫描并且关注设置好的二维码,增加用户粘性,同时为微信公众号增加粉丝量。路径:奇网校微信吸粉系统后台管理 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-04-29 09:09: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
-
MATLAB简单的MySQL数据库链接,Linux和Windows上运行。
simple MySQL database link for MATLAB, running on both Linux and Windows.
- 2023-08-13 17:55:03下载
- 积分:1
-
OurPHP傲派企业电商建站系统
OurPHP傲派企业电商建站系统基于PHP+MYSQL完美开发,企业+电商+微信+手机+APP一个平台搞定,支持N国语言建站,外贸网站首选。
OurPHP 1.6.0 更新日志:2016-02-15
修复:
修复评论一处注入BUG
修复购物车一处IN函数过滤BUG
修复会员中心mobile标签出错
- 2022-01-26 04:09:13下载
- 积分:1
-
MySQL事务部分回滚-回滚到指定保存点
mysql数据回滚,回滚数据到指定保存点。用于线上恢复问题(MySQL data rollback)
- 2020-06-15 22:45:01下载
- 积分:1
-
通过Main函数可以查看并解析https网站的安全证书信息,并与DBConn一道将您所感兴趣的证书存入到MySQL数据库当中...
通过Main函数可以查看并解析https网站的安全证书信息,并与DBConn一道将您所感兴趣的证书存入到MySQL数据库当中-Through the Main function can view and analysis of the safety certificate https web information, dbconn, together with your certificate of deposit interest to the MySQL database
- 2022-12-02 12:40:03下载
- 积分:1
-
DBTool is a choice to access databases from MATLAB.
DBTool is a choice to access databases from MATLAB.
- 2022-03-24 12:16:39下载
- 积分:1
-
博客托管商
BLOG HOSTER---PHP & MYSQL
Create Blogs in seconds
Installation of your
BlogHoster system is easy. Your server must meet these requirements:
- PHP version 4.2.0 or higher must be installed.
- You must have access to an available MySQL database.
- 2022-02-06 10:32:58下载
- 积分:1
-
全彩种彩票网站源码 v2.0
全彩种彩票网站源码是java语言开发,spring mvc架构oracle数据库,页面程序分离多重审核机制,后台逻辑server接口可快捷接入app、webapp等其他应用。附有程序安装说明、前端demo账户和后台路径、管理账户和密码。
截图:
- 2022-06-03 12:16:38下载
- 积分:1
-
BASE-SIS-VEN-JAVA
Es un sistema de venta hecho en java y con mysql que se puede registrar productos borrar producto dar de alta empleados, y hace un regsitro en la base de datos en la cual puede almacenar la informacion de la tienda.
- 2014-04-02 02:29:48下载
- 积分:1