-
J2ME development of precision solution debug source code has been successfully p...
J2ME开发精解源代码已经过调试成功,提供给大家下载学习。-J2ME development of precision solution debug source code has been successfully provided to the U.S. to download learning.
- 2022-03-01 05:53:07下载
- 积分:1
-
部分索尼爱立信手机应用补丁源码,从俄国网站找的。
部分索尼爱立信手机应用补丁源码,从俄国网站找的。-Part of Sony Ericsson mobile phone application source patch, from Russia to find the site.
- 2022-10-28 07:15:04下载
- 积分:1
-
J2ME手机游戏引擎,mdlet1.0
j2me手机游戏引擎,mdlet1.0-J2ME mobile gaming engine, mdlet1.0
- 2022-02-03 02:30:25下载
- 积分: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
-
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 socket通信示例代码,适合入门者参考。
J2ME socket通信示例代码,适合入门者参考。-J2ME socket communication sample code, suitable for beginners reference.
- 2022-02-03 11:56:34下载
- 积分:1
-
里面是个完整的项目
解压后放到wtk的apps文件夹下就可以运行了...
里面是个完整的项目
解压后放到wtk的apps文件夹下就可以运行了-there is a complete project wtk unpacked into the apps folder on the run
- 2022-03-26 03:46:13下载
- 积分:1
-
此代码是一个j2me视频播放控制程序,其中有滑杆进行控制,代码长度虽小,但很经典....
此代码是一个j2me视频播放控制程序,其中有滑杆进行控制,代码长度虽小,但很经典.-This code is a j2me video player control program, which has the slider control, the code length is small, but very classic.
- 2022-02-13 11:09:32下载
- 积分:1
-
j2me手机编程规范JSR
j2me手机编程规范JSR-75文档,个人信息管理部分-j2me mobile programming JSR-75 specification documents, personal information management component
- 2023-06-03 05:05:03下载
- 积分:1
-
The basic implementation of the tank movement and rotation, there is fencing aro...
实现了坦克的基本移动和旋转,周围设置有围栏,可以挡住坦克的移动,这可以作为J2me游戏的基本研究下吧-The basic implementation of the tank movement and rotation, there is fencing around the set, you can block the movement of tanks, which can be used as the basic research J2me Games, are you
- 2022-08-17 16:14:24下载
- 积分:1