-
Java-jietu-sorce
一个Java截图工具的源码,熟悉截图的处理过程(a project tell us how to deal with snapshot)
- 2012-03-22 17:37:16下载
- 积分:1
-
剑指 Offer 题解
说明: Sword refers to the Java implementation, a total of 65 to the topic, you can view the topic in the cattle network
- 2019-04-26 14:20:34下载
- 积分: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
-
regress-137
base is now HeapNumber with valid Smi value.
- 2014-02-09 12:23:46下载
- 积分:1
-
example
Java大学实用教程(第2版)书中例子的程序源代码(Java University Practical Course (2nd edition) book example source code)
- 2013-03-07 13:21:33下载
- 积分:1
-
BBSCS_6_0
SSH架构的bbs系统,支持sql server ,mysql,和oracle,含sql文件(BBS based on SSH,supports sql server ,mysql,and oracle,includes sql file)
- 2009-05-07 22:48:23下载
- 积分:1
-
esmd4j-1.0-free (2)
用于极点对称模态分解求解,对输入信号进行模态分解并求出相应图形和数据(Used for pole-symmetric modal decomposition solution, modal decomposition of input signals and determination of corresponding graphics and data)
- 2019-02-28 21:23:39下载
- 积分:1
-
FCK
FCKEditor 编程Java环境下的应用 案例分析(FCKEditor Application Programming Java environment case studies)
- 2013-05-28 11:21:55下载
- 积分:1
-
ch03
非常好的JAVA学习资料,免费提供给大家03.RAR(JAVA very good learning materials, free of charge to everyone 03.RAR)
- 2008-04-10 16:24:12下载
- 积分:1
-
multiThread_Runnable
一个非常简单的多线程程序:三个线程随机产生26个英文字母,可以随时暂停线程并继续。用Java的implements Runnable()实现的多线程,当然您也可以用extends Thread class去实现多线程!代码的每一步都有详细的注释便于大家进一步了解多线程功能!(A simple multiple Thread program which based on implementing Runnable interface, you can use extends Thread class as well.)
- 2012-11-13 12:08:30下载
- 积分:1