⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 00afd704758b001b1824f94af3792b74

📁 一个Struts+DAO实现的用户登陆程序,学习Struts的可以看下
💻
字号:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE struts-config PUBLIC "-//Apache Software Foundation//DTD Struts Configuration 1.2//EN" "http://struts.apache.org/dtds/struts-config_1_2.dtd">

<struts-config>
  <data-sources />
  <form-beans >    <form-bean name="loginForm" type="cn.mldn.lxh.struts.form.LoginForm" />  </form-beans>
  <global-exceptions />
  <global-forwards />
  <action-mappings >    <action      attribute="loginForm"      input="/form/login.jsp"      name="loginForm"      path="/login"      scope="request"      type="cn.mldn.lxh.struts.action.LoginAction" />  </action-mappings>
  <message-resources parameter="cn.mldn.lxh.struts.ApplicationResources" />
</struts-config>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -