-
这是我编写的第一个J2ME程序,希望大家多多指教。在E680i上测试通过,并且运行良好...
这是我编写的第一个J2ME程序,希望大家多多指教。在E680i上测试通过,并且运行良好-This is the first I prepared a J2ME procedures, we hope the exhibitions. In E680i through testing, and running well
- 2022-06-01 20:35:14下载
- 积分:1
-
J2EE的小例子包含JavaBean,XML在应用设置java框架…
j2ee 小例子内容包含 javabean、xml 在java中的应用、
集合框架、输入输出流、网络编程。
所用编辑工具是: JCreator Pro
适用于j2ee 初级入门 -j2ee small examples contain javabean, xml java in the application Set framework for the input and output flow, network programming. Use editing tools : JCreator Pro applicable to the primary portal j2ee
- 2022-10-30 04:00:03下载
- 积分:1
-
a pretty hefty almanac program can access all of the above can also leave a reco...
一个比较漂亮的万年历的程序 可以查阅各个年的 也可以在上面留下记录功能(可以自己编写)-a pretty hefty almanac program can access all of the above can also leave a record of functions (can prepare themselves)
- 2022-11-29 02:25:03下载
- 积分: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
-
单屏手机游戏,逃亡者游戏。
与星球大战相类似
单屏手机游戏,逃亡者游戏。
与星球大战相类似-Single-screen mobile phone games, runaway game. And is similar to Star Wars
- 2022-09-21 21:55:03下载
- 积分:1
-
我的蓝牙演示,to connect with an J2SE的服务器。
Bluetooth echo demo , to connect an server with j2se !
- 2022-03-22 10:46:49下载
- 积分:1
-
J2ME开发实例代码! 内含有可执行的代码!
J2ME开发实例代码! 内含有可执行的代码!-example code! Contain executable code!
- 2022-09-29 17:35:02下载
- 积分:1
-
calculator for calculating interest rate in a mobile phone
calculator for calculating interest rate in a mobile phone
- 2023-03-17 12:05:04下载
- 积分:1
-
j2me 实现String自动换行 ,控制翻页,显示域
j2me 实现String自动换行 ,控制翻页,显示域-j2me realize String wrap, control page, showing the domain
- 2022-04-24 03:50:25下载
- 积分:1
-
And synchronization signals, java development, the primary portal very useful pr...
信号量和同步方法,java开发,非常实用的初级入门程序-And synchronization signals, java development, the primary portal very useful procedure
- 2022-06-22 00:52:38下载
- 积分:1