请问如何配置WEB.XML?听说SCWCD中考了不少,急~~~~

deeprising 2002-05-01 11:34:47
如题
...全文
74 2 打赏 收藏 转发到动态 举报
写回复
用AI写文章
2 条回复
切换为时间正序
请发表友善的回复…
发表回复
deeprising 2002-05-07
  • 打赏
  • 举报
回复
谢谢~~~请问在tomcat,resin等中配置都一样吗
cxmlc 2002-05-04
  • 打赏
  • 举报
回复
<?xml version="1.0" encoding="UTF-8" ?>
- <!-- edited with XML Spy v3.5 NT (http://www.xmlspy.com) by ()
-->
<!DOCTYPE web-app (View Source for full doctype...)>
- <web-app>
<display-name>SCWCD</display-name>
<description>学习配置DD</description>
- <context-param>
<param-name>user</param-name>
<param-value>scwd</param-value>
</context-param>
- <context-param>
<param-name>password</param-name>
<param-value>scwcd</param-value>
</context-param>
- <listener>
<listener-class>javax.servlet.http.HttpSessionListener</listener-class>
</listener>
- <servlet>
<servlet-name>index</servlet-name>
<servlet-class>servlets.index</servlet-class>
- <init-param>
<param-name>name</param-name>
<param-value>servlet</param-value>
</init-param>
- <init-param>
<param-name>password</param-name>
<param-value>scwcd</param-value>
</init-param>
- <security-role-ref>
<role-name>my</role-name>
</security-role-ref>
</servlet>
- <servlet-mapping>
<servlet-name>index</servlet-name>
<url-pattern>/index</url-pattern>
</servlet-mapping>
- <session-config>
<session-timeout>30</session-timeout>
</session-config>
- <mime-mapping>
<extension>html</extension>
<mime-type>text/html</mime-type>
</mime-mapping>
- <mime-mapping>
<extension>doc</extension>
<mime-type>application/msword</mime-type>
</mime-mapping>
- <welcome-file-list>
<welcome-file>index.html</welcome-file>
<welcome-file>index.jsp</welcome-file>
<welcome-file>index.htm</welcome-file>
</welcome-file-list>
- <error-page>
<error-code>404</error-code>
<location>error/404.html</location>
</error-page>
- <error-page>
<exception-type>java.lang.Exception</exception-type>
<location>error/exception.html</location>
</error-page>
- <taglib>
<taglib-uri>/mytld</taglib-uri>
<taglib-location>/WEB-INF/tlds/mytld/tld</taglib-location>
</taglib>
- <security-constraint>
- <web-resource-collection>
<web-resource-name>my</web-resource-name>
<url-pattern>/index</url-pattern>
<url-pattern>/admin/*</url-pattern>
<http-method>get</http-method>
</web-resource-collection>
- <auth-constraint>
<description>Secury Test</description>
<role-name>Admin</role-name>
</auth-constraint>
- <user-data-constraint>
<transport-guarantee>NONE</transport-guarantee>
</user-data-constraint>
</security-constraint>
- <login-config>
<auth-method>FORM</auth-method>
<realm-name>Form Based Scuruty</realm-name>
- <form-login-config>
<form-login-page>/login.html</form-login-page>
<form-error-page>/error.html</form-error-page>
</form-login-config>
</login-config>
- <security-role>
<role-name>my</role-name>
<description>这是一个安全规则</description>
</security-role>
</web-app>
内容概要:本文针对无刷直流电机驱动的电子机械制动(EMB)执行器,建立了考虑Stribeck摩擦特性的非线性耦合动力学模型,并在Simulink环境中完成了系统级仿真分析。研究综合集成了电机动力学、齿轮传动机构与制动执行机构的动力学特性,构建了高保真的机电一体化系统模型。重点引入Stribeck摩擦模型以精确描述低速工况下执行器内部存在的静摩擦、粘滞摩擦与库仑摩擦之间的过渡行为,有效提升了系统在启停、反向运动等瞬态过程中的动态响应仿真精度。通过多工况仿真验证了模型的有效性,能够准确反映摩擦引起的爬行、滞后与定位误差等非线性现象,为EMB系统的高性能控制算法设计(如摩擦补偿、滑模控制)与结构优化提供了高可信度的仿真平台。; 适合人群:从事汽车电子制动系统、电机驱动控制、机电系统建模与仿真研究的研究生、科研人员及工程技术人员,需具备扎实的机械动力学、自动控制理论基础和MATLAB/Simulink仿真能力。; 使用场景及目标:①用于高精度电子机械制动系统的设计验证与性能预测;②为消除摩擦非线性影响的先进控制策略(如自适应控制、智能控制)提供精确的被控对象模型;③深入探究Stribeck摩擦等非线性因素对系统动态性能(如响应延迟、稳态误差)的作用机理; 阅读建议:读者应结合提供的Simulink模型文件,深入剖析Stribeck摩擦模块的数学实现与参数辨识方法,建议通过改变输入指令(如阶跃、正弦)和负载条件进行对比仿真,以直观理解非线性摩擦对系统动态特性的影响。

81,111

社区成员

发帖
与我相关
我的任务
社区描述
Java Web 开发
社区管理员
  • Web 开发社区
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧