-
SeparatorAttributeDescriptor
An exception that indicates that garbage-collector is finalizing a database object that is not explicitly closed.
- 2014-02-27 10:20:50下载
- 积分:1
-
java实现基础连连看
资源描述//创建两个数组线性表{"George","Jim","John","Blake","Kevin","Michael"}
//和{"George","Katie","Kevin",Micheal","Ryan"},求他们的并、差和交集。
//(可以先备份这些线性表,以防止这些集合操作改变了原来的线性表)
- 2022-08-18 16:57:41下载
- 积分:1
-
Machine Learning Java Eclipse code which goes along with Stephen Marsland s book...
Machine Learning Java Eclipse code which goes along with Stephen Marsland s book Machine Learning
- 2023-01-22 16:45:03下载
- 积分:1
-
创建组报告的能力,并授予用户访问的可行性报告
The ability to create groups of reports, and grant users access to reports by group. The ability to generate reports as PDF, XLS, HTML, and CSV files. The ability to generate bar, pie and xy charts for inclusion in reports. The ability to schedule and email PDF, XLS, and CSV reports. The ability to define reusable report parameters. Available parameter types include Date, Text, and Query Parameters. The ability to create multiple DataSources for use in generating reports. Support for JNDI DataSources and internal connection pooling via Commons-DBCP is included. The ability to upload and hot deploy new reports. Web based administration of users, groups, reports, parameters, and datasources. Cross platform database support via Hibernate based persistence layer. Available in a preconfigured bundle with Apache Tomcat. - The ability to create groups of reports, and grant users access to reports by group. The ability to generate reports as PDF, XLS, HTML, and CSV files. The ability to genera
- 2023-01-29 08:35:04下载
- 积分:1
-
discuz-ucenter_api_for_java(内附测试项目)
此项目整合了几个日常常用的框架SpringMVC+Hibernate+MySql+EasyUI,并使用discuz授权登陆(This project integrates several commonly used framework SpringMVC+Hibernate+MySql+EasyUI, and uses discuz authorization landing)
- 2017-11-03 17:17:48下载
- 积分:1
-
hengshudao
JAVA横竖倒显示输入的字符串 代码,代码出处:http://www.itneng.com/thread-4121-1-1.html 代码可直接编译(JAVA print)
- 2013-11-18 21:42:04下载
- 积分:1
-
junit 逻辑测试 单元测试
一个java代码逻辑测试, 通过xml配置测试用例,通过ant获取测试报告。
- 2023-01-30 14:25:04下载
- 积分:1
-
snmp4j初学代码
简单的连接snmp agent 然后get数据
在main函数中
Address targetAddress=GenericAddress.parse("udp:192.168.5.151/161");
TransportMapping transport=new DefaultUdpTransportMapping();
Snmp snmp=new Snmp(transport);
transport.listen();
CommunityTarget target=new CommunityTarget();
target.setCommunity(new OctetString("WinSpread"));
target.setAddress(targetAddress);
target.setRetries(3);
target.setTimeout(5000);
target.setVersion(1);
PDU request=new PDU();
request.setType(PDU.SET);
// request.add(new VariableBinding(new OID("IP-FORWARD-MIB::inetCidrRouteMetric4.ipv4")));
// request.add(new VariableBinding(new OID("IP-MIB::ipAdEntAddr")));
// request.add(new VariableBinding(new OID(".1.3.6.1.2.1.1.3.0")));
//
- 2022-04-07 20:38:13下载
- 积分:1
-
Policy
Answers a Policy object with the specified type and the specified parameter.
- 2013-11-26 15:04:56下载
- 积分:1
-
Server
实现局域网简单通讯,服务器端的一段小代码,是一个小功能,很简单,还没有完善(LAN simple communication, server-side a small code, is a small, simple, and there is no perfect)
- 2013-05-14 14:30:25下载
- 积分:1