-
这是一个数36选7体育彩育电脑随机选号系统!
这是一个数36选7体育彩育电脑随机选号系统!-This is a few sports July 36 election Choi Yuk computer system randomly Dip!
- 2023-03-03 01:35:04下载
- 积分:1
-
一个滑雪游戏
一个滑雪游戏-a skiing game ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~ ~~~~
- 2023-04-10 03:20:03下载
- 积分: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
-
一个在手机上非常流行的小游戏,名字叫《是男人就撑二十一秒》,很值得一玩,这是源程序,读者可以改进。...
一个在手机上非常流行的小游戏,名字叫《是男人就撑二十一秒》,很值得一玩,这是源程序,读者可以改进。-phone in a very popular small game, named "man himself is 21 seconds" are worth a play, this is the source, readers could be improved.
- 2022-10-28 02:15:03下载
- 积分:1
-
j2me编写的单击版游戏, 我们以前玩的超经典的爆炸人游戏,
j2me编写的单击版游戏, 我们以前玩的超经典的爆炸人游戏,-J2ME version prepared by the click games, we play before the explosion-the classic one game,
- 2023-02-23 14:25:03下载
- 积分:1
-
Sudoku
说明: 数独游戏源码,J2ME开发,支持固定IP获取数独地图(Sudoku J2ME)
- 2009-08-08 20:14:17下载
- 积分:1
-
j2me book offers a variety of cases I have the source code. For novice people to...
j2me本书提供了各种案例我源代码。以供初学的人来参考。。。。。。
希望给你帮助-j2me book offers a variety of cases I have the source code. For novice people to reference. . . . . . Want to give you help
- 2022-02-24 13:23:27下载
- 积分:1
-
这是一个
一个MIDP俄罗斯方块游戏的设计和实现
这是一个
一个MIDP俄罗斯方块游戏的设计和实现
-This a one MIDP game Tetris Design and Implementation of
- 2023-05-29 05:20:03下载
- 积分:1
-
一个用J2me 的RMS 封装的数据库引擎.
一个用J2me 的RMS 封装的数据库引擎.-with a package of the RMS database engine.
- 2022-03-14 15:21:03下载
- 积分: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