?? httpd.doc
字號:
/*$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 + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -