-
在J2ME程序中制作Splash画面效果
在J2ME程序中制作Splash画面效果-J2ME process in the production of Splash screen effect
- 2022-12-21 09:35: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
-
简单的来电显示范例.rar
简单的来电显示范例.rar-CND simple example. Rar
- 2022-06-15 15:53:04下载
- 积分:1
-
MIDP does not support the minority. So parabola painting only in a simulated pai...
MIDP不支持小数。 所以画抛物线时只在模拟画了。 本代码就是模拟一个子弹飞行轨迹。-MIDP does not support the minority. So parabola painting only in a simulated painting. The simulation code is a bullet trajectories.
- 2023-02-06 03:40:04下载
- 积分:1
-
手机游戏俄罗斯方块,简单,适合初学者学习
手机游戏俄罗斯方块,简单,适合初学者学习-Mobile Games Tetris, simple, suitable for beginners
- 2022-05-16 00:18:25下载
- 积分:1
-
shoujikonghaoguolvyuanma
空号过滤程序,手机空号过滤软件介绍说明,专业过滤程序工程源码,手机空号过滤 功能简介:最多可支持200个手机端口,支持导入手机号码段、批量导入号码文件,软件自动检测、保存可用与不可用号码。软件操作简单、方便!(Empty filter program, mobile phone spacing filtering software introduces, indicating that the professional filtration engineering source program, the mobile phone spacing filtering function introduction: up to 200 phone port support, support into the phone number of segments, batch import document number, the software automatically detects, save available and unavailable number. Software operation is simple and convenient!)
- 2015-12-08 09:28:44下载
- 积分:1
-
J2ME开发网FAQ集锦,j2me开发参考资料。
J2ME开发网FAQ集锦,j2me开发参考资料。-FAQ allehanda J2ME Development Network, j2me development of reference materials.
- 2022-04-29 03:11:59下载
- 积分:1
-
微型JAVA人编写的J2ME教材! 中带的原代码!简单易懂
微型JAVA人编写的J2ME教材! 中带的原代码!简单易懂-micro Java J2ME prepared by the teaching! Across the original code! Straightforward
- 2022-02-16 09:48:04下载
- 积分:1
-
撑竿跳体育类J2ME源代码。代码可直接反编译使用。
撑竿跳体育类J2ME源代码。代码可直接反编译使用。-vault Sports J2ME source code. Anti-code compiler can be used directly.
- 2023-01-18 15:50:03下载
- 积分:1
-
j2me.移动IM.对MGtalk整理,增加在线注册功能.
j2me.移动IM.对MGtalk整理,增加在线注册功能.-j2me. mobile IM. on MGtalk organize, register to increase online functionality.
- 2022-03-23 15:12:03下载
- 积分:1