Skip to content

Latest commit

 

History

History
executable file
·
51 lines (25 loc) · 1.45 KB

tips.md

File metadata and controls

executable file
·
51 lines (25 loc) · 1.45 KB

笑话

我是一个苦b的程序员,昨晚加班到现在,困得快睁不开眼了,女上司很关心,问我要不要去吃午饭。我没好气地说,午饭就算了,能让我睡一觉就行了。女上司红着脸说了句讨厌啊,然后坐在我身边不动,好像距离我很近,搞得我很紧张,难道她发现我的程序出了bug?

gitignore

https://github.com/github/gitignore/blob/master/Python.gitignore

save git password

git config credential.helper store

git清空历史

https://stackoverflow.com/questions/13716658/how-to-delete-all-commit-history-in-github

Easy TOC creation for GitHub README.md

https://github.com/ekalinin/github-markdown-toc

/home/andrew/code/github-markdown-toc /home/andrew/code/python-testing-examples/README.md

pelican.server

python3 -m pelican.server

trac

tracd -s --port 8006 /opt/trac/ -d --basic-auth="*,/opt/trac/.htpasswd,My Test Env"

requests

application/octet-stream Python POST binary data

MIME 类型

爬虫 allitebooks

貌似这个网站的访问现在已经很慢

https://github.com/jacexh/allitebooks-spider https://github.com/Kulbear/All-IT-eBooks-Spider

文件重命名

https://github.com/nagracks/py_rename

https://unix.stackexchange.com/questions/19654/changing-extension-to-multiple-files