-
java web 人事管理系统
资源描述package com.sanqing;
import java.awt.Dimension;
import java.awt.Toolkit;
import javax.swing.SwingUtilities;
import javax.swing.UIManager;
import com.sanqing.frame.IndexFrame;
import com.sanqing.frame.LandFrame;
import com.sanqing.hibernate.Dao;
public class PersonnelManage {
boolean packFrame = false;
public PersonnelManage() {
SwingUtilities.invokeLater(new Runnable() {
public void run() {
try {
UIManager.setLookAndFeel(UIManager
.getSystemLookAndFeelClassName());
} catch (Exception exception) {
exception.printStackTrace();
}
land();
}
});
}
public void land() {
LandFrame frame = new LandFrame();
if (packFrame) {
frame.pack();
} else {
frame.validate();
- 2022-03-22 18:14:53下载
- 积分:1
-
SQL 服务器 JAVA 到 SQL
G6_1.rar - 一个实现超市pos机器管理系统,包换前台和后台管理。欢迎大家下载、试用。谢谢大家的支持!
- 2022-02-06 22:46:32下载
- 积分:1
-
java html5开发
资源描述源生html5开发的页面源生html5开发的页面源生html5开发的页面源生html5开发的页面源生html5开发的页面源生html5开发的页面源生html5开发的页面源生html5开发的页面源生html5开发的页面源生html5开发的页面源生html5开发的页面源生html5开发的页面源生html5开发的页面源生html5开发的页面源生html5开发的页面源生html5开发的页面源生html5开发的页面源生html5开发的页面源生html5开发的页面源生html5开发的页面源生html5开发的页面源生html5开发的页面源生html5开发的页面
- 2022-01-25 22:39:25下载
- 积分:1
-
与 java 编程计算器
用 java 源代码上传一个计算器我用基本代码像乘法和除法易于理解,人们可以使用此作为参考他们的项目
- 2022-01-21 05:49:15下载
- 积分:1
-
用java+access实现的学生信息管理系统
该代码同过java和access实现学生信息管理系统,体现了数据的增删改写的功能。序通过这个小程能实现基本的学生信息管理,它能帮助我们初学者学习。
- 2022-04-14 12:58:47下载
- 积分:1
-
小游戏五子棋大战
class LNode{
private int row;
private int col;
private Color chessColor;
private LNode next;
public LNode(int row,int col,Color chessColor){
this.row=row;
this.col=col;
this.chessColor=chessColor;
}
public LNode(){
this.next=null;
}
public void setRow(int row){
this.row=row;
}
public int getRow(){
return this.row;
}
public void setCol(int col){
this.col=col;
}
public int getCol(){
return this.col;
}
public void setChessColor(Color chessColor){
this.chessColor=chessColor;
}
public Color getChessColor(){
return this.chessColor;
}
public void setNext(LNode next){
this.next=next;
}
public LNode getNext(){
return this.next;
}
}
class NullAndCount{
private int nullCount=0;
private int chessCount=0;
public void setNullCount(int nullCount){
this.nullCount=nullCount;
}
public int getNullCount(){
return this.nullCount;
}
public void setChessCoun
- 2022-05-08 02:47:07下载
- 积分:1
-
推箱子的游戏
< 跨度 style="font-size:11.0pt;line-height:115%;font-family:""> 我测试的推箱子游戏项目的所有代码。未创建 specialUnit 和集成测试,因为白框和黑框也 incorporatewith 单元和集成。游戏工作正常且没有任何错误。它不是容易创建游戏,但我成功地建立了这场比赛的艰苦研究。这款游戏有很多有趣的阶段
- 2022-08-21 01:28:53下载
- 积分:1
-
pca主成分分析java代码
应用背景主成分分析的基本代码,利用java实现的,附带一个矩阵的小示例关键技术java 数据分析 主成分分析的源代码
- 2022-03-19 21:07:31下载
- 积分:1
-
App开发完整过程(代码+视频)
应用背景手机APP开发:在这个信息飞速发展的现在社会,手机APP开发与应用已经势不可挡,因此要掌握手机APP开发应用的技术不可少,所以本人总结了一套详细教程+视频,欢迎下载。关键技术我主要运用了一下的关键技术:
1、jsp+hibernate+Struts2+spring+ajax+jQuery
2、用到了Java面向对象的特征
3、用到了API接口,实现了支付功能;
4、使用的MySQL
5、还有详细的视频讲解+文档
- 2022-02-26 21:20:33下载
- 积分:1
-
rational rose 2007 key
rational rose 2007 key 很强大 本人亲自验证过的 保证可以用 rational rose是一个强大的工具 用于uml建模和序列图 让我们开发的流程
更加明白易懂
- 2022-11-21 05:35:03下载
- 积分:1