Python
澍龑
软件测试专家
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
office ENUMS
XlParameterType xlPrompt 0 xlRange 2 xlConstant 1 XlErrorBarInclude xlErrorBarIncludeBoth 1 xlErrorBarIncludeNone -4142 xlErrorBarIncludeMinusValues 3 xlErrorBarIncludePlusValue转载 2017-08-01 09:41:28 · 504 阅读 · 0 评论 -
Python3包管理
1,pip安装包python -m pip install pylint %install pylint2,列出所有包pip list3,检查所有可升级的包pip list --outdated4,pip升级包python -m pip install --upgrade pip %upgrade pip5,常用包 Package No原创 2017-01-10 16:26:01 · 1860 阅读 · 0 评论
分享