You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
<?xml version="1.0" encoding="utf-8" ?>
|
|
|
|
<configuration>
|
|
|
|
<appSettings>
|
|
|
|
<!--这里key和valu是以键值对存储,可以使用key获得对应value的值-->
|
|
|
|
<add key="COMName" value="COM4"/>
|
|
|
|
<!--高拍仪图片旋转方向逆时针为例-->
|
|
|
|
<add key="xzds" value="90"/>
|
|
|
|
<add key="ysb" value="10"/>
|
|
|
|
<add key="ipAddress" value="192.168.1.166"/>
|
|
|
|
<add key="port" value="1234"/>
|
|
|
|
<add key="rootPath" value="http://192.168.1.166:5000/wwwroot/"/>
|
|
|
|
</appSettings>
|
|
|
|
</configuration>
|