-
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
-
newReader
电子书阅读源码,这个安卓阅读器主要有以下功能:
1、文本阅读
2、分页显示
3、背景音乐播放
4、书签功能
亮点主要是分页显示是bitmap形式的页面,这个也是参考其他高人学习来的,在书签功能里面,把书签以文本的方式存在(E-book reader source, this Andrews reader has the following features: 1, text reading, paging 3, background music, bookmarks bright spot is the main page display is a bitmap form page, this is also a reference to other high- people learn, the bookmark function inside the bookmarks in the way of text)
- 2020-12-26 14:59:03下载
- 积分:1
-
AndroidPPgallery
Android++gallery实现屏幕选中放大的效果(Android++gallery Screen select zoom effect)
- 2012-09-06 14:09:05下载
- 积分:1
-
android将图片合成视频
将若干图片整合成为一个视频并保存到内存卡中,在不适用ffmpeg的情况下,把类似于动画形式的图片转化为连续的内存。
- 2022-12-05 04:00:07下载
- 积分:1
-
pork
在高斯白噪声信道下,采用qpsk调制的ofdm系统的源码,(In Gaussian white noise channel, the source code of ofdm system using qpsk modulation,)
- 2019-03-27 19:31:57下载
- 积分:1
-
图片相似度
基于java的图片相似度的计算。图像处理之相似图片识别(直方图应用篇)算法概述:首先对源图像与要筛选的图像进行直方图数据采集,对采集的各自图像直方图进行归一化再使用巴氏系数算法对直方图数据进行计算,最终得出图像相似度值,其值范围在[0, 1]之间0表示极其不同,1表示极其相似(相同)。
- 2022-03-17 21:21:03下载
- 积分:1
-
android Imageloader 显示网络图片 例子源码
android Imageloader 显示网络图片 例子源码
- 2015-05-29下载
- 积分:1
-
ssh2 bbs论文源码
ssh2 bbs论文源码 jsp技术 strut hibernate spring三大宽假
- 2022-08-21 19:20:07下载
- 积分:1
-
android EditText加减demo
android EditText加减demo
- 2015-05-13下载
- 积分:1
-
android 高仿网易新闻客户端主界面UI效果 示例源码(侧滑SlidingMenu+ViewPager+Fragment)
android 高仿网易新闻客户端主界面UI效果 示例源码(侧滑SlidingMenu+ViewPager+Fragment)
- 2013-10-23下载
- 积分:1