-
J2ME斜45度游戏引擎,一共两个文件,这是第二个。
J2ME斜45度游戏引擎,一共两个文件,这是第二个。-inclined 45 degrees J2ME game engine, a total of two documents, which is the second.
- 2022-09-10 21:20:03下载
- 积分: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
-
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
-
use J2ME simple Email this function. Mobile phones can run the program, check le...
用J2ME实现简单电子邮件发送功能。 可以通过手机运行该程序,实现远程查信等功能。-use J2ME simple Email this function. Mobile phones can run the program, check letter remote functions.
- 2023-01-22 11:10: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
-
一个很简单的例子,就是用J2ME是实现一个会飞行的蜜蜂,方向键控制。适合初学者,理解精灵的使用。...
一个很简单的例子,就是用J2ME是实现一个会飞行的蜜蜂,方向键控制。适合初学者,理解精灵的使用。-A flying bee demo by j2me
- 2022-10-06 13:15:02下载
- 积分:1
-
SyncML手册及其编程,希望对大家有帮助;
SyncML手册及其编程,希望对大家有帮助;-SyncML manual and programming, we want to help;
- 2022-11-13 20:15:04下载
- 积分:1
-
spring oauth2.0 sso(单点登录)
【实例简介】含完整源码以及数据库
spring-security-oauth2-server 是 授权服务器(oauth2-server)
spring-boot-oauth2-client 是单点登录客户端应用
- 2021-11-06 00:37:12下载
- 积分:1
-
是 从别的论坛里面弄的e398的劲乐,希望大家能够喜欢
是 从别的论坛里面弄的e398的劲乐,希望大家能够喜欢-from somewhere else to get inside the Forum in 1960 E398 music, hope that we can like.
- 2022-03-30 10:20:07下载
- 积分:1
-
从BREW系统移植到J2ME系统的移植是用一定难度的,请大家参考.
从BREW系统移植到J2ME系统的移植是用一定难度的,请大家参考.-from BREW system transplanted to the transplant system J2ME is a certain degree of difficulty, please reference.
- 2022-03-30 10:13:13下载
- 积分:1