readme

来自「qt代码的网络编程」· 代码 · 共 8 行

TXT
8
字号
This is an example for the QServerSocket class which is included in thenetwork module.It is a simple http daemon. After starting it you can connect to port 8080with your web browser and a html page is showed. The program does notreally parse the http request; so it is not of much use aside from being asmall example for QServerSocket.

⌨️ 快捷键说明

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