- 博客(2)
- 收藏
- 关注
转载 Python 使用 pickle 进行序列化中存在的"坑"
示例代码如下: import requests import pickle r = requests.get('https://www.shwww.net/area.html') print(r.url, r.raw) r = pickle.loads(pickle.dumps(r)) p...
2019-02-20 20:41:00
893
转载 C语言实现的可以存放任意数据类型的栈实现
#include <stdio.h> #include <stdlib.h> #include <string.h> typedef struct { void *elems; // elements int elemSize; // sizeof ...
2019-02-20 20:23:00
1389
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅