08 2022 档案
摘要:python的re模块简单使用
re.findall, re.compile, re.match和re.search
阅读全文
摘要:struct bytes python 数据互转
二进制数据和各种类型数据的转换
阅读全文
摘要:man, manuals, 手册、说明书, 用来查看命令、api的用法
对应网址: https://man7.org/linux/man-pages/index.html
阅读全文
摘要:TLS, Thread Local Storage, 线程局部存储,其它线程不可访问,可实现多线程安全。利用TLS可以实现一种反调试。
阅读全文
摘要:一些关于requests的使用,基本上把官方说明文档的简单用法搬了过来,
官方说明文档的地址: https://requests.readthedocs.io/en/latest/user/quickstart/
阅读全文