-
《J2ME图形显示基础》中第一章,说明如何在手机模拟器上显示各种变量的值...
《J2ME图形显示基础》中第一章,说明如何在手机模拟器上显示各种变量的值-"J2ME graphics foundation," the first chapter on how the phone simulator showed the value of variables
- 2022-02-06 03:09:52下载
- 积分:1
-
J2ME 游戏开发源代码
J2ME 游戏开发源代码-J2ME game development source code
- 2023-02-07 11:50:03下载
- 积分:1
-
j2me手机软件开发教学系列,sun studio环境
j2me手机软件开发教学系列,sun studio环境 -J2ME phone software teaching series, sun studio environment
- 2023-03-02 18:45:03下载
- 积分: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
-
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
-
java画图程序
说明: 这是一个小型的画图程序,有普通的话图功能,方便易用(This is a small drawing program, a general map of functional, easy to use)
- 2005-12-05 21:22:01下载
- 积分: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
-
很好的j2me3D初学者例子
希望对大家有用
很好的j2me3D初学者例子
希望对大家有用-good example j2me3D beginners hope useful for all
- 2023-01-20 05:20:03下载
- 积分:1
-
handset game design platform, J2ME wireless toolkit, xp
一款手机游戏,设计平台,j2me wireless toolkit, xp-handset game design platform, J2ME wireless toolkit, xp
- 2022-03-19 23:00:12下载
- 积分:1
-
Javapda both the traditional code, I have not seen, but it should be simplified...
Javapda繁体版代码, 这个我也没有看过,不过应该和那个简体的差不多,但还是有区别的-Javapda both the traditional code, I have not seen, but it should be simplified and that the same, but there are differences
- 2023-05-23 06:10:04下载
- 积分:1