通过sping3 +Hibernate4+StrutsMVC实现 考试管理系统 逻辑 一 --Struts配置

<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE struts PUBLIC "-//Apache Software Foundation//DTD Struts Configuration 2.1//EN" "http://struts.apache.org/dtds/struts-2.1.dtd">
<struts>
<package name="default" extends="struts-default">
<action name="user_register" class="userAction" method="add">
<result name="ok">/index.jsp</result>
</action>
<action name="user_login" class="userAction" method="login">
<result name="ok">/welcome.jsp</result>
<result name="on">/index.jsp</result>
</action>
<action name="user_update" class="userAction" method="update">
<result name="ok">/update1.jsp</result>
<result name="on">/update.jsp</result>
</action>
<action name="user_update1" class="userAction" method="update1">
<result name="ok">/index.jsp</result>
<result name="on">/update1.jsp</result>
</action>

<!-- 试卷的 -->
<action name="questions_add" class="questionsAction" method="add">
<result name="ok">/two.html</result>
</action>
<action name="questions_show" class="questionsAction" method="show">
<result name="ok">/one1.jsp</result>
</action>
<action name="questions_five" class="questionsAction" method="show">
<result name="ok">/five1.jsp</result>
</action>
<action name="questions_update" class="questionsAction" method="update">
<result name="ok">/five.jsp</result>
</action>

<!-- 分数的 -->
<action name="fraction_add" class="fractionAction" method="add">
<result name="ok">/one.jsp</result>
</action>
<action name="fraction_show" class="fractionAction" method="show">
<result name="ok">/three.jsp</result>
</action>
</package>
</struts>
时间: 2024-10-11 22:50:56

通过sping3 +Hibernate4+StrutsMVC实现 考试管理系统 逻辑 一 --Struts配置的相关文章

通过sping3 +Hibernate4+StrutsMVC实现 考试管理系统 逻辑 二 --hibernate配置

hibernate使用需要配置以下几个方面. 1.配置数据源 <bean id="dataSource" class="org.apache.commons.dbcp.BasicDataSource"> <property name="driverClassName" value="com.mysql.jdbc.Driver"></property> <property name=&q

通过sping3 +Hibernate4+StrutsMVC实现 考试管理系统 逻辑 一 --Spring配置

配置注入action,dao层,service层 <!-- action --> <bean id="userAction" class="cn.lt.action.UserAction" scope="prototype"> <property name="userService" ref="userService"></property> </bea

通过sping3 +Hibernate4+StrutsMVC实现 考试管理系统 逻辑 一 邮件发送配置

邮件实体类 public class Mail implements Serializable { public static final String ENCODEING = "UTF-8"; private String host; // 服务器地址 private int port;//端口设置 private String sender; // 发件人的邮箱 private String receiver; // 收件人的邮箱 private String name; // 发

通过sping3 +Hibernate4+StrutsMVC实现 考试管理系统 实现文件上传(servlet)

public void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException { //得到上传文件的保存目录,将上传的文件存放于WEB-INF目录下,不允许外界直接访问,保证上传文件的安全 String savePath = this.getServletContext().getRealPath("/WEB-INF/upload"); F

智能考试管理系统-个人总结

智能考试管理系统-个人总结 1.项目相关链接 Github链接:https://github.com/zucc31701019/zucc31701019 UML图:https://www.cnblogs.com/zucc-31701019/p/11884630.html 需求分析:https://www.cnblogs.com/zucc-31701019/p/11792017.html 设计原型:https://www.cnblogs.com/zucc-31701019/p/11970233.h

某考试系统逻辑漏洞打包#可改题改分数#查看大量信息

转载请注明作者admin-神风 漏洞一.登录处可遍历uid密码爆破 http://www.examcoo.com/passport/login/preurl/L3VzZXJjZW50ZXIv 登录之前注册好了的账号2246055 然后抓包 看到数据包中的pwd是加密的  随后去md5解密 可以看到密码是123456 然后遍历uid来爆破那些用户是123456这个密码的 导入字典开始爆破 从下图成功爆破后的结果可以看到 成功的length为667 随后登录 登录成功! 可以查看到班级的信息和考试的

逻辑卷(LVM)配置

逻辑卷(LVM)管理目的是把硬盘空间从物理硬盘的管理方式中跳出来,进行更方便的统一管理分配.LVM将存储虚拟化,使用逻辑卷,你不会受限于物理磁盘的大小,另外,与硬件相关的存储设置被其隐藏,你可以不用停止应用或卸载文件系统来调整卷大小或数据迁移,这样可以减少操作成本. 逻辑卷管理器(LVM): 允许对卷进行方便操作的抽象层,包括重新设定文件系统的大小: 允许在多个物理设备间重新组织文件系统: 将设备指定为物理卷: 用一个或者多个物理卷来创建一个卷组: 物理卷是用固定大小的物理区域(Physical

创建逻辑卷并配置ftp

1.创建用户teacher并指定其家目录为/ftproot,密码设置为[email protected](5分) [[email protected] ~]# useradd -d /ftproot teacher [[email protected] ~]# echo [email protected] |passwd --stdin teacher [[email protected] ~]# grep teacher /etc/passwd 2.使用/dev/sd{b,c,d}创建大小为4

mantis缺陷管理系统的搭建与配置

mantis是一个开源的基于PHP技术的项目和缺陷管理系统,由于项目需要,搭建和配置使用mantis,遂将在自己VMware中的安装配置过程进行记录,以备查用. 系统版本:Windows 7-64位-旗舰版(实际环境Windows Server 2008 R2-64位) 软件版本:xampp-win32-1.8.3.mantisbt-1.2.8 1.安装xampp 因为mantis需要使用apache.mysql.php,若全部都单独安装,耗时耗力,好在可以使用xampp一次全部完成. 可以安装