资源简介
基于struts和hibernate的管理系统,记得修改数据库和密码
代码片段和文件信息
package addHibernateFile;
import javax.swing.JOptionPane;
import org.hibernate.Session;
import org.hibernate.SessionFactory;
import org.hibernate.cfg.Configuration;
public class HibernateSessionFactory {
private static SessionFactory sessionFactory;
private static Configuration configuration=new Configuration();
public HibernateSessionFactory(){
}
static{
try{
Configuration configure = configuration.configure(“hibernate.cfg.xml“);
sessionFactory=configure.buildSessionFactory();
}catch(Exception e){
message(“生成SessionFactoyr失败:“+e);
}
}
public static Session getSession(){
return sessionFactory.openSession();
}
public static void message(String mess){
int type=JOptionPane.YES_NO_OPTION;
String title=“提示信息“;
JOptionPane.showMessageDialog(null mess title type);
}
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2018-10-27 15:22 管理系统\
目录 0 2018-10-27 15:20 管理系统\ch06\
文件 841 2018-10-21 17:21 管理系统\ch06\.classpath
文件 904 2018-10-21 17:21 管理系统\ch06\.project
目录 0 2018-10-27 15:20 管理系统\ch06\.settings\
文件 567 2018-10-21 17:21 管理系统\ch06\.settings\.jsdtscope
文件 149 2018-10-26 10:48 管理系统\ch06\.settings\org.eclipse.core.resources.prefs
文件 364 2018-10-21 17:21 管理系统\ch06\.settings\org.eclipse.jdt.core.prefs
文件 551 2018-10-21 17:21 管理系统\ch06\.settings\org.eclipse.wst.common.component
文件 345 2018-10-21 17:21 管理系统\ch06\.settings\org.eclipse.wst.common.project.facet.core.xm
文件 49 2018-10-21 17:21 管理系统\ch06\.settings\org.eclipse.wst.jsdt.ui.superType.container
文件 6 2018-10-21 17:21 管理系统\ch06\.settings\org.eclipse.wst.jsdt.ui.superType.name
目录 0 2018-10-27 15:20 管理系统\ch06\build\
目录 0 2018-10-27 15:20 管理系统\ch06\build\classes\
目录 0 2018-10-27 15:20 管理系统\ch06\build\classes\addHibernateFile\
文件 1624 2018-10-27 13:41 管理系统\ch06\build\classes\addHibernateFile\HibernateSessionFactory.class
目录 0 2018-10-27 15:20 管理系统\ch06\build\classes\Dao\
文件 3421 2018-10-27 13:41 管理系统\ch06\build\classes\Dao\StudentDao.class
文件 737 2018-10-21 17:22 管理系统\ch06\build\classes\hibernate.cfg.xm
文件 367 2018-10-21 17:21 管理系统\ch06\build\classes\hibernate.reveng.xm
目录 0 2018-10-27 15:20 管理系统\ch06\build\classes\PO\
文件 1286 2018-10-27 13:41 管理系统\ch06\build\classes\PO\Stuinfo.class
文件 1019 2018-10-21 17:22 管理系统\ch06\build\classes\PO\Stuinfo.hbm.xm
文件 1567 2018-10-21 17:21 管理系统\ch06\build\classes\struts.xm
目录 0 2018-10-27 15:20 管理系统\ch06\build\classes\studentAction\
文件 3041 2018-10-27 13:41 管理系统\ch06\build\classes\studentAction\AddMessageAction.class
文件 1521 2018-10-27 13:41 管理系统\ch06\build\classes\studentAction\DeleteMessageAction.class
文件 1999 2018-10-27 13:41 管理系统\ch06\build\classes\studentAction\FindMessageAction.class
文件 1310 2018-10-27 13:41 管理系统\ch06\build\classes\studentAction\LookMessageAction.class
文件 2679 2018-10-27 13:41 管理系统\ch06\build\classes\studentAction\UpdateMessageAction.class
目录 0 2018-10-27 15:20 管理系统\ch06\ImportedClasses\
............此处省略65个文件信息
相关资源
- SecureNetTerm最新汉化中文破解版
- SSH的BBS论坛系统的开发毕业论文
- SSH Secure Shell
- centos 7.x openssh7.8p RPM包
- 2019最新 BOOTSTRAP 4 Admin 仪表板
- 一个自己写的ssh物流管理系统毕设论
- centos openssh 升级安装rpm包
- 整合ssh宿舍管理系统
- Spring+Springmvc+Hibernate+Bootstrap开发企业
- 一个简单的ssh框架集成的
- ssh_depot.zip
- 基于SSH框架的智能停车系统服务器与
- spring mvc + spring + hibernate 全注解整合开
- 简单的SSH小
- ssh众筹管理系统
- 基于ssh的高校学生就业系统.zip
- SSH学生信息管理系统毕业课程设计源
- 韩顺平SSH框架校内网源码
- SSH校内网源码
- 东北大学web开发程序设计实践实验报
- 海康威视Web开发包.zip
- 度假村项目SSH框架版
- 海康威视WEB开发包最新版
- SSH框架+Ajax实现增、删、改、查
- ssh基础项目
- struts+spring+hibernate整合包
- 网上商城毕业设计SSH
- bitvise ssh client v8.29 最新版
- springmvc+spring+hibernate
- Springmvc+Hibernate改写传智播客ssh网上商
评论
共有 条评论