.struts-config.mex

来自「郭克华j2ee高级框架实战教学视频源代码 这个是比较值得一看的 由郭克华博士」· MEX 代码 · 共 22 行

MEX
22
字号
<?xml version="1.0" encoding="UTF-8"?>
<FlowViewLayout Version="1.2">
  <StrutsActivity path="/query.do" location="330,45" dimension="154,84" />
  <StrutsActivity path="RESULT;6" location="650,50" dimension="142,72" />
  <StrutsActivity path="/queryResult.jsp" location="950,50" dimension="136,48" />
  <StrutsTransition id="RESULT;6,null,/queryResult.jsp,1" routingType="0">
    <AutomaticBendpoints>
      <AbsolutePoint location="792,83" />
      <AbsolutePoint location="950,83" />
    </AutomaticBendpoints>
  </StrutsTransition>
  <StrutsTransition id="/query.do,RESULT,/queryResult.jsp,1" routingType="0">
    <AutomaticBendpoints>
      <AbsolutePoint location="407,45" />
      <AbsolutePoint location="407,-30" />
      <AbsolutePoint location="1018,-30" />
      <AbsolutePoint location="1018,50" />
    </AutomaticBendpoints>
  </StrutsTransition>
</FlowViewLayout>

⌨️ 快捷键说明

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