Kryptonite Lab
Kryptonite Lab
主页
笔记
分类
指北
浅色
深色
自动
Python
Ubuntu 安装最新版本 Python
添加 ppa 源: # 死蛇的源 sudo add-apt-repository ppa:deadsnakes/ppa # 或者,jonathonf 的源 sudo add-apt-repository
Dec 1, 2018
1 分钟阅读时长
Python
python 单元测试标准及实现
这是写给我组里的人看的,顺手粘过来 什么是单元测试 单元测试 (Unit Testing)
Aug 20, 2018
5 分钟阅读时长
Python
可序列化类型和多进程 PicklingError
遇到一个报错: PicklingError: Can't pickle <type'instancemethod'>: attribute lookup __builtin__.instancemethod failed 当时的情况是想写一个多进程的解
Mar 20, 2018
2 分钟阅读时长
Python
列表原序去重性能测试
对列表的去重很简单,set() 一下再 list() 回来就可以了,但是如果
Sep 1, 2017
1 分钟阅读时长
Python
引用
×