-
老外写的一个超厉害的手机游戏 , j2me ,
开源项目
老外写的一个超厉害的手机游戏 , j2me ,
开源项目-Foreigner wrote a super-powerful mobile phone game, j2me, open-source projects
- 2022-09-14 22:30:03下载
- 积分:1
-
spring实战第五版源码(含英文版pdf)
【实例简介】spring实战第五版源码_102812
- 2021-07-25 00:31:04下载
- 积分:1
-
用java编写的能在手机手机上运行的3d国际象棋程序
用java编写的能在手机手机上运行的3d国际象棋程序-Prepared to use java to run on mobile phones 3d chess program
- 2022-02-25 08:42:10下载
- 积分:1
-
手机游戏例子,这是一个客户端
手机游戏例子,这是一个客户端-example of a cell phone game, this is a client
- 2022-05-21 06:21:53下载
- 积分:1
-
ProyCarrito
this is a J2ME game that consist on a jackpot game
- 2014-03-24 06:59:20下载
- 积分:1
-
我是用PB的,现在要下串口代码谢了!
我是用PB的,现在要下串口代码谢了!-I was PB, under serial code to thank!
- 2022-01-25 18:19:06下载
- 积分:1
-
基于J2ME平台发送图片到servlet
基于J2ME平台发送图片到servlet-based J2ME platform to send pictures servlet
- 2022-05-28 03:33:31下载
- 积分: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
-
plant
用j2me编写的手机游戏,飞机游戏,完整源代码,用eclipseme编译工程。。(Prepared with the j2me mobile phone games, aircraft games, complete source code, compile the project with eclipseme. .)
- 2010-10-26 20:54:06下载
- 积分:1
-
The adoption of a simple cell phone number check cell phone ownership in the pro...
一个简单的通过手机号码查询手机归属地的程序,其中137开头的为北京号码,139开头的为上海号码-The adoption of a simple cell phone number check cell phone ownership in the program, which begins for the Beijing Number 137, 139 at the beginning of the Shanghai No.
- 2022-08-07 00:35:26下载
- 积分:1