Python good tutorials
摘要:1.@classmethodand@staticmethodhttp://stackoverflow.com/questions/12179271/python-classmethod-and-staticmethod-for-beginner2. yieldhttp://stackoverflow...
阅读全文
Django basic command
摘要:https://docs.djangoproject.com/en/1.8/intro/tutorial01/ 0. checklist for setup django application (1) config DB in settings.py (2) run command to init
阅读全文
Git basic
摘要:1. solve conflict senario: Adam checked out master branch, then Bob checked out master branch, then Adam modify a file, commit and push, then Bob modi
阅读全文