摘要:
OSError: [WinError 10013] 以一种访问权限不允许的方式做了一个访问套接字的尝试 在练习的过程中遇到一个问题,调试无法解决问题,重启pycharm也不行 更换端口之后就可以顺利解决了 阅读全文
摘要:
1.sub简单使用 2.粘包现象(1) 3.粘包现象(2) 4.粘包现象解决方案 5.struct学习 6.粘包现象升级版解决方案 7.打印进度条 阅读全文
摘要:
https://www.cnblogs.com/clschao/articles/9593164.html 网络编程 https://www.cnblogs.com/clschao/articles/10065920.html并发编程 https://www.cnblogs.com/clschao/ 阅读全文
摘要:
cmd中输入命令:for /f "skip=9 tokens=1,2 delims=:" %i in ('netsh wlan show profiles') do @echo %j | findstr -i -v echo | netsh wlan show profiles %j key=cle 阅读全文
摘要:
https://jingyan.baidu.com/album/fcb5aff770f7e6edaa4a71d9.html?picindex=7 阅读全文
摘要:
https://zhidao.baidu.com/question/1387985910554061020.html 阅读全文
摘要:
https://blog.csdn.net/qq_24805141/article/details/81411775 阅读全文
摘要:
1.osi七层协议 2.tcp&udp 阅读全文
摘要:
https://blog.csdn.net/BF02jgtRS00XKtCx/article/details/78519378 阅读全文
摘要:
1.客户端&服务端架构(C/S) 2.网络通信的整个流程 3.初识socket(重点) 阅读全文