-
这是个嵌套小程序啊 虽然很简单但是它的思想对于以后的开化过程中是很重要的...
这是个嵌套小程序啊 虽然很简单但是它的思想对于以后的开化过程中是很重要的-This a small nested procedures ah although it is very simple ideas for the future of culturing process is very important
- 2022-03-14 12:51:53下载
- 积分:1
-
J2ME是基于j2mepolish,移动应用客户端和服务器。菜单样本
j2me is based on j2mepolish, client & server for mobile application. menu sample
- 2022-07-24 21:50:52下载
- 积分:1
-
蓝牙手机控制器,通过蓝牙由手机的J2me程序搜索服务端,PC负责接受信号,并对鼠标键盘进行操作,实现手机作为PC遥控器的目的...
蓝牙手机控制器,通过蓝牙由手机的J2me程序搜索服务端,PC负责接受信号,并对鼠标键盘进行操作,实现手机作为PC遥控器的目的-Bluetooth mobile phone controller, using Bluetooth on the client side(phone) to search services. PC is responsible for receiving signals, controlling the mouse and keyboard so as to create a remote controller on a mobile phone.
- 2022-07-07 11:42:46下载
- 积分:1
-
J2ME游戏开发中使用层的概念,J2ME编程学习,供初学者学习,含源码...
J2ME游戏开发中使用层的概念,J2ME编程学习,供初学者学习,含源码-J2ME game developers use the concept of layers, J2ME programming study, to learn for beginners, with FOSS
- 2022-08-23 02:28:46下载
- 积分:1
-
J2ME的星座程序,包含文档
J2ME的星座程序,包含文档-it can look up constellations, dan it contain documents.
- 2022-04-24 19:34:16下载
- 积分:1
-
Dice Roller 这个软件准许用户产生骰子滚动。一个用户通过把骰子加到卷饼线上,结合对这些结果的加减法完成这。当卷饼线被创造了的时候用户可以产生以这条线为...
Dice Roller 这个软件准许用户产生骰子滚动。一个用户通过把骰子加到卷饼线上,结合对这些结果的加减法完成这。当卷饼线被创造了的时候用户可以产生以这条线为依据的一个随便的数字。
而 J2MEDice 就是 Dice Roller 在 Java 手机上实现的版本。-Dice Roller allow the software user-generated rolling dice. A user is added through the dice online卷饼light of these results to complete the addition and subtraction. When卷饼lines were created when the user can generate in this line is based on a random number. Dice Roller and J2MEDice is realized in the Java version of the phone.
- 2022-12-30 04:20:03下载
- 积分:1
-
src01
可以把公路整条线型参数输入手机中并保存,在野外作业时查询坐标数据。(You can put the entire highway linear parameter input your phone and save the query coordinate data in field operations.)
- 2015-01-28 17:39:40下载
- 积分: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手机游戏赤血英豪源代码(含6种机型),机型主要有:E398、索爱K700,N机7610、V600等。...
J2me手机游戏赤血英豪源代码(含6种机型),机型主要有:E398、索爱K700,N机7610、V600等。
-J2me Mobile Games Ferricyanide Kennedy source code (including six kinds of models), models are mainly: E398, Sony Ericsson K700, N machine 7610, V600 and so on.
- 2022-03-06 19:47:18下载
- 积分:1
-
java--博客简单评论demo
简单博客评论功能,含登录,注册,增删改查等基础功能;样式有点low,就不截图发布了 MyEclipse项目,mysql数据库:root,密码123 登录注册,博客评论删除等功能项目:一个实现了增删改查技术的破烂微博技术:jsp servlet mysql项目实现: 1.注册,登录 2.主页面显示所有微博信息(查) 3.发微博(增) 4.点赞,取消点赞(改) 5.删除 6.建表,连接数据库 7.好友关系(附加,选择完成)前端页面提供好了,功能我大致已经完成,就是一些增删改查的功能。
- 2019-04-29下载
- 积分:1