kael
Results
2
issues of
kael
struct circle : shape { circle(std::string n) : shape(n) {} double radius = 5.2; //std::vector points; std::vector points; } If the std::vector points type becomes a pointer std::vector points, deserialization...
当我使用 本地启动服务端: 1. python .\ssocks5.py 2019-10-21 21:26:33 INFO starting local at 0.0.0.0:7070 (1, (80,)) 2019-10-21 21:28:28 WARNING [Errno 10061] [Error 10061] 由于目标计算机积极拒绝,无法连接。 2. python .\msocks5.py Server is listening on 0.0.0.0:7070...