摘要:
一.配置文件 settngs.py中 二.创建一个base_model.py 三.用户模型models.py中 四.视图文件views.py中 阅读全文
posted @ 2018-06-18 23:56
lowmanisbusy
阅读(1039)
评论(0)
推荐(0)
摘要:
二进制转换成十进制 存在二进制数 01110101 先写上 0 1 1 1 0 1 0 1 然后填充,零位不填 2^6=64 2^5=32 2^4=16 2^2=4 2^0=1 相加 64 32 16 4 ... 阅读全文
posted @ 2018-06-18 16:58
lowmanisbusy
阅读(5613)
评论(1)
推荐(0)
摘要:
1 django request对象和HttpResponse对象 2 HttpRequest对象(除非特殊说明,所有属性都是只读,session属性是个例外) 3 HttpRequest.scheme 请求方案(通常为http或https) 4 HttpRequest.body 字节字符串,表示原始http请求正文 5 HttpRequest.path 字符串,表示请求的页面的完整路... 阅读全文
posted @ 2018-06-18 16:16
lowmanisbusy
阅读(1170)
评论(0)
推荐(0)
浙公网安备 33010602011771号