大数据踩坑记

导航

 

2018年12月13日

摘要: Python——errno 该模块实现标准的 errno 系统符号,每一个对应于一个整数,名称和描述借鉴了 linux/include/errno.h。 errno.errorcode 包含从 errno 到底层系统中错误名称的映射的字典,例如:errno.errorcode[errno.EPERM 阅读全文
posted @ 2018-12-13 15:37 大数据坑 阅读(282) 评论(0) 推荐(0)