-
一个雪人飞越的游戏 是由官方提供的 比较好的 可以看见源代码的...
一个雪人飞越的游戏 是由官方提供的 比较好的 可以看见源代码的-a snowman over the game is provided by the government in a relatively good can see source code
- 2022-02-03 16:24:45下载
- 积分: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
-
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
-
ASP实用函数库
书籍语言: 简体中文
书籍类型: 网络编程
授权方式: 免费软件
书籍大小: 55 KB...
ASP实用函数库
书籍语言: 简体中文
书籍类型: 网络编程
授权方式: 免费软件
书籍大小: 55 KB
-ASP practical library books Language : English books categories : network programming license : free software books Size : 55 KB
- 2022-01-21 18:03:23下载
- 积分:1
-
系统会自动删除目录的调试和发布,所以请D。
System will automatically delete the directory of debug and release, so please do not put files on these two directory.
- 2022-08-19 20:02:35下载
- 积分:1
-
j2me mobile phone calculator source code, suitable for novice user
j2me手机计算器源代码适合初学者。-j2me mobile phone calculator source code, suitable for novice user
- 2022-05-09 00:33:13下载
- 积分:1
-
java_chat
基于Java的文件传输,有客户端和服务器端(Java-based file transfer, a client and server side)
- 2011-11-08 22:52:51下载
- 积分:1
-
JAVA 租车系统(包含Mysql数据库)
【实例简介】 管理员登陆账号:admin 密码:123456
普通用户账号:demo 密码:demo
- 2021-05-24 08:46:50下载
- 积分:1
-
TankFighting
用J2ME开发的小游戏,8位机的经典游戏,适合初学者练习(use J2ME development of the small games, eight planes of the classic games, for beginners to practice)
- 2007-05-27 22:30:39下载
- 积分:1