-
一个非常全面的移动性能测试程序,可以测试手机的支持。
一个非常全面的手机性能测试项目,可以测试出手机所支持的性能-a very comprehensive mobile performance testing program can test the phones supported by the performance
- 2023-03-01 05:50:03下载
- 积分: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
-
embedding small game series with J2ME is the ide refer to the next, oh
贪食蛇小游戏 用j2me编的 用的是ide 大家参考一下下哦-embedding small game series with J2ME is the ide refer to the next, oh
- 2022-03-20 22:31:45下载
- 积分:1
-
SyncML手册及其编程,希望对大家有帮助;
SyncML手册及其编程,希望对大家有帮助;-SyncML manual and programming, we want to help;
- 2022-11-13 20:15:04下载
- 积分:1
-
LG手机里面的一个名字叫哈利波特的游戏源代码。希望在指定的编译环境里进行调试。...
LG手机里面的一个名字叫哈利波特的游戏源代码。希望在指定的编译环境里进行调试。-LG mobile phone inside a game name is Harry Potter source. I hope to compile the specified debug environment.
- 2022-01-26 03:29:58下载
- 积分:1
-
how to do a cell phone game that there are many lessons of experience
怎样做一个手机游戏上面有很多经验之谈-how to do a cell phone game that there are many lessons of experience
- 2022-03-11 16:01:04下载
- 积分:1
-
J2EE的实用例子,一个不错的说明文章,对学习J2EE的朋友有很大的帮助。...
J2EE的实用例子,一个不错的说明文章,对学习J2EE的朋友有很大的帮助。-J2EE practical examples, a good note article on learning J2EE friends will be very helpful.
- 2022-07-26 22:20:51下载
- 积分:1
-
可以实现通讯录,具有显示,添加,查询,删除等功能
可以实现通讯录,具有显示,添加,查询,删除等功能-Address Book can be achieved with a display, add, query, delete and other functions
- 2022-03-22 20:50:27下载
- 积分:1
-
小子快跑,精美J2ME动作游戏,附有JAR包和声音资源和源文件,有兴趣的朋友可能到官方找到相关资料重新编译一下,可以参考一个动作游戏的编写要领。...
小子快跑,精美J2ME动作游戏,附有JAR包和声音资源和源文件,有兴趣的朋友可能到官方找到相关资料重新编译一下,可以参考一个动作游戏的编写要领。-Kid Run, fine motion J2ME Games with JAR package and source of resources and sound files, there is possible interest to the Friends of the official re-compile the relevant information to find you, you can refer to the preparation of a key action of the Games.
- 2022-08-11 00:13:29下载
- 积分:1
-
This meterial introduct j2me basic knowledge,for junior it is good choice.
本教材详细的介绍了,j2me的基本知识,面向初级人员,是j2me入门不错的选择-This meterial introduct j2me basic knowledge,for junior it is good choice.
- 2022-09-22 13:05:03下载
- 积分:1