python
dear_csdn
走在编程的路上,追随大神们的脚步!
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
python中main函数的作用以及解释
python 中name == ‘__main__’ 的作用 经典的英文解释:Make a script both importable and executable 中文解释:使脚本可以被调用import并且也可以直接运行1、直接运行# cat test_fun.pydef fun(): print(__name__) print('this i...原创 2018-04-19 16:53:18 · 24493 阅读 · 0 评论 -
安装pyspider时,需要安装pycurl,但是报错specify the SSL backend manually
Curl is configured to use SSL, but we have not been able to determine which SSL backend it is using. Please see PycURL documentation for how to specify the SSL backend manually.也有人作出解答点击跳转我是从官方文档中...原创 2018-07-30 17:53:08 · 1552 阅读 · 0 评论
分享