上一页 1 ··· 25 26 27 28 29 30 31 32 33 ··· 37 下一页
摘要: # 0 数据制造 import pandas as pd df1 =pd.DataFrame(10*np.random.rand(7,3),index=["A","B","C","D","E","F","G"],columns=["ALL","Fail","PASS"]) df1=pd.DataFr 阅读全文
posted @ 2020-11-25 16:20 该显示昵称已被使用了 阅读(93) 评论(0) 推荐(0)
摘要: Django应用 #重写函数,返回json class JSONResponse(HttpResponse): """ An HttpResponse that renders its content into JSON. """ def __init__(self, data, **kwargs) 阅读全文
posted @ 2020-11-24 11:37 该显示昵称已被使用了 阅读(337) 评论(0) 推荐(0)
摘要: 分类 # 监督学习 # 非监督学习 ,半监督学习 # 强化学习 # 遗传算法 工具 pip install numpy pip install -U scikit-learn scipy matplotlib 流程图 阅读全文
posted @ 2020-11-22 19:23 该显示昵称已被使用了 阅读(72) 评论(0) 推荐(0)
摘要: 实验 # 可迭代对象就是你可以迭代的任何东西,而迭代器就是实际迭代的东西 my_iter = iter([1,2]) # 返回可迭代对象list的迭代器,就可以用next了 next(my_iter ) # 没有元素就会返回错误 # range不是迭代器的理由 # 1 不能调用next # 2 可以 阅读全文
posted @ 2020-11-22 17:27 该显示昵称已被使用了 阅读(144) 评论(0) 推荐(0)
摘要: # 安装TestLink python2 -m pip install TestLink-API-Python_client # 安装jenkins # 注意不要 pip install jenkins python2 -m pip install python-jenkins 阅读全文
posted @ 2020-11-21 17:15 该显示昵称已被使用了 阅读(220) 评论(0) 推荐(0)
摘要: Open_vSwitch https://pve.proxmox.com/wiki/Open_vSwitch 阅读全文
posted @ 2020-11-19 09:23 该显示昵称已被使用了 阅读(174) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/wongbingming/p/6807771.html https://blog.csdn.net/GeekLeee/article/details/52550630 阅读全文
posted @ 2020-11-19 07:31 该显示昵称已被使用了 阅读(95) 评论(0) 推荐(0)
摘要: https://zhuanlan.zhihu.com/p/49118355 备份 INFO: starting new backup job: vzdump 100 --node intra --compress zstd --storage local --remove 0 --mode snap 阅读全文
posted @ 2020-11-19 07:28 该显示昵称已被使用了 阅读(131) 评论(0) 推荐(0)
摘要: 深入浅出 kvm qemu libvirt https://www.cnblogs.com/qiaoyanlin/p/6888408.html 阅读全文
posted @ 2020-11-19 07:26 该显示昵称已被使用了 阅读(74) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/kevingrace/p/5707003.html ubuntu: https://wiki.ubuntu.com/FocalFossa/ReleaseNotes OpenStack Ussuri Ubuntu 20.04 LTS includes t 阅读全文
posted @ 2020-11-19 07:25 该显示昵称已被使用了 阅读(94) 评论(0) 推荐(0)
上一页 1 ··· 25 26 27 28 29 30 31 32 33 ··· 37 下一页