上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 17 下一页
摘要: requests中cookie的原理 http://blog.csdn.net/zhu_free/article/details/50563756 requests - cookies的实现例子 http://www.cnblogs.com/nizhihong/p/6699492.html 在请求中 阅读全文
posted @ 2019-06-10 09:29 HenryZ.Tang 阅读(1393) 评论(0) 推荐(0) 编辑
摘要: 一般会报SSL问题:解决办法参考 http://blog.csdn.net/a506681571/article/details/78284589 # 设置未经允许验证的SSL方法,只需运行一次便可 ssl._create_default_https_context = ssl._create_un 阅读全文
posted @ 2019-06-10 09:28 HenryZ.Tang 阅读(461) 评论(0) 推荐(0) 编辑
摘要: 转自http://blog.csdn.net/huilan_same/article/details/52944782 unittest是xUnit系列框架中的一员,如果你了解xUnit的其他成员,那你用unittest来应该是很轻松的,它们的工作方式都差不多。 unittest核心工作原理 uni 阅读全文
posted @ 2019-06-10 09:27 HenryZ.Tang 阅读(278) 评论(0) 推荐(0) 编辑
摘要: 注意:在Python 3中,range()的实现方式与xrange()函数相同,所以就不存在专用的xrange()(在Python 3中使用xrange()会触发NameError) https://blog.csdn.net/u010412719/article/details/47088095 阅读全文
posted @ 2019-06-10 09:26 HenryZ.Tang 阅读(232) 评论(0) 推荐(0) 编辑
摘要: 环境:Macbook MacOS自带的python2.7,在命令行中输入python后会显示2.7版本 如何切换成新版本? 一、修改用户配置环境变量~/.bash_profile 确定新版本的安装位置,brew info python,/usr/local/Cellar/python/3.6.4_4 阅读全文
posted @ 2019-06-10 09:24 HenryZ.Tang 阅读(487) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/richard-youth/p/6297827.html 常用命令 tree -Cd -L 3 相信很多使用过Linux的用户都用过tree命令,它可以像windows的文件管理器一样清楚明了的显示目录结构。 但是mac下默认是没有 tree命令的。 阅读全文
posted @ 2019-06-09 23:00 HenryZ.Tang 阅读(577) 评论(0) 推荐(0) 编辑
摘要: 转自:https://blog.csdn.net/u014102846/article/details/77964493 https://ohmyz.sh/ https://github.com/robbyrussell/oh-my-zsh http://www.iterm2.cn/ https:/ 阅读全文
posted @ 2019-06-09 22:59 HenryZ.Tang 阅读(1165) 评论(0) 推荐(0) 编辑
摘要: sudo spctl --master-disable粘贴(command+v)到终端 阅读全文
posted @ 2019-06-09 22:55 HenryZ.Tang 阅读(311) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/qq_33304418/article/details/63337602 添加编译环境python3.6 Tools -> Build System -> New Build System 在打开的文件里面贴上以下代码,保存,设置为当前编译环境即可 { "c 阅读全文
posted @ 2019-06-09 22:55 HenryZ.Tang 阅读(943) 评论(0) 推荐(0) 编辑
摘要: 在pip安装的使用要用sudo命令获取权限 如sudo pip install requests pip安装使用详解 http://www.ttlsa.com/python/how-to-install-and-use-pip-ttlsa/ pip类似RedHat里面的yum,安装Python包非常 阅读全文
posted @ 2019-06-09 22:54 HenryZ.Tang 阅读(126) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 17 下一页