写在前面 上课第20天,打卡: In the end, we are our choices. Build yourself a great story. 1 2017-09-10 - s17day20 2 3 内容回顾: 4 1. Http请求相关 5 6 2. Django请求生命周期 7 al ...
分类:
其他好文 时间:
2017-09-14 18:51:25
阅读次数:
192
models: 找到项目文件下的__init__.py,写入: 1 import pymysql 2 pymysql.install_as_MySQLdb() 设置settings.py,添加app名称: models.py 1 class Publisher(models.Model): 2 na ...
分类:
其他好文 时间:
2017-09-09 11:52:09
阅读次数:
196
文档地址:http://www.minzhulou.com/docs/flask-admin/api/mod_model.html model在flask_admin算是比较重要的部分,根据文档稍微的解释下常用的参数(个人见解) 这是最基础的modelview类 该视图不关心你的模型是如何存储和管理 ...
分类:
其他好文 时间:
2017-08-18 17:12:01
阅读次数:
310
一.HTTP常见的返回状态码为: 2xx (成功) 表示成功处理了请求的状态码。 200(成功)服务器已成功处理了请求。通常,这表示服务器提供了请求的网页。如果是对您的 robots.txt 文件显示此状态码,则表示 Googlebot 已成功检索到该文件。 201(已创建)请求成功并且服务器创建了 ...
分类:
Web程序 时间:
2017-08-18 14:38:17
阅读次数:
2399
Model _meta API的官方文档 https://docs.djangoproject.com/en/1.10/ref/models/meta/ Field access API 通过这个field access api的choices可以获取有choice字段的表的内容(元组形式的内容), ...
There are two supported choices of runtime for building server-side applications with .NET: .NET Framework and .NET Core. Both share a lot of the same ...
分类:
移动开发 时间:
2017-07-29 15:07:47
阅读次数:
192
<div> <div><span class="glyphicon glyphicon-search" aria-hidden="true"></span> 搜索条件</div> <div class="condition"> 大分类: {% if kwargs.article_type_id == ...
分类:
其他好文 时间:
2017-07-23 15:31:39
阅读次数:
245
Select spots are restocking the adidas NMD Singapore this Friday, Feb 24th featuring three different choices from the famous silhouette in most-Solar ...
分类:
其他好文 时间:
2017-07-17 10:04:25
阅读次数:
152
状态代码 状态信息 含义 100 Continue 初始的请求已经接受,客户应当继续发送请求的其余部分。(HTTP 1.1新) 101 Switching Protocols 服务器将遵从客户的请求转换到另外一种协议(HTTP 1.1新) 200 OK 一切正常,对GET和POST请求的应答文档跟在 ...
分类:
Web程序 时间:
2017-07-01 20:49:56
阅读次数:
304
TCP死锁: 两个程序共享有限的资源,由于糟糕的计划,A程序只能等待B程序资源占用结束后才能使用资源,这种情况就是死锁(deadlock) 代码的解释明天给出 ...
分类:
其他好文 时间:
2017-06-25 10:17:12
阅读次数:
122