-
一个简单的手机游戏,动作经典,画面简单,一..
一款简单的手机打斗游戏, 动作经典,画面简单,但是适合初学者-A simple cell phone fighting games, action classics, and the screen is simple, it is suitable for beginners
- 2022-05-23 20:27:00下载
- 积分:1
-
围棋程序源代码。用java编写
围棋程序源代码。用java编写-Go program source code. Java used to prepare
- 2022-05-27 14:25:24下载
- 积分:1
-
j2me_pdf2
java code for mobiles.
- 2010-03-04 17:45:19下载
- 积分: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
-
前几年写的一个可以通过传输线对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
-
an rpg game. . To study the source code can be downloaded friends
一个rpg的游戏。。源码
要学习的朋友可以来下载-an rpg game. . To study the source code can be downloaded friends
- 2022-06-28 05:53:19下载
- 积分:1
-
可以实现通讯录,具有显示,添加,查询,删除等功能
可以实现通讯录,具有显示,添加,查询,删除等功能-Address Book can be achieved with a display, add, query, delete and other functions
- 2022-03-22 20:50:27下载
- 积分:1
-
J2ME的图书馆管理程序。推荐,不错。
大家都来看啊。
J2ME的图书馆管理程序。推荐,不错。
大家都来看啊。-J2ME library management procedures. Suggest, yes. We all view ah.
- 2022-03-21 06:36:02下载
- 积分:1
-
mobile positioning based on cell id application for sony ericsson mobile phone
mobile positioning based on cell id application for sony ericsson mobile phone
- 2022-07-23 21:33:12下载
- 积分:1
-
名字为《单身贵族》的游戏
名字为《单身贵族》的游戏--The game named "lonesome aristocrat "
- 2022-04-21 01:09:15下载
- 积分:1