HTML 标签补充

摘要: HTML <meta charset="UTF-8> //页面编码 <meta http-equiv="Refresh" Content="30"> //每30s刷新 <meta http-equiv="Refresh" Content="10; url=http://www.baidu.com"> 阅读全文
posted @ 2017-03-02 11:25 ShannonHan 阅读(77) 评论(0) 推荐(0) 编辑

python mongodb 的调试

摘要: 在命令行中调试数据库的存取,使用的命令如下: 1. 查看数据库 show dbs 2. 打开数据库 use db_name 3. 显示集合名称 show collections 4. 显示数据 db.collection_name.find() 阅读全文
posted @ 2017-02-28 18:07 ShannonHan 阅读(119) 评论(0) 推荐(0) 编辑

django MultiValueDictKeyError 错误处理

摘要: MultiValueDictKeyError http://stackoverflow.com/questions/5895588/django-multivaluedictkeyerror-error-how-do-i-deal-with-it Use the example sentance : 阅读全文
posted @ 2017-02-28 16:29 ShannonHan 阅读(800) 评论(0) 推荐(0) 编辑

django static files的设置和使用

只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2017-02-27 11:27 ShannonHan 阅读(5) 评论(0) 推荐(0) 编辑

邓迎春绘画201702作品10

摘要: 阅读全文
posted @ 2017-02-24 17:13 ShannonHan 阅读(68) 评论(0) 推荐(0) 编辑

邓迎春绘画201702作品11

摘要: 阅读全文
posted @ 2017-02-24 17:13 ShannonHan 阅读(98) 评论(0) 推荐(0) 编辑

邓迎春绘画201702作品09

摘要: 阅读全文
posted @ 2017-02-24 17:12 ShannonHan 阅读(74) 评论(0) 推荐(0) 编辑

邓迎春绘画201702作品08

摘要: 阅读全文
posted @ 2017-02-24 17:12 ShannonHan 阅读(60) 评论(0) 推荐(0) 编辑

邓迎春绘画201702作品07

摘要: 阅读全文
posted @ 2017-02-24 17:11 ShannonHan 阅读(54) 评论(0) 推荐(0) 编辑

Using mongo in django to develop web app with python

摘要: 1. install mongoengine 2. demo with html page and the model operations Links: 1. https://github.com/xhan-shannon/django_mongo_demo 2. https://www.ibm. 阅读全文
posted @ 2017-02-24 10:33 ShannonHan 阅读(114) 评论(0) 推荐(0) 编辑