mark

https://www.jianshu.com/p/f2997fef3f4d nginx配置说明 https://www.jianshu.com/p/b5cf39bc09c2 Reactor 反应器详细描述 基于java的程序代码 https://www.cnblogs.com/linganxiong/p/5583415.html 网络编程的几种io模式的介绍 https://datatracker.ietf.org/doc/html/rfc1928 RFC1928的原文档 https://www.syst.top/posts/go/socks5/ socks5的抓包细节了解 https://blog.csdn.net/qq_33215972/article/details/105656685 RFC的1928中文翻译版 对照原文档对比来看 https://blog.csdn.net/mrpre/article/details/77868669 TLS和SSL基于session id的会话复用 抓包分析 https://blog.csdn.net/wailaizhu/article/details/113841336 思科路由器对于ACL(ACCESS CONTROL LIST)进入输出的对比 关键是理解入ACL和出ACL以便于配置 需要注意in方向是先过滤后路由转发 out是先路由再转发 进入是进入路由器核心的选择表部分 http://blog.az009.com/14701.html python3 基于mysql 实现discuz批量发帖 实现https://www.jcy1998.com/2023/12/10/python-discuz%e6%89%b9%e9%87%8f%e5%8f%91%e5%b8%96%e7%9a%84%e8%ae%b0%e5%bd%95/ https://www.zhihu.com/question/58121112/answer/1547863302 树莓派python开机自启教程 基于service https://www.cnblogs.com/straight/p/14366643.html 环回接口的运行逻辑说明 https://github.com/wherelse/cloudflare-ddns-script 树莓派 cloudflare的DDNS脚本 https://cloud.tencent.com/developer/article/1047013 Linux systemd 定时器 timer https://blog.csdn.net/qq_42911663/article/details/85790181?utm_medium=distribute.pc_relevant.none-task-blog-2%7Edefault%7EBlogCommendFromMachineLearnPai2%7Edefault-1.control&dist_request_id=&depth_1-utm_source=distribute.pc_relevant.none-task-blog-2%7Edefault%7EBlogCommendFromMachineLearnPai2%7Edefault-1.control JavaScript异步Promise的原理说明 https://www.cnblogs.com/mr-yang-localhost/p/9335426.html#_lab2_1_1 postman接口自动化测试教程 https://thiscute.world/posts/practical-cryptography-basics-6-symmetric-key-ciphers/ 对称加密概述,了解到gcm的分组加密模式可以应对任意程度的字符串,加密后长度与原始一致,关键应该是加密状态ctx,如果加密的块小于标准块大小(一般出现于末尾),应该是会将cipher取前面对应的位做XOR运算,剩余的位用于下一次加密(保证连续性) 基于个人理解 仅供个人回顾 不保证准确性

发表评论