-
share
说明: 自定义弹簧分享菜单布局,结合rebound动画实现,仿微博分享动画弹框效果。(Customize the spring sharing menu layout, combined with bounding animation, and share the animation pop-up effect on Weibo.)
- 2020-03-17 17:17:09下载
- 积分:1
-
good jbuilder100 cases in the source code
很好得jbuilder100例源代码-good jbuilder100 cases in the source code
- 2022-02-15 19:49:46下载
- 积分:1
-
Simple automato in Java, for real numbers.
Simple automato in Java, for real numbers.
- 2022-07-17 20:04:11下载
- 积分:1
-
Shrek
从“怪物史莱克”中显示开场歌曲的基本JavaFX程序(Basic JavaFX program that displays the opening song from "Shrek")
- 2019-04-20 13:26:27下载
- 积分:1
-
都市供求信息网
都市供求信息网分为前后台的设计,前台主要实现信息的显示、搜索与发布功能。其中信息的显示包括列表显示与详细内容显示,而列表显示,又分为首页面的信息列表显示、查看某类别下所有信息的列表显示和搜索结果列表显示;搜索功能主要包括定位搜索和模糊搜索;后台主要实现的功能为信息显示、信息审核、信息删除、付费设置与退出登录,其中的信息显示功能也分为列表显示与详细内容显示。系统管理员用户名为:admin,答案为:222。
- 2022-06-15 10:42:54下载
- 积分:1
-
OReilly-Enterprise-JavaBeans-3rd
OReilly Enterprise JavaBeans 3rd.pdf
- 2011-05-12 21:17:25下载
- 积分:1
-
222-phase1
simple database system
- 2010-04-20 07:53:26下载
- 积分:1
-
rapidminer源代码
资源描述rapidminer源代码,java语言编写,代码完整,rapidminer作为数据挖掘软件,对学习数据挖掘具有很大帮助。
- 2022-02-01 14:49:06下载
- 积分:1
-
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
-
火车票订票系统
火车票订票系统1、有完整的代码2. 有说明书及原理解释3. 有数据库
- 2023-04-22 07:00:06下载
- 积分:1