-
moonhotel
moonhotel 可为宾客预定房间,可动态的进行与房间信息相关的所有操作(moonhotel guests can book rooms, the room can be carried out dynamic information related to all operations)
- 2009-10-08 17:58:19下载
- 积分:1
-
SwingJDBC
Advanced JaVa Programming
- 2011-09-09 06:13:03下载
- 积分:1
-
swingx
use internal frame for modal dialog
- 2017-10-04 10:57:47下载
- 积分:1
-
MyPet1.0.06
实现了电子宠物系统,电子宠物日记,查询,登陆等一系列的功能(Electronic pet system, the electronic pet diaries, queries, landing a series of functions)
- 2012-06-09 23:14:19下载
- 积分: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
-
Transfer Money.seq.violet
说明: example seq diagram for java dev
- 2019-02-12 08:48:44下载
- 积分:1
-
loadimage
Java 加载网络图片的例子,也是比较简单的,但加入了线程池的东西,感兴趣可以看看(Java load the example of the network picture is relatively simple, but with the addition of the thread pool things interested can look at)
- 2012-05-21 12:39:11下载
- 积分:1
-
mysql-connector-java-3.2
qudong mysql-connector-java-3.2 the best the new (mysql-connector-java-3.2 the best the new )
- 2014-05-23 00:30:56下载
- 积分:1
-
sftp
JAVA实现的TFTP,类似与FTP的功能,有服务器、客户端,可以实现文件上传到服务器。(JAVA implementation of TFTP, and FTP similar functions, have the server, the client, you can achieve a file upload to the server.)
- 2020-07-03 06:00:01下载
- 积分:1
-
ATM
编写一个控制台程序,模拟在ATM机的存款和取款过程,当输入给定的卡号和密码(初始卡号和密码到数据文件里查看)时,系统能登录ATM系统,根据用户的身份不同显示不同的程序界面;取款
每次取款金额只能为100的倍数,总额不超过2000元,不允许透支。且取款之后,要记录取款的金额和时间。
存款
每次存款金额只能为100的倍数,总额不超过2000元。
修改密码
新密码长度不小于6位,不允许出现6位完全相同的情况,只有旧密码正确,新密码符合要求,且两次输入相同的情况下才可以成功修改密码。(Write a console program to simulate the ATM deposits and withdrawals process, when you enter a given number and password (the initial number and password to the data file view), the system can log in ATM systems, according to the user' s identity different display different The program interface withdrawal amount each withdrawal can only be a multiple of 100, the total does not exceed 2,000 yuan, does not allow overdrafts. And withdrawals after the withdrawal of the amount to be recorded and time. Deposit Amount per Deposit only a multiple of 100, totaling no more than 2,000 yuan. Change Password New Password length not less than six, allowed six identical situation, only the old password is correct, the new password meets the requirements, and enter the same case twice before they can successfully change the password.)
- 2013-10-14 22:50:17下载
- 积分:1