p.pi3

来自「mini http server,可以集成嵌入到程序中,实现简单的web功能」· PI3 代码 · 共 36 行

PI3
36
字号

include ../Conf/IntrFace.cnf
include ../Conf/IO.cnf

<Object>
    Name PrpSheet
    Class PropSheetClass
    FileName "John.txt"
    Flag "LoadFile"
    Host "www.parent.com"
#    Flag "CreateDefault"
    PropertyPage UsersPage
    PropertyPage MIMETypesPage
    PropertyPage MappingsPage
    PropertyPage LogFilePage
    PropertyPage IPVHostsPage
    PropertyPage NonIPVHostsPage
    PropertyPage IPVServersPage
    PropertyPage NonIPVServersPage
</Object>

<Object>
    Name Main
    Class WinLoopClass
    MainWindow PrpSheet
</Object>

<Object>
    Name ClientIOObject
    Class TCPIPIOClass
    Type Active
    RecvTimeout 60
    SendTimeout 60
</Object>

⌨️ 快捷键说明

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