-
Java仿雷电及其源代码
Java仿雷电及其源代码
- 2022-08-08 08:46:39下载
- 积分:1
-
Game_True_Man_java
这是一款java版的小游戏,名字叫做TrueMan,很经典,对学习java的朋友会有帮助,希望对大家有用。
- 2022-02-06 16:15:15下载
- 积分: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
-
音乐播放器
一个存储音乐相关信息的程序,像apple ITunes,不需要真正播放音乐。
- 2022-04-18 16:57:03下载
- 积分:1
-
Apache Ant
Apache Ant is a Java library and command-line tool whose mission is to drive processes described in build files as targets and extension points dependent upon each other. The main known usage of Ant is the build of Java applications. Ant supplies a number of built-in tasks allowing to compile, assemble, test and run Java applications. Ant can also be used effectively to build non Java applications, for instance C or C++ applications. More generally, Ant can be used to pilot any type of process which can be described in terms of targets and tasks.
- 2023-07-28 21:15:04下载
- 积分:1
-
jSP ,MVC 增删改查
//DAO:Data Access Object,Design Pattern设计模式
package dao; //cn.edu.zzti.soft.dao
import java.sql.*;
import java.util.*;
import entity.*;
import util.*;
public class AddressDao{
public void add(Address address){
try{
Connection conn = JdbcUtil.getConnection();
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-07-23 04:53:22下载
- 积分:1
-
accessdata
package com.access.util;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.sql.Statement;
import java.util.Locale;
import java.util.ResourceBundle;
public class DataToolForAccess {
private static DataToolForAccess dto = null;
private static Connection con = null;
public Connection getOreca
- 2022-02-05 23:17:43下载
- 积分:1
-
学生操评管理系统
记录学生到课情况的好软件,非常适合在校老师使用,请大家来下载-students online attendance system jsp sourceJSPChinaSoftstudents - 学生网上考勤系统 jsp源码+mysql数据库 记录学生到课情况的好软件,非常适合在校老师使用.
- 2022-03-05 23:43:12下载
- 积分:1
-
实现LSB信息伪装及其评价的各种文件格式
隐写术是隐藏在信息资料的艺术正蓄势待发,因为它的分数比加密,使它嵌入秘密信息覆盖的图像。隐写技术提供数字图像处理更多的承诺。最低有效位嵌入技术表明,数据可以被隐藏在盖的图像和人眼的至少显著比将无法看到在盖文件中的隐藏图像。这种技术可以用于隐藏在24位,8位或灰度格式的图像。我们强烈强调图像隐写术提供了强大的专注于技术的LSB图像信息隐藏。本文介绍了LSB嵌入技术,并提出了评价结果的2,4,6最低显著位.png文件和.bmp文件。
- 2023-01-01 03:35:08下载
- 积分:1
-
image stegnography
数字隐写术[1]
- 2022-10-22 18:25:04下载
- 积分:1