-
照片albume J2ME应用
photo albume aplication for j2me
- 2022-03-02 07:05:04下载
- 积分: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
-
Excel2Unity-master
说明: we can learn about anything
- 2020-06-20 14:40:01下载
- 积分:1
-
J2ME 是SUN 公司针对嵌入式、消费类
电子产品推出的开发平台,与J2SE 和J2EE 共同组成Java 技术的三个重要的分支。J2ME 实际
上是...
J2ME 是SUN 公司针对嵌入式、消费类
电子产品推出的开发平台,与J2SE 和J2EE 共同组成Java 技术的三个重要的分支。J2ME 实际
上是一系列规范的集合,由JCP 组织制定相关的Java Specification Request(JSR)并发布,各
个厂商会按照规范在自己的产品上进行实现,但是必须要通过TCK 测试,这样确保兼容性。比
如MIDP2.0 规范就是在JSR118 中制定的。可能接触过J2ME 的开发者会觉得说J2ME 是一系列
的规范不准确吧。因为我们在开发中用到了很多例如CLDC(Connected Limited Devices
Configuration)和MIDP(Mobile Information Devices Profile)等内容。-J2ME is targeted at embedded SUN companies, and consumer electronics products launched development platform, J2SE and J2EE and Java technologies together constitute the three major branches. J2ME is actually a collection of a series of norms, by the JCP-related organizations to develop Java Specification Request (JSR) and publish various vendors will be in accordance with the norms in their own products to realize, but must pass TCK test, so to ensure compatibility. For example, MIDP2.0 specification is developed in JSR118. May come into contact with J2ME developers will find that J2ME is a series of standards are not accurate now. Be
- 2022-03-24 01:05:01下载
- 积分:1
-
visual design for j2me developers
visual design for j2me developers
- 2023-07-09 07:15:03下载
- 积分:1
-
Java手机程序开发
Java手机程序开发-DatagramServer-Java developers phone-DatagramServer
- 2022-03-16 11:32:21下载
- 积分:1
-
J2ME手机开发中的小区广播和接收信息的源代码
J2ME手机开发中的小区广播和接收信息的源代码-J2ME handset development of Cell Broadcast and receiving information source code
- 2022-07-20 12:19:47下载
- 积分:1
-
phonebk
说明: J2ME实现的手机电话本,有密码保护功能 ,请多多提修改意见(J2ME achieve the phone, password protection, you will mention changes)
- 2006-04-17 11:14:17下载
- 积分:1
-
MP3播放器源代码java我
mp3 player source code for java me
- 2022-08-14 05:59:24下载
- 积分:1
-
LinkLook
说明: 连连看J2ME,这是自己的第二个游戏。代码之中多多粗糙,大家多多提意见(1000 block of Terry Avenue, it is their second game. Rough code among many, everyone to speak up)
- 2006-04-28 20:16:24下载
- 积分:1