摘要: hibernate 抽取工具类 编写工具类 package com.xmetc.hibernate.zyz; import org.hibernate.Session; import org.hibernate.SessionFactory; import org.hibernate.cfg.Con 阅读全文
posted @ 2020-07-02 16:15 1456710017 阅读(161) 评论(0) 推荐(0) 编辑
摘要: hibernate01 1 创建数据表 CREATE TABLE `m_user` ( `user_id` int(10) NOT NULL AUTO_INCREMENT, `username` varchar(50) NOT NULL, `password` varchar(60) NOT NUL 阅读全文
posted @ 2020-07-02 02:08 1456710017 阅读(195) 评论(0) 推荐(0) 编辑