-
j2me mobile application for upload file to server.
j2me mobile application for upload file to server. -j2me mobile application for upload file to server.
- 2022-02-05 06:01:19下载
- 积分:1
-
一个J2ME的移动3D培训指南
一个J2ME Mobile 3D的培训教程-a J2ME Mobile 3D Training Guide
- 2022-03-11 05:24:28下载
- 积分:1
-
CompassSource
这是一个手机上的J2ME程序,是一个很有用的指南针程序。程序根据当地经纬度推算出当地的太阳方位,然后手机对准太阳就可以知道南北方向了。开发环境是NetBean(This is a J2ME program on the phone is a very useful procedure compass. Procedures according to the local latitude and longitude of the sun projected local position, and then the phone at the sun to know the north-south direction. NetBeans development environment is)
- 2007-09-09 16:39:36下载
- 积分:1
-
这是我第一个j2me手机游戏源代码,还需改进
这是我第一个j2me手机游戏源代码,还需改进-This is my first one j2me mobile phone game source code, we must improve
- 2022-07-22 23:45:25下载
- 积分:1
-
longzhiren
龙之刃源码 素材 适合J2ME游戏初学这适用(Dragon Blade of source material for J2ME game beginners This applies to)
- 2012-05-18 14:20:47下载
- 积分:1
-
threadpool
自己项目的线程池代码,适用于j2me系统,绝对好用(Thread pool code yourself project for j2me system, the absolute ease)
- 2014-05-17 16:40:27下载
- 积分:1
-
手机上的红心大战
手机上的红心大战-phone on the hearts
- 2022-01-25 15:11:28下载
- 积分:1
-
老外写的一个超厉害的手机游戏 , j2me ,
开源项目
老外写的一个超厉害的手机游戏 , j2me ,
开源项目-Foreigner wrote a super-powerful mobile phone game, j2me, open-source projects
- 2022-09-14 22:30: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
-
j2me 校园手机客户端上载传输程序
j2me 校园手机客户端上载传输程序-j2me campus phone client on the transmission procedures
- 2022-07-03 03:36:31下载
- 积分:1