-
MIDlet允许动态生成SVG图像
Midlet that allow dynamic creation of an svg image-Midlet that allow dynamic creation of an svg image
- 2022-06-13 02:29:03下载
- 积分:1
-
Through the J2ME implementation ssl server can start the server on a PC via cell...
通过J2ME实现的ssl server 可在PC上启动该server 通过手机连接,并交换数据-Through the J2ME implementation ssl server can start the server on a PC via cell phone connection, and exchange data
- 2022-11-29 00:50:03下载
- 积分:1
-
Архив
internet device pck for androids using j2me
- 2020-06-20 23:40:01下载
- 积分:1
-
J2ME的星座程序,包含文档
J2ME的星座程序,包含文档-it can look up constellations, dan it contain documents.
- 2022-04-24 19:34:16下载
- 积分:1
-
j2me games, a source inside the right j2me study should be useful for
一款j2me小游戏,里面的源码对j2me的学习应该可以有一定的借鉴作用-j2me games, a source inside the right j2me study should be useful for
- 2023-03-23 20:00: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
-
j2me中读写文件查找的实例
j2me中读写文件查找的实例-J2ME read and write documents which identify examples
- 2022-05-12 18:36:06下载
- 积分:1
-
a simple game of mine code for the exchange of learning. Without decoding
一个简单的扫雷游戏代码,供大家交流学习.无需解码-a simple game of mine code for the exchange of learning. Without decoding
- 2022-01-31 20:26:33下载
- 积分: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
-
单屏手机游戏,逃亡者游戏。
与星球大战相类似
单屏手机游戏,逃亡者游戏。
与星球大战相类似-Single-screen mobile phone games, runaway game. And is similar to Star Wars
- 2022-09-21 21:55:03下载
- 积分:1