假期整理

不错的爬虫例子,讲到了很多Python的核心:

https://zhuanlan.zhihu.com/p/22456856


关于Launchy,为了避免其占用内存过多,可以不勾选索引自动更新时间,而是通过在launchy界面上按下F5来手动更新。


2016 Web开发资源工具大搜罗

https://zhuanlan.zhihu.com/p/22730771


subprocess的bug:

https://www.zhihu.com/question/51093116#answer-45286581


超级棒的git经验

https://zhuanlan.zhihu.com/p/22666153

https://zhuanlan.zhihu.com/p/22750675



docker

https://www.zhihu.com/question/51134842#answer-45283714


建议将gopath所在的目录就命令为gopath


git bash作为sublime的terminal时有时无法打开当前文件所在目录。原因:terminal的快捷键设置错误,误将

{ "keys": ["ctrl+shift+alt+t"], "command": "open_terminal_project_folder" }

设置为

{ "keys": ["ctrl+alt+alt+t"], "command": "open_terminal_project_folder" }


go语言命令行通过

go help subcommand可以查看子命令的作用

通过go subcommand -h 可以查看子命令的用法

go命令的参数格式不符合unix风格,参数格式只有短线加上长参数。


Python彩蛋

https://zhuanlan.zhihu.com/p/23420470


学习go和javascript

你可能感兴趣的:(假期整理)