郭祥
Results
3
issues of
郭祥
tutorial07中json生成器生成数字时,如果数字是科学计算法表示的,用`strtod(`)转换之后,可能不再是指数形式,也可能仍然是指数形式,但在指数部分会发生变化,如加上`+`号、在指数前加零。 ``` expect: 1e+20 actual: 1e+020 expect: 1.234e+20 actual: 1.234e+020 expect: 1.234e-20 actual: 1.234e-020 ```
webserver.cpp中的138行`epoll_event events[MAX_EVENT_NUMBER];`与WebServer类中的成员重复,而且后续并没有调用这个局部变量,我觉得应该是可以去掉的吧。。。
If I set both msg.body and msg.html, the recipients will see which one? Or maybe you can tell me what these two attributes mean