-
一个在手机上实现RSS阅读器功能的程序代码,该程序设计到J2ME界面编程,j2ME网络访问,j2ME设计模式等方面的内容,是一个很好的学习和二次开发的平台。...
一个在手机上实现RSS阅读器功能的程序代码,该程序设计到J2ME界面编程,j2ME网络访问,j2ME设计模式等方面的内容,是一个很好的学习和二次开发的平台。-Realize a mobile phone RSS reader function code, the program design to J2ME programming interface, j2ME network access, j2ME design patterns such as content, is a very good learning and secondary development platform.
- 2022-05-26 02:45: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
-
123i
删除,登陆,退出。的看法是否健身房哈家看双方都是的散客计划罚款撒时代手机卡的卡上的境况的架势都快结婚是卡的 (this is very good)
- 2014-06-25 21:25:00下载
- 积分:1
-
- 2022-07-20 23:44:41下载
- 积分:1
-
一款探险性的j2me游戏,自由部署在eclipse,netbeas.
一款探险性的j2me游戏,自由部署在eclipse,netbeas.-the j2me adventure game, the free deployment of the eclipse, netbeas.
- 2022-03-24 09:43:44下载
- 积分:1
-
j2me broadcast flag is to do a little slide show and then have their own code of...
j2me做的国旗播放
就是一个小小的幻灯片
然后有代码自己画的图
也有图片-j2me broadcast flag is to do a little slide show and then have their own code of Figure paintings have picture
- 2022-02-21 11:04:55下载
- 积分:1
-
routines, including playing music, video
索爱的多媒体例程,包括播放音乐,视频等-routines, including playing music, video
- 2022-01-31 12:03:56下载
- 积分:1
-
PST_v7.11
- 2005-11-25 15:40:20下载
- 积分:1
-
Control the use of mobile phone cameras j2me example. The need for phone support...
手机上使用j2me控制相机的例子。需要手机支持jp7-Control the use of mobile phone cameras j2me example. The need for phone support jp7
- 2023-01-19 07:20:03下载
- 积分:1
-
phonebk
说明: J2ME实现的手机电话本,有密码保护功能 ,请多多提修改意见(J2ME achieve the phone, password protection, you will mention changes)
- 2006-04-17 11:14:17下载
- 积分:1