httpd.doc

来自「Trolltech公司发布的基于C++图形开发环境」· DOC 代码 · 共 22 行

DOC
22
字号
/*$Id: qt/httpd.doc   3.3.4   edited May 27 2003 $*/     /*! \page httpd-example.html  \ingroup network-examples  \title A simple HTTP daemon   This example shows how to use the QServerSocket class. It is a very  simple implementation of a HTTP daemon that listens on port 8080 and  sends back a simple HTML page back for every GET request it gets. After  sending the page, it closes the connection.  <hr>  Implementation (httpd.cpp):   \include network/httpd/httpd.cpp*/

⌨️ 快捷键说明

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