woodyle

博客园 首页 新随笔 联系 订阅 管理

2015年10月7日 #

摘要: 1、git clonehttps://github.com/miguelgrinberg/flasky.gitcd flaskygit checkout 1a2、git reset --hard放弃本地修改,不保存。3、git remote add origin git@github.com:tli... 阅读全文
posted @ 2015-10-07 22:16 woodyle 阅读(259) 评论(0) 推荐(0) 编辑

摘要: 1、 app.run(debug=True,host='10.0.2.15',port=8000)自定义host及port; 阅读全文
posted @ 2015-10-07 22:14 woodyle 阅读(210) 评论(0) 推荐(0) 编辑