新增内置WEB Server功能.

This commit is contained in:
hxhlb
2020-10-31 17:34:34 +08:00
parent 5af6a1de3c
commit e7761e6509
11 changed files with 6842 additions and 47 deletions

View File

@@ -29,6 +29,8 @@
-i, --ico <ico> 设置程序运行的图标.
-d, --desc <desc> 设置程序的描述信息.
-c, --cfg <cfg> 设置程序运行的配置文件.
-r, --root <root> 设置内置WebServer的根路径.
-P, --port <port> 设置内置WebServer的监听端口号.
</xmp>
<br/>
<span style="color: red">需要注意的是, 命令行会覆盖配置文件的配置信息.</span>
@@ -59,6 +61,8 @@
-i, --ico <ico> The ICON of Application.
-d, --desc <desc> The Description of Application.
-c, --cfg <cfg> The Configuration file of Application.
-r, --root <root> The root path of the program web service.
-P, --port <port> The port number of the program web service.
</xmp>
<br/>
<span style="color: red">It should be noted that the command line will overwrite the configuration information of the configuration file.</span>