Welcome![Sign In][Sign Up]
Location:
Search - Account.java

Search list

[Ftp ServerFTP Java代码

Description: 此程序是用JAVA写的FTP服务器端.在virtualroots设置FTP根目录,config设置FTP端口,users保存用户登陆帐号.-this program is written in Java FTP server. FTP virtualroots installed in the root directory, config set up FTP port, users keep users landing account.
Platform: | Size: 29487 | Author: 张峰 | Hits:

[GUI Developjava银行系统

Description: java银行系统,可以管理员身份登陆。可通过用户的任意一个有用信息如:姓名、身份证号、账号等查询每位用户的详细信息-java banking system, as administrators landing. Through an arbitrary user useful information such as : name, identity card, such as account inquiries each user detailed information
Platform: | Size: 2600 | Author: 郏雄 | Hits:

[JSP/Javaexercise6-2

Description: 用JAVA实现的银行账户系统 -Bank account system developed by JAVA
Platform: | Size: 6144 | Author: 林枫 | Hits:

[Finance-Stock software system银行卡管理系统

Description: 一个模拟银行的系统,有帐号登录,存款,取款,余额计算等功能,不错,初学者有用-a simulated bank system, login account, deposits, withdrawals, balance calculation functions, it is true that beginners useful
Platform: | Size: 1267712 | Author: john | Hits:

[Ftp ServerFTP Java代码

Description: 此程序是用JAVA写的FTP服务器端.在virtualroots设置FTP根目录,config设置FTP端口,users保存用户登陆帐号.-this program is written in Java FTP server. FTP virtualroots installed in the root directory, config set up FTP port, users keep users landing account.
Platform: | Size: 29696 | Author: 张峰 | Hits:

[Education soft systembanking

Description: 一个模拟银行间存款,取款,转帐,以及应客户需求可以打印帐单的简单银行帐号系统-a simulated inter-bank deposits, withdrawals, transfers, and customer needs can print a simple billing system Bank Account
Platform: | Size: 22528 | Author: yuch | Hits:

[GUI Developjava银行系统

Description: java银行系统,可以管理员身份登陆。可通过用户的任意一个有用信息如:姓名、身份证号、账号等查询每位用户的详细信息-java banking system, as administrators landing. Through an arbitrary user useful information such as : name, identity card, such as account inquiries each user detailed information
Platform: | Size: 2048 | Author: 郏雄 | Hits:

[OtherBankAccount

Description: 由JAVA写的一个银行账户系统,该系统可以记录账户的操作:存款,取款,以及累计余额等!-from Java to write a bank account system, which can be recorded accounts of the operation : deposits, withdrawals, and the cumulative balance so!
Platform: | Size: 1024 | Author: ruanxi | Hits:

[Finance-Stock software systemAccount

Description: 一个银行账户类,成员变量包括帐号,开户时间。身份证号码,存款余额等帐户信息。取款-A bank account class, member variables, including account number, account opening time. Identity card number, deposits and other account information. Teller
Platform: | Size: 1024 | Author: 王玉莎 | Hits:

[JSP/Javabank

Description: 这是一个银行帐户的存取钱线程Java程序,现献给需要的朋友-This is a bank account access to the money-threaded Java program, is dedicated to the needs of a friend
Platform: | Size: 4096 | Author: 曾小鑫 | Hits:

[JSP/JavaAtm

Description: Account.java 主要用于用户的增删改数据(用户名+帐户余额)存于E盘accountdata.txt文件中 Bank.java 主要用于用户的增删改数据(用户名+卡号+密码)存于E盘bankdata.txt文件中 AtmAccount.java 用户的界面设计 AtmBank.java 管理员的界面设计 AtmMain.java 程序运行的主类(画面加载后从这里运行) JWindowDemo.java 加载画面 atm.jpg 加在画面时用到的图片...自己可以改换
Platform: | Size: 116736 | Author: 吴建新 | Hits:

[JSP/JavaAccount.java

Description: Account.java,是java课程的试验3 设计银行账户类及存取款操作方法-Account.java, is a java program designed test 3 types of bank accounts and deposit method of operation
Platform: | Size: 2048 | Author: 叶毅 | Hits:

[JSPjava

Description: 我是个Java语言程序设计的入门者。这是我今天编写的一个很简单的Java源程序,模拟银行帐户系统,只包括存款和取款的简单操作。在此发表此Java源程序,真是怡笑大方了。恭候、期盼您的指正-I am a Java language program design beginners. This is me today, prepared a very simple Java source code to simulate the bank account system, including deposits and withdrawals only a simple operation. In this publication the Java source code, is a generous smile Yue. Waiting, looking forward to your correction
Platform: | Size: 4096 | Author: liuyang | Hits:

[DocumentsBFS

Description: java program Webmaster will activate your member account after checking your files. If you do not want to upload source code, you can join the [VIP member] to activate your account. -java program Webmaster will activate your member account after checking your files. If you do not want to upload source code, you can join the [VIP member] to activate your account.
Platform: | Size: 1024 | Author: bhushan | Hits:

[JSP/JavafileSync(java)

Description: 前几天在本站下了个同步源码,其功能是读取数据库文件信息,然后将相应的文件由client端传送到server端。本人略做改变,实现读取指定目录信息,然后传送到server端,并保持实时更新(就是说如果client端有新增文件产生,会立刻被同步到server端)。由于考虑到实现方法上的局限(采用线程递归轮循扫描的方式),我仅仅是实现了这个功能,其它细节都未处理,有兴趣的可以自己去改进。局限:对于上百、上千的文件同步速度可以接受,但是如果同步数量上十万、百万,问题就大了;另外,现在是实现的是重复同步。-A few days ago the site made a synchronous source, its function is to read the database file information, and then the appropriate file from the client side to send to the server side.I slightly altered, to achieve the designated directory information to read, and then sent to the server side, and maintain real-time updates (that is, if there are any new files created client-side will be immediately synchronized to the server side). Taking into account the limitations on the implementation method (using the thread-recursive round robin scanning mode), I just realized this function, other details are not addressed, there is interest in yourself to do better. Limitations: For hundreds, thousands of file synchronization speed is acceptable, but if the number on the synchronization of thousands or millions, the problem is big In addition, it is to achieve a repetition synchronization.
Platform: | Size: 86016 | Author: 吴和彪 | Hits:

[JSP/JavaBankAccount

Description: 一个关于银行账户系统的JAVA程序,包括储蓄卡、信用卡、贷款储蓄卡、贷款信用卡-System on the bank account of a JAVA program, including savings, credit cards, loans, savings cards, loans, credit cards
Platform: | Size: 5120 | Author: 秦海亮 | Hits:

[JSP/JavaBank

Description: 简易银行系统。能添加账户 能够模拟添加一笔存款,需要指定存款金额、存款日期和利率rate类型 能查询指定账户在指定日期能提取的总金额(定期未到期的直接按活期利率计算) 能够模拟取钱. 输入: 取钱日期, 取钱数额amount, 从哪一存款类型中去. 当取钱数额大于帐户的余额, 要提醒用户,并告知可以取的钱总额. 如果定期存额时间未到, 要取款,按活期计算. 如果某笔定期存款, 在取钱时, 时间已经超过定期时间, 多余的时间按活期计算利率.-Simple banking system. Can add accounts able to simulate adding a deposit, need to specify the deposit amount, deposit date and type of interest rate to check the designated account at a specified date to the total amount extracted (regular direct outstanding rates at current) able to simulate withdraw money. Input: withdrawals date, the amount of withdrawals amount, from which to deposit types. When the account balance is greater than the amount of withdrawals, to remind the user, and inform the amount of money can be taken. If the amount of time is not regularly kept that to withdraw, according to current calculations. If a document deposit in the withdrawals, the time has exceeded the periodic time, the extra time calculated at current rates.
Platform: | Size: 13312 | Author: xiaoqi | Hits:

[Applicationsaccount.java

Description: Account java Inquire, Withdraw, Deposit
Platform: | Size: 18432 | Author: vol | Hits:

[OtherInstagram-Java-master

Description: instagram master (You should upload 5 codes/documents files)(Pay online to activate your account)
Platform: | Size: 481280 | Author: taherian | Hits:

[JSP/JavaJava+MySQL教师科研管理系统源码

Description: 教师科研管理系统是把信息技术与科研项目、专利和专著结合在一起来实现对教师科研的信息化、网络化的管理模式。教师科研管理系统采用的是Java开发语言和MySQL数据库来实现的,以科研项目的申请和审核、专利和专著的登记和统计为业务需求出发来实现。教师科研管理系统主要分为了教师、管理员以及评审专家。教师包括的功能有教师注册、教师申请项目、教师对自己的专利和专著进行登记和管理。管理员包括的功能有用户帐号的管理、项目申请的管理以及对教师的专利和专著进行查询统计。评审专家包括的功能有对项目的申请进行审核。教师科研管理系统是在MyEclipse平台中完成项目的开发,运行是依附与服务器Tomcat来完成。系统中的三种用户都必须经过登录验证才能进入到各自的模块。(Teachers' scientific research management system combines information technology with scientific research projects, patents and monographs to realize the information and network management mode of teachers' scientific research. The teacher scientific research management system is implemented with java development language and MySQL database, which is based on the business requirements of application and audit of scientific research projects, registration and statistics of patents and monographs. Teacher research management system is mainly divided into teachers, administrators and evaluation experts. The functions of teachers include teacher registration, teacher application projects, registration and management of their own patents and monographs. The administrator includes the functions of user account management, project application management and query statistics of teachers' patents and monographs.)
Platform: | Size: 5217280 | Author: 哈哈哈!!!~ | Hits:
« 12 3 4 5 6 7 8 9 10 ... 18 »

CodeBus www.codebus.net