摘要: cordova安装插件的时候报npm ERR 使用 npm install -g npm 更新下npm后就解决了。 阅读全文
posted @ 2019-02-21 11:31 虾米不怕鲨 阅读(2157) 评论(0) 推荐(0) 编辑
摘要: python2 中获取int最大值 import sys i = sys.maxint print i 但是在python3中,报错: AttributeError: module 'sys' has no attribute 'maxint' 看了官网文档后了解python3中没有maxint了, 阅读全文
posted @ 2019-02-20 11:02 虾米不怕鲨 阅读(4915) 评论(0) 推荐(0) 编辑