-
j2me is based on j2mepolish, client & server for mobile application. server part
j2me is based on j2mepolish, client & server for mobile application. server part
- 2023-02-02 14:05:04下载
- 积分:1
-
一个midp1.0图片旋转的原程序,还是可以改进的
一个midp1.0图片旋转的原程序,还是可以改进的-midp1.0 a rotating pictures of the original procedure, or can be improved
- 2022-01-25 19:34:13下载
- 积分:1
-
Wang Sen teachers Java phone PDA design entry procedures
王森老师的Java手机PDA程序设计入门-Wang Sen teachers Java phone PDA design entry procedures
- 2022-01-30 14:48:47下载
- 积分:1
-
J2ME generic environmental testing procedures. Yes, recommended. We all view Loo...
J2ME通用环境测试程序。不错,推荐。大家都来看看吧-J2ME generic environmental testing procedures. Yes, recommended. We all view Look here
- 2022-03-20 03:36:37下载
- 积分:1
-
sms_en
j2me program in sms mobile can given simbian
- 2011-02-24 11:56:48下载
- 积分:1
-
用Eclipse开发J2ME手机游戏入门讲座,是新手入门比不可少的资料。...
用Eclipse开发J2ME手机游戏入门讲座,是新手入门比不可少的资料。-Eclipse Development using J2ME Games Mobile entry talks, the novice than the essential information portal.
- 2022-01-26 00:29:06下载
- 积分: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 ISOMetric under the engine. Implementation of the engine via cell phone or...
J2ME下的ISOMetric引擎。该引擎实现了通过手机或PDA等设备进行游戏编程开发的基本手段。-J2ME ISOMetric under the engine. Implementation of the engine via cell phone or PDA, and other equipment for the game"s basic programming tools.
- 2022-05-24 04:26:10下载
- 积分:1
-
一款用j2me做的手机游戏,测试平台事xp,j2me wirless toolkit
一款用j2me做的手机游戏,测试平台事xp,j2me wirless toolkit-J2ME do with one phone games to test things xp platform, J2ME edge toolkit
- 2023-04-17 08:00:03下载
- 积分:1
-
floAtMobileAgent_ Master of the Ghost Valley finished version control t618, t628...
floAtMobileAgent_鬼谷汉化版,能够控制t618,t628。我用的是索爱t628,就很有用,直接使用红外或蓝牙 就能够了解整个手机。-floAtMobileAgent_ Master of the Ghost Valley finished version control t618, t628. I use the Sony Ericsson t628, it is very useful to directly use infrared or Bluetooth will be able to understand the whole phone.
- 2022-06-26 16:45:45下载
- 积分:1