摘要: 原文:https://cuiqingcai.com/6080.html 日志记录的重要性 在开发过程中,如果程序运行出现了问题,我们是可以使用我们自己的 Debug 工具来检测到到底是哪一步出现了问题,如果出现了问题的话,是很容易排查的。但程序开发完成之后,我们会将它部署到生产环境中去,这时候代码相 阅读全文
posted @ 2018-07-30 22:42 蒸水渔翁 阅读(372) 评论(0) 推荐(0)
摘要: 1、os all functions from posix, nt or ce, e.g. unlink, stat, etc. os.name is either 'posix', 'nt' or 'ce'.os.curdir is a string representing the curren 阅读全文
posted @ 2018-07-30 18:06 蒸水渔翁 阅读(194) 评论(0) 推荐(0)