-
关于j2me里面各种漂亮进度条的制作方法!
关于j2me里面各种漂亮进度条的制作方法!-J2me beautiful on the inside of various production methods of the progress bar!
- 2022-01-25 23:33:01下载
- 积分: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
-
单个网络聊天程序!值得初学网络编程人员的分析!
单个网络聊天程序!值得初学网络编程人员的分析!-single network chat program! Learning Network Programming worthy of analysis!
- 2023-03-13 05:05: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
-
移动无线网卡游戏源码。非常适合学习
手机无线网络纸牌游戏源代码。非常适合学习使用-mobile wireless network card game source code. Very suitable for learning
- 2022-06-13 17:36:45下载
- 积分:1
-
mobile positioning based on cell id application for sony ericsson mobile phone
mobile positioning based on cell id application for sony ericsson mobile phone
- 2022-07-23 21:33:12下载
- 积分:1
-
engine_src
一个J2ME游戏引擎,这个引擎可以用MYECLIPSE直接打开,大家可以尝试下(A J2ME game engine, the engine can be directly MYECLIPSE open, we can try the next)
- 2010-01-06 09:48:15下载
- 积分:1
-
java source code for modile list function
java source code for modile list function
- 2022-02-04 05:45:00下载
- 积分:1
-
J2ME的闪屏的例子
j2me splash screen example
- 2022-03-12 09:00:36下载
- 积分: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