-
泛型是Java SE 1.5的新特性,泛型的本质是参数化类型,也就是说所操作的数据类型被指定为一个参数。这种参数类型可以用在类、接口和方法的创建中,分别称为泛型...
泛型是Java SE 1.5的新特性,泛型的本质是参数化类型,也就是说所操作的数据类型被指定为一个参数。这种参数类型可以用在类、接口和方法的创建中,分别称为泛型类、泛型接口、泛型方法。Java语言引入泛型的好处是安全简单。-Generic is the Java SE 1.5 new features, the nature of generic type parameters, that is operated by the data type is designated as a parameter. This parameter type can be used in class, the creation of interfaces and methods of the respective category as generic, generic interfaces, generic approach. Java language advantages of the introduction of generic security simple.
- 2022-01-29 01:27:05下载
- 积分:1
-
java to develop a small example of research with U.S. and Kazakhstan
java开发的一个小例子,大家一起研究哈-java to develop a small example of research with U.S. and Kazakhstan
- 2022-06-14 15:40:20下载
- 积分:1
-
线程与Swing。 Swing API的设计目标是强大、灵活和易用。特别地,我希望能让程序员们方便地建立新的Swing组...
线程与Swing。 Swing API的设计目标是强大、灵活和易用。特别地,我希望能让程序员们方便地建立新的Swing组-threads with Swing. Swing API is designed powerful, flexible and easy to use. In particular, I wish to allow programmers to facilitate the establishment of a new group of Swing
- 2022-01-26 05:52:57下载
- 积分:1
-
dom4j
dom4j入门例子,提供对xml文件的一些常见操作
创建 修改 删除等-dom4j
- 2022-08-12 15:40:43下载
- 积分:1
-
JR 公共类库 --Java研究组织开源子项目 本项目的发起的初衷是丰富和完善java的类库,我们希望通过大家的共同努力减少很多不必要的重复劳动,也希望能让更多
JR 公共类库 --Java研究组织开源子项目 本项目的发起的初衷是丰富和完善java的类库,我们希望通过大家的共同努力减少很多不必要的重复劳动,也希望能让更多的初学者更容易的使用java进行开发。对于参与本项目的人,我们希望在相互合作的过程中共同的提高自己的能力,对于关注本项目的人,我们希望您能从我们的劳动成果中获益,也希望您能加入我们的行列。让我们一起行动,使我们的开发更容易,使我们的程序更多彩!-JR public library-- open-source Java Research Program in the launching of the project is to enrich the mind and improve the java class libraries, we hope that through our joint efforts to reduce unnecessary duplication of work and also wish to allow more beginners easier for the use of java development. To participate in the project, we hope that mutual cooperation in the process of common enhance their capacity for attention to the project, we hope that you can work to our benefit from the results, I hope you will join our ranks. Let us act together to make our developers more easily make our procedures more color!
- 2022-02-05 17:26:22下载
- 积分:1
-
DRP myeclipsejsp,实现,界面功能都相当好。JSP是研究…
物料管理系统,JSP实现,界面功能都相当优秀。是学习JSP的佳作-DRP myeclipseJSP,realize, interface features are quite good. JSP is the study of the worksname into sales management system, its main functions : can purchase and sales records management
- 2022-02-05 16:49:44下载
- 积分:1
-
The use of struts to develop a paging source code examples, can be directly impo...
利用struts开发的一个分页源码示例,可以直接导入到myeclipse下.-The use of struts to develop a paging source code examples, can be directly imported into under myeclipse.
- 2023-02-10 17:30:03下载
- 积分:1
-
运行于linux下的一个文本文件到excel文件和转换包,可用于参考
运行于linux下的一个文本文件到excel文件和转换包,可用于参考-Under linux running on a text file to excel file and conversion kits, can be used for reference
- 2023-06-13 10:40:14下载
- 积分:1
-
网格agent平台(GAP ,Grid AgentsPlatform)开发包,建造和模拟网格环境下的移动agent.类似JADE(Java Agent DEve...
网格agent平台(GAP ,Grid AgentsPlatform)开发包,建造和模拟网格环境下的移动agent.类似JADE(Java Agent DEvelopment Framework).此平台建立在Gridsim基础上,可编程实现模拟Computing Elements, Storage Elements, Virtual Organisations, 等-Agent grid platform (GAP, Grid AgentsPlatform) development kits, construction and simulation in grid environment for mobile agent. Similar to JADE (Java Agent DEvelopment Framework). This platform is built on the basis of Gridsim, programmable analog Computing Elements, Storage Elements, Virtual Organisations, etc.
- 2022-01-25 23:59:57下载
- 积分:1
-
图文混排工具
1、新建一个Web工程
2、将Jsp下的页面与.js文件拷贝到工程的WebRoot下面
3、将images文件夹拷贝到工程的Web...
图文混排工具
1、新建一个Web工程
2、将Jsp下的页面与.js文件拷贝到工程的WebRoot下面
3、将images文件夹拷贝到工程的WebRoot下面
4、运行工程显示页面Gls.htm就可以图文混排编辑器。
5.向Oracle数据库中插入大文本数据:
a)将需要插入大文本的字段定义为long数据类型
b)Source下的GlsTest.java即为向Qracle中插入大文本的方法及数据库操作
运行注意事项:
1、注意包名的大小写情况
2、注意页面的编码问题-1 Mixed Map and Text tool, create a new Web Project 2, will be the next jsp page with. Js files are copied to the project WebRoot below 3 will be copied to the images folder WebRoot works below 4, to run the project show page on Gls.htm can Mixed Map and Text Editor. 5. To the Oracle database to insert large text data: a) will need to insert a large text field is defined as the long data type b) Source of GlsTest.java is to insert a large text Qracle methodology and database operations run Notices : one, pay attention to the case pack of 2, paying attention to the encoding of the page
- 2022-05-30 00:56:11下载
- 积分:1