-
J2ME编写游戏精灵,英语版.Work with sprites in J2ME
J2ME编写游戏精灵,英语版.Work with sprites in J2ME-J2ME game preparation wizard, English Version. Work with sprites in J2ME
- 2023-08-31 08:45:03下载
- 积分:1
-
moto手机测试源码
moto手机测试源码-moto handset test source code
- 2022-01-25 17:55:13下载
- 积分:1
-
J2ME开发大全一书的全部源代码
J2ME开发大全一书的全部源代码-all code of j2me: the complete reference
- 2022-07-12 16:36:04下载
- 积分: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
-
JAVA驾照在线考试SSH实现(含mysql数据库脚本)
一、源码介绍 使用ssh,mysql实现,分为前台和后台。二、主要功能 前台功能:注册,登录,找回密码,在线模拟考试,历史记录。 后台功能:题目模块,添加试题,管理试题。用户模块,用户管理。三、注意事项 开发环境为eclipse,数据库为mysql
- 2019-08-12下载
- 积分:1
-
phone on the 1000 block of Terry Avenue Ada games, and PC games of the same name...
手机上的阿达连连看游戏,可与PC机上的同名游戏相媲美。-phone on the 1000 block of Terry Avenue Ada games, and PC games of the same name on comparable.
- 2022-07-07 20:16:29下载
- 积分:1
-
sms_en
j2me program in sms mobile can given simbian
- 2011-02-24 11:56:48下载
- 积分:1
-
J2ME翻转效应
J2ME Rollover effect-J2ME Rollover effect
- 2022-01-26 02:46:53下载
- 积分:1
-
This is my learning J2ME process of doing some kind of interface code testing, i...
这是我在学习J2ME过程中,对一些界面类所做的测试代码,包括 Alert类的测试 TextField类的测试-This is my learning J2ME process of doing some kind of interface code testing, including the testing category Alert TextField kind of test
- 2022-07-14 22:38:00下载
- 积分:1
-
新手研究代码 研究J2me的一些常用编程思想
新手研究代码 研究J2me的一些常用编程思想-New research study J2me code of some commonly used programming ideas
- 2022-01-31 09:38:22下载
- 积分:1