-
j2me mobile application for upload file to server.
j2me mobile application for upload file to server. -j2me mobile application for upload file to server.
- 2022-02-05 06:01:19下载
- 积分:1
-
一个类似射击游戏的源码
运行环境: jsdk 1.50 wtk 2.5(2.2以上)
开发环境: Eclipse3.1 + EclipseMe1.23...
一个类似射击游戏的源码
运行环境: jsdk 1.50 wtk 2.5(2.2以上)
开发环境: Eclipse3.1 + EclipseMe1.23 + WTK 2.5 + JDK 1.5
-A shooting game similar to the source operating environment: jsdk 1.50 wtk 2.5 (2.2 and above) development environment: Eclipse3.1+ EclipseMe1.23+ WTK 2.5+ JDK 1.5
- 2022-03-10 01:51:37下载
- 积分:1
-
Java手机程序开发
Java手机程序开发-DownloadMIDlet-Java developers phone-DownloadMIDlet
- 2022-05-21 12:17:26下载
- 积分: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
-
一个不错的动作类游戏,使用MIDP2.0提供的Game开发包开发。
一个不错的动作类游戏,使用MIDP2.0提供的Game开发包开发。-a good action game category, the use of the Game MIDP2.0 development kits development.
- 2022-07-08 01:54:38下载
- 积分:1
-
LG手机里面的一个名字叫哈利波特的游戏源代码。希望在指定的编译环境里进行调试。...
LG手机里面的一个名字叫哈利波特的游戏源代码。希望在指定的编译环境里进行调试。-LG mobile phone inside a game name is Harry Potter source. I hope to compile the specified debug environment.
- 2022-01-26 03:29:58下载
- 积分:1
-
J2ME ISOMetric under the engine. Implementation of the engine via cell phone or...
J2ME下的ISOMetric引擎。该引擎实现了通过手机或PDA等设备进行游戏编程开发的基本手段。-J2ME ISOMetric under the engine. Implementation of the engine via cell phone or PDA, and other equipment for the game"s basic programming tools.
- 2022-05-24 04:26:10下载
- 积分:1
-
JAVA驾照在线考试SSH实现(含mysql数据库脚本)
一、源码介绍 使用ssh,mysql实现,分为前台和后台。二、主要功能 前台功能:注册,登录,找回密码,在线模拟考试,历史记录。 后台功能:题目模块,添加试题,管理试题。用户模块,用户管理。三、注意事项 开发环境为eclipse,数据库为mysql
- 2019-08-12下载
- 积分: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
-
Joey is j2me client server application for for mobile platform. Build on top j2m...
Joey is j2me client server application for for mobile platform. Build on top j2mepolish
- 2023-02-03 11:40:04下载
- 积分:1