-
生成图片代码
public static void createImage() throws IOException{
int[] rgb = new int[3];
File file = new File("D:AliWorkbenchData img.jpg");
BufferedImage bi = null;
try {
bi = ImageIO.read(file);
} catch (Exception e) {
e.printStackTrace();
}
int width = bi.getWidth();
int height = bi.getHeight();
int minx = bi.getMinX();
int miny = bi.getMinY();
BufferedImage bii = new BufferedImage(wid
- 2022-01-31 08:03:13下载
- 积分:1
-
java 基础书籍,java2适合学习java初级人员
java 基础书籍,java2适合学习java初级人员-java
- 2022-02-27 02:40:35下载
- 积分:1
-
jsp1访客管理系统
开发技术
开发语言 Jsp/java
数据库 mysql
sqlserver 均可
S2SH框架
开发工具 myeclipse
eclipse
- 2022-09-17 00:10:06下载
- 积分:1
-
JSON
JSON包,标准标签库,Java中最常用的标准标签库。
JSON packages, standard tag libraries, and most commonly used standard tag libraries in Java.(JSON packages, standard tag libraries, and most commonly used standard tag libraries in Java.)
- 2017-09-08 08:49:22下载
- 积分:1
-
一个简单的初步的web
一个简单的初步的web, jsp页面,servlet ,服务器是 jetty, 数据库可参考类文件自己新建,不带数据库,
编辑器是idea ,包含初步的登陆和列表展示,部分JS, 暂时未加css,jsp中有java代码,可以用JSTl代替,
可以参考注释部分,页面和服务器的交互通过response和request实现
JSP(全称JavaServer Pages)是由Sun Microsystems公司倡导和许多公司参与共同创建的一种使软件
开发者可以响应客户端请求,而动态生成HTML、XML或其他格式文档的Web网页的技术标准。JSP技术
是以Java语言作为脚本语言的,JSP网页为整个服务器端的Java库单元提供了
- 2022-03-06 14:08:41下载
- 积分:1
-
Java用链表实现的计算器程序高性能
Java用链表实现的计算器程序高性能-use Java to achieve the high-performance calculator program
- 2022-01-22 06:28:43下载
- 积分:1
-
投票管理系统2
对于上次上传的投票系统进行了完善,改善了只有单人投票的功能。。。。。
- 2022-02-11 19:58:03下载
- 积分:1
-
qddown_jspoa
第二个OA系统,都是以前在学校做的东西 给大家参考参考(The second OA system, are in school do before things give you refer to)
- 2013-03-29 10:52:23下载
- 积分:1
-
BluetoothClass
Represents a Bluetooth class, which describes general characteristics and capabilities of a device.
- 2013-11-07 11:51:29下载
- 积分:1
-
LightStemmer
This procedure implements the LightStemmer the text-Arabic lassification method, with source code, test reports and corpus (including the test set)
- 2011-12-17 06:07:30下载
- 积分:1