.struts-config.mex
来自「简单的视频上传系统」· MEX 代码 · 共 35 行
MEX
35 行
<?xml version="1.0" encoding="UTF-8"?>
<FlowViewLayout Version="1.2">
<StrutsActivity path="/upflv.do" location="50,50" dimension="67,62" />
<StrutsActivity path="/showflv.do" location="350,50" dimension="249,88" />
<StrutsActivity path="/showFile.jsp" location="650,50" dimension="92,49" />
<StrutsActivity path="" location="950,50" dimension="29,49" />
<StrutsActivity path="/showflv.jsp" />
<StrutsTransition id="/upflv.do,index,/showflv.do,1" routingType="0">
<AutomaticBendpoints>
<AbsolutePoint location="117,81" />
<AbsolutePoint location="350,81" />
</AutomaticBendpoints>
</StrutsTransition>
<StrutsTransition id="/showflv.do,loadFilePage,/showflv.jsp,1" routingType="0">
<AutomaticBendpoints>
<AbsolutePoint location="474,94" />
<AbsolutePoint location="0,0" />
</AutomaticBendpoints>
</StrutsTransition>
<StrutsTransition id="/showflv.do,showFilePage,/showFile.jsp,1" routingType="0">
<AutomaticBendpoints>
<AbsolutePoint location="474,94" />
<AbsolutePoint location="0,0" />
</AutomaticBendpoints>
</StrutsTransition>
<StrutsTransition id="/showflv.do,loadFilePage,,1" routingType="0">
<AutomaticBendpoints>
<AbsolutePoint location="599,114" />
<AbsolutePoint location="965,114" />
<AbsolutePoint location="965,99" />
</AutomaticBendpoints>
</StrutsTransition>
</FlowViewLayout>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?