-
JAVA串口上位机源码
资源描述用swing实现的界面,通过Java外部comm.jar包实现的串口功能,运行流畅,代码耦合性小,上传上来希望和大家共同分享!
- 2023-04-30 19:15:03下载
- 积分:1
-
jms主题方式接收端代码
jms主题方式接收端代码-receiving end code
- 2022-05-23 06:41:55下载
- 积分: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
-
xiaoer
java程序员上班那点事儿自己看过还可以的书免费跟大家共享(java programmer at work that point Shier his book can also be seen free of charge with the share)
- 2010-01-01 15:10:03下载
- 积分:1
-
RE
说明: 作为RE正则表达式的一个最基本,又揽括了大部分知识点的例子程序。把程序运行一遍,然后再根据运行结果理解程序,将会迅速掌握re知识点。(As a basic regular expression RE, embrace include most of the knowledge of the example program. To run the program again, to understand the program and then run the results will quickly grasp the re knowledge.)
- 2012-04-13 10:55:02下载
- 积分:1
-
ddvip_com_0337499a9ecfc5
说明: 本系统采用struts+spring+hibernate架构,重在讲述三者结合在一起的应用开发,所有源程序都有详细的注释,供入门者学生参考,未经作者允许不得用于商业用途,只能用于教学或个人学习。
程序只是整个系统中的一个模块,用于和各位程序爱好者交流之用。
使用方法:
(1)在oracle数据库中运行数据库脚本文件cnc.sql.
(2)用eclipse(或其它开发工具)直接导入工程.
(3)将spring配置文件applicationContext.xml中数据库连接地址改为您自已的地址。
(4)部署到tomcat服务器中即可运行(jdk1.5以上).
用户名和密码均为:admin(The system uses struts+ Spring+ Hibernate framework, focusing on the three combined application development, all have detailed source notes, for beginners to students without author permit shall not be used for commercial purposes, can only be used in teaching or individual learning. Procedures for the entire system is only one of the modules, and all procedures for lovers to exchange purposes. Usage: (1) in the oracle database to run the database script file cnc.sql. (2) to use eclipse (or other development tools) directly into the project. (3) spring configuration file applicationContext.xml in the database connection address changed your own address. (4) deployed to the tomcat server to run (jdk1.5 and above). A user name and password are: admin)
- 2008-09-25 12:59:43下载
- 积分:1
-
tnstance_RadioButton
Java source code examples, RadioButton instance!
- 2017-05-01 12:20:42下载
- 积分:1
-
社团管理系统
java写的社团管理系统,希望能帮到一些人员
- 2022-04-28 06:59:54下载
- 积分:1
-
PersonalAsset_cjx
个人资产系统包括用户登录注册等,包括资产的更新,对数据库的基本操作(The personal asset system includes user login registration, etc., including asset updates, basic operations on the database.)
- 2019-05-10 11:07:40下载
- 积分:1
-
哦用java写的时间序列模型预测的算法程序,(基于季节波动的时间序列模型)...
哦用java写的时间序列模型预测的算法程序,(基于季节波动的时间序列模型)-used to write java time series model predictive algorithm procedures (based on the seasonal fluctuations of the time series model)
- 2023-04-13 14:20:03下载
- 积分:1