.struts-config.mex

来自「一个用struts+hibernate做的库存管理系统 适合新手研究学习」· MEX 代码 · 共 25 行

MEX
25
字号
<?xml version="1.0" encoding="UTF-8"?>
<FlowViewLayout Version="1.2">
  <StrutsActivity path="success;6" location="50,50" dimension="80,75" />
  <StrutsActivity path="error;6" location="650,50" dimension="67,75" />
  <StrutsActivity path="/pub/success.jsp" location="950,50" dimension="110,49" />
  <StrutsActivity path="/pub/error.jsp" location="350,150" dimension="97,49" />
  <StrutsActivity path="" location="350,50" dimension="29,49" />
  <StrutsTransition id="error;6,null,/pub/error.jsp,1" routingType="0">
    <AutomaticBendpoints>
      <AbsolutePoint location="683,125" />
      <AbsolutePoint location="683,174" />
      <AbsolutePoint location="447,174" />
    </AutomaticBendpoints>
  </StrutsTransition>
  <StrutsTransition id="success;6,null,/pub/success.jsp,1" routingType="0">
    <AutomaticBendpoints>
      <AbsolutePoint location="90,50" />
      <AbsolutePoint location="90,-25" />
      <AbsolutePoint location="1005,-25" />
      <AbsolutePoint location="1005,50" />
    </AutomaticBendpoints>
  </StrutsTransition>
</FlowViewLayout>

⌨️ 快捷键说明

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