-
详细说明:J2MEJ2EE结合经典例程如何结合J2EE J2ME编程者使用…
J2MEJ2EE结合经典例程
讲述了如何结合J2EE使用J2ME编程,缩短了程序员开发手机程序的时间,非常经典!! -J2MEJ2EE combining classic routines on how to integrate the use of J2EE J2ME programming, shortening the phone programmers develop procedures for the time, very classic! !
- 2023-03-15 01:50:04下载
- 积分:1
-
一个midlet应用模型 非常经典的例子 大家可以看看 非常经典...
一个midlet应用模型 非常经典的例子 大家可以看看 非常经典-a midlet application model is the classic example we can see very classic
- 2022-08-22 13:09:55下载
- 积分:1
-
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
-
KXML a j2me on the xml parser based on the pull mechanism.
KXML一个基于j2me的xml解析器,基于pull机制。-KXML a j2me on the xml parser based on the pull mechanism.
- 2023-08-09 05:50:04下载
- 积分:1
-
Mobile-Agent-Sample
移动Agent实例:使用RMI实现移动Agent(This set of files illustrates the use of a transportable object
(a mobile agent) on one computer only.)
- 2012-04-09 13:15:02下载
- 积分:1
-
example for send messaging (j2me)
example for send messaging (j2me)
- 2023-08-10 09:35:03下载
- 积分:1
-
MMAPI操作摄像头演示,其功能是通过这个程序实现手机摄像头的一些基本设置。...
MMAPI操作摄像头演示,其功能是通过这个程序实现手机摄像头的一些基本设置。-MMAPI camera operation demonstration, and its function is to realize through this process cell phone cameras some of the basic settings.
- 2022-04-29 09:17:52下载
- 积分: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
-
基于J2EE和企业云建设标准的某大数据中心基础支撑平台详细设计.doc
基于J2EE和企业云建设标准的某大数据中心基础支撑平台详细设计
- 2021-05-06下载
- 积分:1
-
Password_Based_Encryption
Password Based
Encryption in J2ME
- 2011-10-03 03:43:46下载
- 积分:1