Auditor1234

Results 8 comments of Auditor1234

虽然免费分享已经非常感激,但如果能有更多注释就好了,而且不知道如何查看绘制的html页面

Thank you for your reply, cuase this problem occurs when I use other guy's complicate project and I am not familiar with wxPython , I am unable to simplify it...

Have you ever solved this problem yet? I also encountered this.

I think I have got the answer. This problem occurs when your country or region is not supported by yahoo finance website. So you only need to change your IP...

是的呢,我被这个地方卡了好久,recv()函数的返回值是-1,页面出不来就是这个问题, 需要将`accept_request()`函数中: ``` int client = (intptr_t)arg; ``` 改成: ``` int client = *(int *)arg; ```

I have seen this project, you can use it as the following steps: 1. Start the server:`./WebServer -t 4 -p 8888 -l /data/lzr/ProgramFiles/cplusplus/WebServer/MyLog/log1.log` 2. Start the client: `./HTTPClient` > Notes:...

> Thank you for your explanation, I would like to ask another question! After starting the client: ./HTTPClient the command line output: 1: strlen(p) = 1 n=0 err2: Connection refused...

You can type chinese as I am a Chinese. As far as I know, there are two main problems in this project: 1. As there are no html file in...