-
J2ME开发网FAQ集锦,j2me开发参考资料。
J2ME开发网FAQ集锦,j2me开发参考资料。-FAQ allehanda J2ME Development Network, j2me development of reference materials.
- 2022-04-29 03:11:59下载
- 积分:1
-
zhadan超人。还是从 别的论坛上转过来的谢谢啊
zhadan超人。还是从 别的论坛上转过来的谢谢啊-zhadan Superman. Or from the other forums turn thanks ah
- 2023-06-29 19:20:02下载
- 积分:1
-
《J2ME图形显示基础》中第一章,说明如何在手机模拟器上显示各种变量的值...
《J2ME图形显示基础》中第一章,说明如何在手机模拟器上显示各种变量的值-"J2ME graphics foundation," the first chapter on how the phone simulator showed the value of variables
- 2022-02-06 03:09:52下载
- 积分:1
-
HauntedCastle
Map based mobile game source code.
- 2010-05-07 22:08:52下载
- 积分:1
-
j2me手机软件开发教学系列,sun studio环境
j2me手机软件开发教学系列,sun studio环境-J2ME phone software teaching series, sun studio environment
- 2022-03-23 11:11:03下载
- 积分:1
-
微型浏览器小程序
微型浏览器小程序-small micro-browser procedures
- 2022-07-07 15:49:09下载
- 积分:1
-
手机K
手机K-JAVA软件学习实例-phones K-JAVA software learning examples
- 2022-07-12 19:20:54下载
- 积分: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
-
J2MEBluetoothRumeng
J2ME蓝牙实战入门,J2ME蓝牙实战入门,J2ME蓝牙实战入门(J2ME Bluetooth actual entry, J2ME Bluetooth actual entry, J2ME Bluetooth actual entry)
- 2009-12-23 15:13:07下载
- 积分:1
-
前几年写的一个可以通过传输线对moto V66,V60系列手机进行解锁改串的一个软件。...
前几年写的一个可以通过传输线对moto V66,V60系列手机进行解锁改串的一个软件。-few years ago wrote a transmission line through the moto V66, V60 Series phones unlock the strings of a change software.
- 2022-07-14 07:29:07下载
- 积分:1