搜索资源列表
universal DAO
- 以前写的通用数据库接口,觉得不错,共享之!-before writing the generic database interface, think it's good to share!
Login.rar
- 时尚数码平台登录模块 strut2+hibernate整合 四层架构 底层数据库层 DAO server层 表现层,Fashion digital platform registry module strut2+ Hibernate integrated four-tier structure the underlying database layer DAO server layer layer
dao
- java连接数据库和进行增删改查操作Java connect to database and do some operation such as adding,deleting,or changing. -Java connect to database and do some operation such as adding,deleting,or changing.
DAO
- Dao的封装,主要是对数据库的操作,包括增删改查等。-Dao package, mainly for database operations, including CRUD, etc.
jdbcdao
- 达内IT培训Java DAO 源码 是学习Java用DAO方式连接数据库编程的好东西-Tatsu Java DAO within the IT training is to learn from Java source code using DAO to connect database programming good things
news
- 本系统利用JSP+Servlet+JavaBean+DAO+数据库处理类,采用B/S模式设计和实现一个功能完善的并可自定义栏目的网站新闻发布系统-The system uses JSP+ Servlet+ JavaBean+ DAO+ database handler class, using B/S model design and implement a fully functional and can be custom section of the website news releas
DAO
- DAO,数据访问对象,全英文版,实例讲解了java访问数据库的实例-DAO, Data Access Objects, all in English, access to the database instance to explain the instances of java
DAO
- DAO技术的java编程,实现了经典的数据库连接,采用oracle数据库-DAO technology, java programming, the classical database connection, using oracle database
dao
- 向oracle数据库中,导入excel源码-To the oracle database, import the excel source
WorkHourSystem
- 在struts、spring、hibernate三个框架的基础上,分层搭建: model层:主要存放数据库中的表反转后的java及xml文件 DAO 层:存放对各表中数据的操作,是一个接口层 DAOImpl层:对DAO中方法的实现 service 层:业务逻辑层 serviceImpl层:对service层方法的实现 action层:控制页面跳转 JSP层:主要是页面的设计 直接接触用户的层-In struts, spring, hibernate on the ba
JDBC-database-access
- java编程技术-JDBC数据库访问。主要介绍了: PostgreSQL数据库简介 ;Java数据库技术概述;传统的数据库连接方法;使用数据源连接数据库;预处理语句;DAO设计模式介绍。 -java programming-JDBC database access. Introduces: PostgreSQL Database profile Java database technology overview traditional database connection metho
jsp.javaBean.DAO
- 1、连接数据库,关闭数据库:DataBaseConnection.java 2、查询过程:封装成DAO接口 *一个DAO的具体实现类 *一个工厂类 3、判断跳转 -1, connect to the database, close the database: DataBaseConnection.java 2, the query process:* DAO interface packaged into a concrete DAO factory implem
JXCManager-dao
- 进销存中从数据库读取所需信息资料,并加以处理,执行增、删、改、查等功能,是供初学者参考的一个例子-get something form database
jdbc-mysql-dao
- Dbus.java:DAO层连接mysql及关闭连接; Users.java:对用户信息的封装; UserInterface.java:DAO层数据库访问接口; UserImpl.java:DAO层数据库访问简单实现; LoginServlet.java:用于处理用户登陆的servlet; EncodeServlet.java:字符编码过滤器,设置为gb2312.-Dbus.java: DAO layer connection mysql and close the conn
DAO
- 利用DAO模式,实现数据库的链接和简单的操作,提高代码的利用率,方便后期的维护与修改-DAO mode, the database link and simple operation, improve the utilization of the code, and to facilitate the maintenance and modification of the late
dao
- 经典的dao设计模型,适合于初学者,里面源码加数据库,注解比较详细。-Classic dao design model, suitable for beginners, inside source plus database, more detailed comment.
DataBase
- 使用java编程,采用DAO访问格式,以及数据库连接池技术,Acess数据库操作的经典程序-Classic program using java programming, the DAO access format, and database connection pool technology, Acess database operations
JDBC_Web
- web项目超市管理系统,使用最原始的JDBC访问数据库,包括dao、entity、servlet、jsp等,其中有数据库的导入表-web project supermarket management system, the use of the most original JDBC to access the database, dao, entity, servlet, jsp, including database import tables
DAO-pattern-design
- DAO模式设计,实现用户注册,使用mysql数据库-DAO pattern design, implementation, user registration, use mysql database
Dao
- 数据库Dao类的构建 首先定义了一个类Dao,并为该类添加了4中方法,分别是构造方法Dao、查询方法executeQuery、更新方法executeUpdate以及关闭连接方法close。 -First, build the database Dao class defines a class Dao, and as such adds 4 methods, namely constructor Dao, query methods executeQuery, executeUpdate