📄 config.xml
字号:
<gateway name="location" type="soap.l1">
<authenticate name="whoami">
<path>/dsmp</path>
<function>dsmp.wsdl</function>
<account>333</account>
<password>0555</password>
</authenticate>
<transmit type="file" cache="64" persistent="true">
<index type="file" cache="256" timeout="0"/>
<request type="file" cache="64" removable="true"/>
<response type="file" cache="256" removable="true"/>
</transmit>
<receive type="file" cache="64" persistent="true">
<index type="file" cache="256" timeout="0"/>
<request type="file" cache="64" removable="true"/>
<response type="file" cache="64" removable="true"/>
</receive>
<assistant type="connecter.socket" authenticate="whoami">
<socket stream="true" timeout="15">
<remote host="localhost" port="7000"/>
</socket>
<session type="transmitter" count="1">
<build_when_data_available/>
<address type="file" cache="2" removable="true"/>
<queue type="file" cache="2" removable="true"/>
<timeout packet="30" message="20"/>
<enquire initiative="0" passive="0"/>
</session>
</assistant>
<assistant type="accepter.socket" authenticate="whoami">
<socket stream="true" timeout="15">
<local port="8080"/>
</socket>
<session type="receiver" count="10">
<address type="memory" cache="2" removable="true"/>
<queue type="memory" cache="2" removable="true"/>
<timeout packet="30" message="20"/>
<enquire initiative="0" passive="0"/>
</session>
</assistant>
</gateway>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -