-
在HTTP中J2ME MIDP / J2EE集成策略
Strategies For J2ME MIDP/J2EE Integration Over HTTP
- 2022-04-10 02:26:03下载
- 积分:1
-
rms常用操作例子,可通过这些例子修改成你想要的代码,绝对有用!...
rms常用操作例子,可通过这些例子修改成你想要的代码,绝对有用!-Examples of commonly used rms operation can be modified through these examples of code you want is absolutely useful!
- 2022-03-30 15:33:51下载
- 积分:1
-
J2me mobile game, is simple but includes the basic framework of the game. Suitab...
J2me手机游戏,很简单但包括了游戏基本框架。适合初学者。-J2me mobile game, is simple but includes the basic framework of the game. Suitable for beginners.
- 2022-04-26 12:57:18下载
- 积分:1
-
是关于j2me的教程,让你更加熟悉j2me
是关于j2me的教程,让你更加熟悉j2me-J2me tutorial is about to let you become more familiar with j2me
- 2022-02-02 00:47:53下载
- 积分:1
-
K750手机游戏泡泡龙源代码,资源文件比较全,生成有JAR和JAD文件,导入手机可运行,源文件可试着编译一下,你需要有K750的手机游戏开发包。...
K750手机游戏泡泡龙源代码,资源文件比较全,生成有JAR和JAD文件,导入手机可运行,源文件可试着编译一下,你需要有K750的手机游戏开发包。
-K750 Mobile Games Bubble Bobble source code, resource files relatively complete, generate a JAR and JAD files, import mobile phones can run, the source document can try to compile what you need to have K750 mobile game development package.
- 2023-08-18 14:15:03下载
- 积分:1
-
跳远体育类J2ME源代码。动作细腻。代码未混淆。可直接反编译学习使用...
跳远体育类J2ME源代码。动作细腻。代码未混淆。可直接反编译学习使用-long jump Sports J2ME source code. Delicate movements. Code not confused. Direct-compiler learning
- 2022-06-01 21:33:48下载
- 积分: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开发的计算器程序,原本是为SE
这是一个用J2ME开发的计算器程序,原本是为SE-K750c手机使用的。-This is a calculator with J2ME development process, originally intended for SE-K750c cell phone use.
- 2022-12-08 17:15:03下载
- 积分:1
-
J2ME的星座程序,包含文档
J2ME的星座程序,包含文档-it can look up constellations, dan it contain documents.
- 2022-04-24 19:34:16下载
- 积分:1
-
帝国时代3 用J2ME实现 和PC游戏罗马复兴的界面差不多。该工程采用ANT打包。里面的资源(图片)全部用工具压缩,是学习J2ME策略类游戏开发的很好的参考...
帝国时代3 用J2ME实现 和PC游戏罗马复兴的界面差不多。该工程采用ANT打包。里面的资源(图片)全部用工具压缩,是学习J2ME策略类游戏开发的很好的参考-Age of Empires 3 with the J2ME implementation and interface for PC gaming renaissance Rome, almost. The project uses ANT package. Which resources (pictures) all with the tools for compression, is to learn J2ME strategy game developed by a good reference for
- 2022-06-26 09:25:27下载
- 积分:1