-
offline implementation of banking operations (offline banking) Java version of I...
脱机执行银行业务操作(offline banking)
Java版
由于互联网的不安全性,为了防止在线电子转账时可能发生的电子偷窃行为,本题需要建立一个脱机的银行业务操作程序。
题目要求:
-本题要求在计算机上模拟一些基本的银行业务,界面要显示以下功能:
建立一个新的账户(包括两种:转帐帐户和存款账户,转帐帐户可以负债,存款帐户不能负债,但是具有相对较高的利息)。所以客户在建立一个新帐户时,需要进行选择。
向其他户头转账
存取现金
察看账户现金状况
-每个用户资料包括姓名,密码,账号,要存储在每个客户自己得数据库中,并且以后也将从这个数据库中调出。
-当用户在程序中给出不同的指令时,计算机要执行相应的操作,比如:扣除每月的房租,每年的利息,工资进帐等等。
-每个客户的每次交易(包括存,取,转账)都要存储下来,以便客户查询资金状况。
-在每次转账和提取现金的时候都要有密码询问,并且输入密码。当进行转账操作的时候,要输入相应的资料,比如:姓名,转账目的,金额,汇款人,接受人。-offline implementation of banking operations (offline banking) Java version of Internet insecurity, in order to prevent online electronic transfers may occur when the electronic theft, and that the need to establish an off-line banking procedures. Topics requirements :- that the requirements on the computer simulation of some basic banking services, interface to show that the following functions : create a new account (including two categories : the transfer of accounts and deposit accounts, transfer accoun
- 2022-03-06 20:56:28下载
- 积分:1
-
inclined 45 degrees J2ME game engine, a total of two documents, this is the firs...
J2ME斜45度游戏引擎,一共两个文件,这是第一个。-inclined 45 degrees J2ME game engine, a total of two documents, this is the first one.
- 2022-03-13 10:40:21下载
- 积分:1
-
java 为图片添加水印 示例
为图片添加水印 【核心代码】 /*** 添加水印* @param imagePath 图片绝对路径* @param watermarkPath 水印图片绝对路径* @param position 水印图片位置* @return 生成水印图片的绝对路径*/public static String addWatermark(String imagePath, String watermarkPath, String position) {logger.info("为图片({})在位置{}添加水印({})", imagePath, position, watermarkPath);if (StringUtils.isNotBlank(imagePath) && StringUtils.isNotBlank(watermarkPath)) {File image = new File(imagePath);File watermark = new File(watermarkPath);Position pos = getPostion(position);if (image.isFile() && image.exists() && watermark.isFile()) {try {BufferedImage bi = ImageIO.read(image);Builder builder = Thumbnails.of(imagePath);BufferedImage watermarkImg = ImageIO.read(watermark);File newWatermark = null;// 原图的宽或高是水印图片宽或高的2倍及以上,则直接打上水印原图;否则缩略水印图片,以原图宽或高的二分之一if (bi.getWidth() / watermarkImg.getWidth()
- 2017-10-13下载
- 积分:1
-
大富翁手机游戏的源代码。J2me平台运行。eclipse编写,MIDP2.0
大富翁手机游戏的源代码。J2me平台运行。eclipse编写,MIDP2.0-Monopoly mobile game source code. Run J2me platform. eclipse prepared, MIDP2.0
- 2022-05-19 02:46:49下载
- 积分:1
-
game Scroll realized, and the captions on television rolling effect is the same
游戏的滚屏实现,和电视上的字幕滚动效果是一样的-game Scroll realized, and the captions on television rolling effect is the same
- 2022-06-02 14:43:18下载
- 积分:1
-
J2MEtu
J2ME九宫图(lcdui实现),非常适合做软件的菜单界面,代码简单易懂。(J2ME JiuGongTu (lcdui implementation), very suitable for the software menu interface, the code is easy to understand.)
- 2013-09-07 22:27:03下载
- 积分:1
-
黄金矿工的游戏,玩家控制矿工用钩子抓取金块得分。
黄金矿工的游戏,玩家控制矿工用钩子抓取金块得分。-Gold miner game, players control the gold miners crawling with hook points.
- 2022-01-23 10:11:08下载
- 积分:1
-
src
j2me实现服务器和客户端一对一的通信(服务器和客户端不在同一台电脑上,输入服务器的IP地址连接)(j2me server and client to achieve one to one communication (server and client are not the same computer, enter the IP address of the server connection))
- 2011-06-08 07:45:51下载
- 积分:1
-
J2ME的星座程序,包含文档
J2ME的星座程序,包含文档-it can look up constellations, dan it contain documents.
- 2022-04-24 19:34:16下载
- 积分:1
-
一个基于j2me的手机游戏(反编译就可得到源码),非常好玩,可直接下载到手机模拟器上运行,没有密码。
一个基于j2me的手机游戏(反编译就可得到源码),非常好玩,可直接下载到手机模拟器上运行,没有密码。-a J2ME-based mobile phone games (Anti-source compiler may be), very fun, can be directly downloaded to the phone simulator run, no password.
- 2022-02-07 13:22:08下载
- 积分:1