摘要:
在使用pycharm,做日志模块封装,代码中觉得没有问题,运行就提示no tests were found 查询了下这个问题,原因是我创建的类名是以test方法开头,类似这样 不知道是不是把它默认当成一个单元测试的方法, 解决方法,把类名做更改不要以test开头,问题解决 还有可能在py里面,你是用 阅读全文
摘要:
一、int 整形范围 How Big Is an int? In Python2, the size of an int was limited to 32 bits, which is enough to store an integer from -2,147,483,648 to 2,147, 阅读全文