毕业论文
计算机论文
经济论文
生物论文
数学论文
物理论文
机械论文
新闻传播论文
音乐舞蹈论文
法学论文
文学论文
材料科学
英语论文
日语论文
化学论文
自动化
管理论文
艺术论文
会计论文
土木工程
电子通信
食品科学
教学论文
医学论文
体育论文
论文下载
研究现状
任务书
开题报告
外文文献翻译
文献综述
范文
JSP+mysql药品销售及管理系统设计与实现+用例图(11)
</property>
<!-- 数据库的用户名 -->
<property name="connection.username">root</property>
<!-- 数据库的密码 -->
<property name="connection.password">root</property>
<!-- 数据库的驱动程序 -->
<property name="connection.driver_class">
com.mysql.jdbc.Driver
</property>
<!-- 数据库的Dialet"方言" -->
<property name="dialect">
org.hibernate.dialect.MySQLDialect
</property>
(2) 然后在hibernate.cfg.xml中加载持久化对象配置文件。
<!-- HBM文件列表 -->
<mapping resource="cn/com/medicineMSys/model/DrugInfo.hbm.xml" />
<mapping resource="cn/com/medicineMSys/model/OrderForm.hbm.xml" />
<mapping resource="cn/com/medicineMSys/model/CaseList.hbm.xml" />
<mapping resource="cn/com/medicineMSys/model/EnterStorage.hbm.xml" />
<mapping resource="cn/com/medicineMSys/model/Users.hbm.xml" />
<mapping resource="cn/com/medicineMSys/model/Storage.hbm.xml" />
<mapping resource="cn/com/medicineMSys/model/Sale.hbm.xml" />
(3) 读取hibernate.cfg.xml配置文件,加载配置信息。
private static Configuration configuration;
private static SessionFactory sessionfactory;
static{
configuration = new Configuration();
configuration.configure();
sessionfactory = configuration.buildSessionFactory();
}
(4) 获取数据库会话,执行有关SQL操作。
return sessionfactory.openSession();
4.3 系统登录模块实现
该功能主要负责的是用户的登录。在用户输入用户名和密码后,点击登录,系统就会将登录信息发送到服务端进行验证,即和数据库中的用户表里面的信息进行比对,如果正确,则利用户成功登录进入系统首页,比对出来不一致的话,则提示输入错误,返回登录页面,让用户重新输入。
(1) 登录界面对应JSP中,将登录处理提交给loginUsers
<form name="myform" action="loginUsers" onsubmit="return validate()" method="post">
(2) 该Action在struts.xml中配置,对应处理代码是UsersAction类。
<!-- 用户登录、新增、修改信息对应处理代码配置 -->
<action name="*Users" class="cn.com.medicineMSys.action.UsersAction" method="{1}">
<result name="loginsuccessM">web/index.jsp</result>
<result name="loginsuccessU">web/index_user.jsp</result>
共17页:
上一页
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
下一页
上一篇:
Android平台手机图片浏览软件的开发实现
下一篇:
VC出租车路线规划算法Dijkstra设计
jsp+mysql的B2C网上商城系统的设计与实现
jsp+mysql毕业设计课题管理系统的设计
jsp+mysql购物车系统核心算法的分析设计与实现
jsp+mysql宾馆管理系统设计
jsp+mysql面向大众的医疗咨询平台设计与实现
jsp+mysql移动互动学习系统Web端设计
jsp+mysql网上商品销售系统
公寓空调设计任务书
医院财务风险因素分析及管理措施【2367字】
中国学术生态细节考察《...
C#学校科研管理系统的设计
10万元能开儿童乐园吗,我...
志愿者活动的调查问卷表
国内外图像分割技术研究现状
承德市事业单位档案管理...
AT89C52单片机的超声波测距...
神经外科重症监护病房患...