-
python学生管理系统-mysql
说明: Simple student information management system based on MySQL, including simple access control, batch operation, import and export and statistical analysis, using Tkinter for graphical
- 2020-07-15 15:10:42下载
- 积分:1
-
账号密码登录窗体
package com.wxt;
import java.awt.Dimension;
import java.awt.HeadlessException;
import java.awt.Toolkit;
import javax.swing.JFrame;
import javax.swing.JLabel;
import java.awt.Font;
public class SuccessFrame extends JFrame {
public void init( ){
setSize(500,500);
setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
Toolkit tk=getToolkit();
Dimension dim=tk.getScreenSize();
int x,y;
x=((int)dim.getWidth()-500)/2;
y=((int)dim.getHeight()-500)/2;
setLocation(x,y);
}
public SuccessFrame() throws HeadlessException {
super();
getContentPane().setLayout(null);
JLabel lblNewLabel = new JLabel("u6B22u8FCEu5149u4E34u5B66u7C4Du7BA1u7406u7CFBu7EDF2.01u7248u672C");
lblNewLabel.setFo
- 2022-08-14 10:24:00下载
- 积分:1
-
英语学习助手
英语学习助手-English learning assistants uuuuuuuuuuuuuuuuuuuuuuuuuuuuuu
- 2022-09-09 19:25:02下载
- 积分:1
-
The use of PHP and MySql to complete a simple library information management sys...
使用PHP和MySql完成的简单图书馆信息管理系统,具有一定的实用性。采用MVC结构,由于模型和视图的结构较简单,所以放在同一文件中,但是文件内有清晰的分割。密码采用MD5加密,初次使用可自行更改。-The use of PHP and MySql to complete a simple library information management system, has a certain practicality. The use of MVC structure, as a result of model and view the structure of relatively simple, so on the same document, but document a clear partition. Password using MD5 encryption, can make changes to the initial use.
- 2022-01-25 19:37:28下载
- 积分:1
-
Task Assigning and managing system
在线任务管理系统采用PHP作为前端,MySQL作为后端数据库。本计画的主要目的是以程序的方式管理学生与教师之间的不同申请作业。分配给团队成员的任务将更新为软件,其中特定的项目成员将在单个组下。学生可以发送邮件,在小组内进行讨论,完成工作而不需要任何人工干预。
- 2022-07-08 08:30:02下载
- 积分:1
-
转载的 是PB做的自定义报表 刚加入不知传什么为好 敬请原谅
转载的 是PB做的自定义报表 刚加入不知传什么为好 敬请原谅-reproduced in the PB is done since he joined the definition statements do not know what good Chuan apologizes
- 2022-02-03 18:21:11下载
- 积分:1
-
功能设计及说明
设计软件:windows XP+Eclipse 3.3+tomcat 6.0+lomboz3.3+mysql5.0
功能介绍:酒店管理系...
功能设计及说明
设计软件:windows XP+Eclipse 3.3+tomcat 6.0+lomboz3.3+mysql5.0
功能介绍:酒店管理系统能实现酒店介绍,客人入住登记,房间类型以及状态的查询,还有客人、房间的查询等功能。
使用说明:本实验使用Eclipse编写,所以要在IE中运行。
(数据库入门级比较好的学习程序)-Functional design and design software Note: windows XP+ Eclipse 3.3+ tomcat 6.0+ lomboz3.3+ mysql5.0 Features: hotel management system to achieve the hotel, the guest check, room type and status inquiries, as well as guest rooms, such as query function. Usage: This study was prepared by the use of Eclipse, so to run IE. (Relatively good entry-level database of the learning process)
- 2022-03-19 11:53:22下载
- 积分:1
-
mysql数据库连接池的使用
主要是通过配置db.properties文件来配置mysql连接池,实现基本的增删该查
- 2022-02-27 04:17:12下载
- 积分:1
-
thinkphp3.23+B-jui1.2开发的美容院SPA会员管理系统
基于thinkphp3.23+B-JUI1.2开发,权限运用了Auth类认证,权限可以细分到每个功能,增删改查功能一应俱全,整合了PHPExcel导出功能,数据分析图形使用了Jpgraph图表
- 2023-02-07 03:15:08下载
- 积分:1
-
一个改个的mysql类.以前网上提供的一些都是针对旧版的mysql,现在mysql 4.0,5.0以上的,部分接口已经不能用了.修改了部分接口...
一个改个的mysql类.以前网上提供的一些都是针对旧版的mysql,现在mysql 4.0,5.0以上的,部分接口已经不能用了.修改了部分接口-A change of the mysql category. Previously available online some are directed at an older version of mysql, now more than mysql 4.0,5.0, some interfaces can not be used. Modify some interface
- 2023-07-19 11:35:02下载
- 积分:1