摘要: https://www.jb51.net/article/208761.htm 阅读全文
posted @ 2022-12-13 10:31 磐正 阅读(17) 评论(0) 推荐(0) 编辑
摘要: import re string = '123456789abcdefg' re.findall(r'.{3}', string) ['123', '456', '789', 'abc', 'def'] 阅读全文
posted @ 2022-12-13 09:58 磐正 阅读(17) 评论(0) 推荐(0) 编辑
摘要: https://www.freesion.com/article/53931338847/ 阅读全文
posted @ 2022-11-22 11:26 磐正 阅读(5) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/qq_41453285/article/details/99315504 非常重要 eayheap 萌新 暖暖师傅: https://blog.csdn.net/mcmuyanga/article/details/111294437 阅读全文
posted @ 2022-11-21 15:39 磐正 阅读(14) 评论(0) 推荐(0) 编辑
摘要: Unsorted Bin 双向循环链表,先进先出 如果unsorted bin中只有一个chunk的话,chunk的fd、bk指针都指向main_arena+偏移: https://mp.weixin.qq.com/s/1KhiulR-webHsBZhUzQzKg https://blog.csdn 阅读全文
posted @ 2022-11-21 15:20 磐正 阅读(42) 评论(1) 推荐(0) 编辑
摘要: https://blog.csdn.net/qq_45203665/article/details/119812341 阅读全文
posted @ 2022-10-19 14:01 磐正 阅读(7) 评论(5) 推荐(0) 编辑
摘要: https://blog.csdn.net/Ahuuua/article/details/108800712 阅读全文
posted @ 2022-10-12 17:46 磐正 阅读(8) 评论(0) 推荐(0) 编辑
摘要: #include<stdio.h> #include<stdlib.h> #include<string.h> int main() { // typedef struct Node{ // int data; // struct Node* p; // }Node, *pNode; int arr 阅读全文
posted @ 2022-10-08 11:06 磐正 阅读(20) 评论(1) 推荐(0) 编辑
摘要: Modbus寄存器分类及地址分配 python是实现ModSim寄存器读取 http://t.zoukankan.com/liuwenhua-p-13746044.html https://www.cnblogs.com/liuwenhua/p/13746044.html https://blog. 阅读全文
posted @ 2022-09-29 18:21 磐正 阅读(25) 评论(3) 推荐(0) 编辑
摘要: 纵横网络靶场社区 (fengtaisec.com) 工控、物联网搜索引擎 安全技术信息 阅读全文
posted @ 2022-09-28 14:00 磐正 阅读(31) 评论(0) 推荐(0) 编辑