-
prepared by the degree of latitude and longitude entry controls, coordinates inc...
java编写的经纬度度录入控件,支持经纬度载入,对于编写gis程序很有用哈。-prepared by the degree of latitude and longitude entry controls, coordinates included support for the preparation of procedures gis useful Kazakhstan.
- 2022-08-03 15:55:35下载
- 积分:1
-
1. Development Environment: SunShine Guestbook v1.0 development environment used...
1.开发环境:
SunShine留言本v1.0所采用的开发环境为:J2SDK1.42+TOMCAT5.0+ACCESS2000
2.安装说明:
SunShine留言本v1.0所有数据均采用数据库存储,采用JDBC连接池,直接连接数据库,不需要配置ODBC数据源即可直接运行。
3.运行环境:
SunShine留言本v1.0是基于JSP/JavaBean开发的一套留言本系统,正常使用该软件您必须保证您的服务器满足如下要求:
①系统环境:J2SDK+TOMCAT或更高版本
②数据库:ACCESS2000或更高版本
③客户端:使用Windows系统+IE5.0或更高版本
4.管理留言:
SunShine留言本v1.0默认的管理员ID:admin;管理员密码:adminSNDG
-1. Development Environment: SunShine Guestbook v1.0 development environment used for: J2SDK1.42+ TOMCAT5.0+ ACCESS20002. Installation instructions: SunShine Guestbook v1.0 database all data are stored, the use of JDBC connection pool, direct Connect database, do not need to configure ODBC data sources can be directly run. 3. Runtime Environment: SunShine Guestbook v1.0 is based on JSP/JavaBean developed a set of messages of the system, the normal use of the software you must ensure that your servers meet the following requirements: ① system environment: J2SDK+ TOMCAT or later ② Database: ACCESS2000 or late
- 2022-09-19 04:50:03下载
- 积分:1
-
使用控件数组的演示
使用控件数组的演示-use controls arrays demo
- 2022-08-24 12:50:17下载
- 积分:1
-
This is a seafood supermarket project design norms, norms of good Asian, design...
这是一个海鲜超市项目设计规范,很好的规范亚,设计用的.-This is a seafood supermarket project design norms, norms of good Asian, design use.
- 2022-09-03 20:50:02下载
- 积分:1
-
该文件为编译器词法分析的代码
该文件为编译器词法分析的代码-document for the compiler code lexical analysis
- 2022-03-23 22:07:09下载
- 积分:1
-
城市轮廓线问题的实现,利用分治算法,将input1.dat文件放在d盘根目录下...
城市轮廓线问题的实现,利用分治算法,将input1.dat文件放在d盘根目录下-Urban contour implementation issues, using the partition algorithm, the input1.dat files under the root directory on the d
- 2022-08-06 08:19:47下载
- 积分:1
-
Java reflection on the relevant sample code, detailed the use of the reflection...
有关Java反射的相关示例代码,详细使用的反射机制中的相关方法-Java reflection on the relevant sample code, detailed the use of the reflection of the correlation method
- 2022-08-21 23:23:33下载
- 积分:1
-
JBuilder内存车道控制插件的使用
JBuilder里监控内存使用情况的插件-JBuilder Memory Lane control the use of plug-in
- 2023-08-22 02:45:03下载
- 积分:1
-
The system uses the industry
本套系统采用了业界当前最为流行的beanAction组件,STRUTS框架,以及ibatis DAO框架,可以实现对系统多种功能的完美支持。本系统支持出账收入、卡销售收入、网间结算收入、预存转收入、通知单收入五个模块的数据操作,集录入、查询、修改、删除、导出、稽核等多种功能于一身,面向录入人员、稽核人员、归集人员等不同用户身份。-The system uses the industry
- 2022-02-26 22:43:11下载
- 积分:1
-
Hibernate 可以实现分页查询,例如:
从第2万条开始取出100条记录
Query q = session.createQuer...
Hibernate 可以实现分页查询,例如:
从第2万条开始取出100条记录
Query q = session.createQuery("from Cat as c")
q.setFirstResult(20000)
q.setMaxResults(100)
List l = q.list()
-Hibernate paging query can be achieved, for example: starting from the first 20000 records of 100 out Query q = session.createQuery ( " from Cat as c" ) q.setFirstResult (20000) q.setMaxResults (100) List l = q.list ()
- 2023-02-24 20:20:03下载
- 积分:1