.struts-config.mex

来自「使用myeclipse开发的有加、减、乘、除功能的B/S模式的计算器」· MEX 代码 · 共 26 行

MEX
26
字号
<?xml version="1.0" encoding="UTF-8"?>
<FlowViewLayout Version="1.2">
  <StrutsActivity path="/calc.do" location="50,50" dimension="190,84" />
  <StrutsActivity path="/add_result.jsp" location="150,255" dimension="130,48" />
  <StrutsActivity path="/add.jsp" location="390,75" dimension="88,48" />
  <StrutsTransition id="/calc.do,result,/add_result.jsp,1" routingType="0">
    <AutomaticBendpoints>
      <AbsolutePoint location="165,134" />
      <AbsolutePoint location="165,255" />
    </AutomaticBendpoints>
  </StrutsTransition>
  <StrutsTransition id="index;6,null,/add.jsp,1" routingType="0">
    <AutomaticBendpoints>
      <AbsolutePoint location="744,83" />
      <AbsolutePoint location="390,108" />
    </AutomaticBendpoints>
  </StrutsTransition>
  <StrutsTransition id="/calc.do,index,/add.jsp,1" routingType="0">
    <AutomaticBendpoints>
      <AbsolutePoint location="240,92" />
      <AbsolutePoint location="390,92" />
    </AutomaticBendpoints>
  </StrutsTransition>
</FlowViewLayout>

⌨️ 快捷键说明

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