⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 p.pi3

📁 mini http server,可以集成嵌入到程序中,实现简单的web功能
💻 PI3
字号:

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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -