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

📄 .struts-config.mex

📁 本案例重点讲解了如何Struts中实现分页程序
💻 MEX
字号:
<?xml version="1.0" encoding="UTF-8"?>
<FlowViewLayout Version="1.2">
  <StrutsActivity path="/form/person.jsp" location="350,50" dimension="136,48" />
  <StrutsActivity path="/person.do" location="50,50" dimension="250,84" />
  <StrutsActivity path="/list_person.jsp" location="650,50" dimension="136,48" />
  <StrutsActivity path="/error.htm" />
  <StrutsTransition id="/error.htm,null,/person.do,2" routingType="0">
    <AutomaticBendpoints>
      <AbsolutePoint location="0,0" />
      <AbsolutePoint location="175,92" />
    </AutomaticBendpoints>
  </StrutsTransition>
  <StrutsTransition id="/person.do,list,/list_person.jsp,1" routingType="0">
    <AutomaticBendpoints>
      <AbsolutePoint location="300,113" />
      <AbsolutePoint location="718,113" />
      <AbsolutePoint location="718,98" />
    </AutomaticBendpoints>
  </StrutsTransition>
  <StrutsTransition id="/form/person.jsp,null,/person.do,2" routingType="0">
    <AutomaticBendpoints>
      <AbsolutePoint location="350,74" />
      <AbsolutePoint location="300,74" />
    </AutomaticBendpoints>
  </StrutsTransition>
</FlowViewLayout>

⌨️ 快捷键说明

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