-
J2ME开发实例代码! 内含有可执行的代码!
J2ME开发实例代码! 内含有可执行的代码!-example code! Contain executable code!
- 2022-09-29 17:35:02下载
- 积分: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 game map editor. Yes, recommendation, we all look at Look here
- 2022-05-06 09:02:13下载
- 积分:1
-
手机K
手机K-JAVA软件学习实例-phones K-JAVA software learning examples
- 2022-07-12 19:20:54下载
- 积分: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
-
基于j2me平台的,手机开发的MVC框架源码
基于j2me平台的,手机开发的MVC框架源码-Based on j2me platform, mobile phones developed by MVC Framework source code
- 2022-11-14 13:25:05下载
- 积分:1
-
ynoa
办公自动化(OA: OFFICE AUTOMATION)就是采用Internet/Intranet技术,基于工作流概念,使企业内部人员方便快捷地共享信息,高效协同工作;改变过去复杂、低效的手工办公方式。(Office Automation (OA: OFFICE AUTOMATION) is based on the Internet/Intranet technology. Based on the workflow concept, the internal staff can share information conveniently and quickly, and work together efficiently; changing the complex and inefficient manual office methods in the past.)
- 2020-06-16 14:20:02下载
- 积分:1
-
《J2ME图形应用基础》中的例子,综合各种图形应用的完整例子。...
《J2ME图形应用基础》中的例子,综合各种图形应用的完整例子。-"J2ME graphical application foundation" for the example, the integration of a complete graphics application examples.
- 2022-04-22 06:00:59下载
- 积分:1
-
这是书中的一个程序,是叫《j2me手机开发入门》那本书的12章的一个程序。...
这是书中的一个程序,是叫《j2me手机开发入门》那本书的12章的一个程序。-This is a book, a procedure is called
- 2022-03-23 16:27:18下载
- 积分:1
-
Java移动通信程序设计
Java移动通信程序设计-J2MEMIDPJavaydccsj-J2MEMIDP-Java Mobile Communication Design-J2MEMIDPJavaydccsj- J2ME MIDP
- 2022-05-25 09:58:15下载
- 积分:1