-
mysql
modul mysql, tutorial my sql. how to make connection with mysql.
- 2013-04-03 02:01:22下载
- 积分:1
-
TankGameprogram
某培训班传统坦克游戏实现的代码,平台:eclipse,语言:java(A training class to achieve the traditional tank game code)
- 2016-01-10 11:47:24下载
- 积分:1
-
JiSuanQi
java实现计算器,import java.awt.*
import java.awt.event.*
import javax.swing.*
public class JiSuanQi
{
Frame f
Label lab
Button[] bt=new Button[29]
JTextField t
StringBuffer str //显示屏所显示的字符串
double x,y //x和y都是运算数
int z //Z表示单击了那一个运算符.0表示"+",1表示"-",2表示"*",3表示"/"
static double m //记忆的数字
JiSuanQi()
{(java implementation calculator, import java.awt.* import java.awt.event.* import javax.swing.* public class JiSuanQi {Frame f Label lab Button [] bt = new Button [29] JTextField t StringBuffer str //display character string displayed double x, y //x and y are the operands int z //Z represents an operator clicks that 0 means " +" , 1 indicates " -" , 2 is " *" , 3 is " /" static double m //number in memory JiSuanQi () {)
- 2013-05-24 19:03:04下载
- 积分:1
-
NIOTest
Tests for some buffers from the java.nio package.
- 2014-02-21 15:54:12下载
- 积分:1
-
cms_v20_src
内容管理系统,可以管理栏目、内容,可管理权限(Content management system to manage the program, content, administrative rights can be)
- 2009-02-18 10:25:05下载
- 积分:1
-
a2
Java简单小程序,album管理系统,JDBC的应用(Simple Java applet, album management system, JDBC applications)
- 2013-08-04 18:33:48下载
- 积分:1
-
人力资源管理系统
com.ssh.action action
com.ssh.dao dao
com.ssh.domain 实体类
beans.xml 修改数据库和具体配置
struts.xml struts配置
http://127.0.0.1:8080/ssh-1/ 系统管理页面
http://127.0.0.1:8080/ssh-1/Clogin.jsp 签到请假页面
工资分析后才能够查询工资(Wage analysis before you can inquire about wages)
- 2020-06-16 08:00:02下载
- 积分:1
-
thumbnail
搭建springmvc项目基本框架,用到的Jar,以及文件配置(springmvc building and user Jar files and file configuration)
- 2020-06-20 18:00:01下载
- 积分:1
-
Employee
创建四个类,分别为Employee类、SalariedEmplyee类、HourlyEmployee类和CommissionEmployee类。其中Employee类是其他三个类的父类。Employee类包含姓名和身份证号。除此之外,SalariedEmployee类还应包含每月工资;HourlyEmployee类还应包含每小时工资数和工作时间数;CommissionEmployee还应包含提成比例和销售总额。每个类都应有合适的构造方法、数据成员的设置和读取方法。编写一个应用程序,创建这些类的对象,并输出与对象相关的信息。注意子类有时需调用父类的构造方法和被覆盖的方法,成员变量定义为private,对有些方法实现重载。
(Create four categories, namely the Employee class, SalariedEmplyee class, HourlyEmployee classes and CommissionEmployee classes. Employee class is the parent class where the other three classes. Employee class contains the name and ID number. In addition, SalariedEmployee class also includes a monthly salary HourlyEmployee class should also include the number of hourly wages and the number of working hours CommissionEmployee should also include the proportion and total sales commission. Each class should have the right to set and read the constructor method, data members. Write an application to create objects of these classes, and output information associated with the object. Sometimes need to call attention to a subclass of the parent class constructor and methods are covered, member variables defined as private, to achieve overloading of some methods.)
- 2013-11-27 11:43:06下载
- 积分:1
-
wuliu
基于j2ee的物流软件,数据库使用的是sqlserver 2000(J2ee-based logistics software, database using sqlserver 2000)
- 2009-03-28 00:23:11下载
- 积分:1