-
关于j2me里面各种漂亮进度条的制作方法!
关于j2me里面各种漂亮进度条的制作方法!-J2me beautiful on the inside of various production methods of the progress bar!
- 2022-01-25 23:33:01下载
- 积分: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
-
一个手机JAVA游戏,MDIP2的运行环境,包括所有的资源和源代码,射击游戏...
一个手机JAVA游戏,MDIP2的运行环境,包括所有的资源和源代码,射击游戏-a mobile Java games, MDIP2 operating environment, including all the resources and source code, shooter
- 2022-02-18 15:44:58下载
- 积分:1
-
冒泡排序、折中排序,实现排序最快化,达到优化功能
冒泡排序、折中排序,实现排序最快化,达到优化功能-Bubble Sort, compromise, in order to achieve the fastest order, optimize functions
- 2022-03-20 20:57:48下载
- 积分:1
-
J2ME手机游戏蜀山剑侠传源代码,一个比较成熟的源代码,供研究和学习。...
J2ME手机游戏蜀山剑侠传源代码,一个比较成熟的源代码,供研究和学习。
-J2ME mobile phone game蜀山剑侠Chuan-source code, a more sophisticated source code for research and study.
- 2023-02-23 22:35:04下载
- 积分:1
-
J2me 开发 简单的程序。实现页面跳转,用来演示
J2me 开发 简单的程序。实现页面跳转,用来演示-J2me development of simple procedures. The realization of the page Jump to demo
- 2023-04-27 03:00:03下载
- 积分:1
-
JAVA手机编程电子书
JAVA手机编程电子书-java mobile programme ebook
- 2023-08-12 09:20:06下载
- 积分:1
-
开发手机游戏的难点在于图片占用资源空间太大,这个程序可以将图片打包成资源文件,再以数据形式读取...
开发手机游戏的难点在于图片占用资源空间太大,这个程序可以将图片打包成资源文件,再以数据形式读取
-development of mobile phone games is difficult Photo resources occupied too much space, this procedure can be packaged into resources Photo paper, in the form of reading
- 2022-04-23 15:36:02下载
- 积分:1
-
bBluuetooth__a
功能更强的一种基于J2ME的蓝牙程序源码,本程序源码说明怎样使用蓝牙 API 与可视编辑器的一组 MIDlet。(More powerful based on the J2ME Bluetooth program source code, the program source code to illustrate how a group of the MIDlet using the Bluetooth API and the Visual Editor.)
- 2012-08-13 16:45:53下载
- 积分:1
-
J2ME的游戏原代码!希望能帮助有需要帮助的师兄弟们!
J2ME的游戏原代码!希望能帮助有需要帮助的师兄弟们!-J2ME game source code! Want to help those in need of help师兄弟们!
- 2022-02-07 14:58:22下载
- 积分:1