struts hibernate 分页实例
资源大小: 5.06MB
资源类型:![]()
发布人: laziliyi
发布日期: 3个月前
Tag:
hibernate j2ee struts 分页 实例
资源分: 2
下载人数: 81
软件说明:
使用MSSQL2000,下面是表的脚本<br>if exists (select * from dbo.sysobjects where id = object_id(N'[dbo].[Student]') and OBJECTPROPERTY(id, N'IsUserTable') = 1)<br>drop table [dbo].[Student]<br>GO<br><br>CREATE TABLE [dbo].[Student] (<br> [id] [int] IDENTITY (1, 1) NOT NULL ,<br> [username] [varchar] (200) COLLATE Chinese_PRC_CI_AS NOT NULL ,<br> [password] [varchar] (20) COLLATE Chinese_PRC_CI_AS NOT NULL ,<br> [age] [int] NULL <br>) ON [PRIMARY]<br>GO



共有评论条
{Text}