-
J2ME开发实例,内含有可直接运行的源程序代码,供大家学习参考...
J2ME开发实例,内含有可直接运行的源程序代码,供大家学习参考-example, contain direct operation of the source code for all to study reference
- 2022-03-17 06:11:58下载
- 积分: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 based graphics applications," Chapter II, demonstrated how to prepare multi-threaded process.
- 2023-05-30 15:35:03下载
- 积分:1
-
这个是自己的小作品 供别人骂的 欢迎拍砖 我要提高了哦...
这个是自己的小作品 供别人骂的 欢迎拍砖 我要提高了哦-this is their small works for the criticisms I welcome the Twins to raise oh
- 2022-09-28 22:00:03下载
- 积分:1
-
good example for J2ME First Snow
很好的j2me例子适合初雪-good example for J2ME First Snow
- 2023-02-25 07:10:02下载
- 积分:1
-
一个j2me游戏开发引擎,用midp1.0提供了类似midp2.0的功能。简化多线程、ui、http链接的使用。提供了方便的资源管理方式...
一个j2me游戏开发引擎,用midp1.0提供了类似midp2.0的功能。简化多线程、ui、http链接的使用。提供了方便的资源管理方式-a J2ME game engine using midp1.0 midp2.0 provide a similar function. To simplify multi-threaded, ui, http link use. Provide a convenient resource management
- 2022-04-02 05:42:24下载
- 积分:1
-
出色的混淆器
出色的混淆器- Splendid confusion
- 2022-02-28 09:45:45下载
- 积分:1
-
10多个J2ME的手机编程例子
10多个J2ME的手机编程例子-More than 10 examples of J2ME mobile phone programming
- 2022-07-06 21:31:41下载
- 积分:1
-
这是双子座的游戏健康栏显示在屏幕顶部右边…
This is the Gemini game A health bar is displayed on top right side of the screen which will indicate your health condition. Hitting other cars causes health reduce. You can increase it by driving over the health symbol (+) on the road. There is a speed miter available on the bottom of the screen, which will show your car speed. Go buddy Go
- 2022-02-01 11:50:50下载
- 积分:1
-
j2me游戏快乐蛇0.2(游戏源码已上载)地图编辑器源码,vc6.0+MFC...
j2me游戏快乐蛇0.2(游戏源码已上载)地图编辑器源码,vc6.0+MFC-J2ME game happy snake 0.2 (FOSS game has been uploaded) Map Editor source, vc6.0 MFC
- 2022-08-26 04:18:16下载
- 积分:1