-
j2me开发平台拾建环境说明和实例(源代码)!其内容来自internet,并非原作。...
j2me开发平台拾建环境说明和实例(源代码)!其内容来自internet,并非原作。-j2me development platform built environment picking notes and examples (source code)! Its content from the internet, not originals.
- 2022-06-21 09:55:46下载
- 积分:1
-
对页面文件很有用处,能提高很多的方法有很高的用处,很好用...
对页面文件很有用处,能提高很多的方法有很高的用处,很好用-On the paging file is very useful to a lot of ways to improve the usefulness of very high, very good use
- 2022-06-17 18:50:01下载
- 积分:1
-
Constellation program's source code
星座程序的源代码-Constellation program"s source code
- 2023-03-19 14:15:03下载
- 积分:1
-
一款手机游戏原代码!是国外的一家公司写的,十分珍贵哦,现在网上这类代码很少的...
一款手机游戏原代码!是国外的一家公司写的,十分珍贵哦,现在网上这类代码很少的-handset games original code! The foreign company wrote a very valuable Oh, the Internet is now such a very small code
- 2022-03-18 14:25:26下载
- 积分:1
-
j2me客户端浏览器开源引擎,最简单的ui控制,khtml解析
j2me客户端浏览器开源引擎,最简单的ui控制,khtml解析-j2me client browser open-source engine, the simplest ui controls, khtml parsing
- 2022-02-10 01:13:59下载
- 积分:1
-
visual design for j2me developers
visual design for j2me developers
- 2023-07-09 07:15: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
-
这是一个关于
这是在网上的一个关于手机编程书籍中网络编程源代码,-This is an on-line phone books Programming Network Programming source code,
- 2022-03-01 01:57:19下载
- 积分:1
-
一款麻将游戏的J2me源代码,对Vector的用法值得借鉴
一款麻将游戏的J2me源代码,对Vector的用法值得借鉴-A mahjong game J2me source code, the use of Vector worth learning
- 2022-08-23 20:53:01下载
- 积分:1
-
一款J2ME作得手机游戏,还算不错,大家一起学习吧,也不知道说啥好了,自己看了就知道...
一款J2ME作得手机游戏,还算不错,大家一起学习吧,也不知道说啥好了,自己看了就知道-A J2ME s cellphone s game,we can learn in it,
- 2022-03-22 15:18:03下载
- 积分:1