larken

勤奋的人生才有价值

导航

上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 23 下一页

2018年9月12日 #

Django(2)

摘要: https://www.cnblogs.com/yuanchenqi/articles/5893435.html 阅读全文

posted @ 2018-09-12 08:48 larken 阅读(79) 评论(0) 推荐(0) 编辑

Django(3)

摘要: https://www.cnblogs.com/yuanchenqi/articles/7429279.html 阅读全文

posted @ 2018-09-12 08:48 larken 阅读(80) 评论(0) 推荐(0) 编辑

Django(1)

摘要: https://www.cnblogs.com/yuanchenqi/articles/5836916.html 阅读全文

posted @ 2018-09-12 08:47 larken 阅读(86) 评论(0) 推荐(0) 编辑

Django-MTV

摘要: https://www.cnblogs.com/yuanchenqi/articles/7629939.html 阅读全文

posted @ 2018-09-12 08:39 larken 阅读(67) 评论(0) 推荐(0) 编辑

Django-model进阶

摘要: https://www.cnblogs.com/yuanchenqi/articles/7570003.html 阅读全文

posted @ 2018-09-12 08:37 larken 阅读(86) 评论(0) 推荐(0) 编辑

Django-model基础

摘要: https://www.cnblogs.com/yuanchenqi/articles/7552333.html 阅读全文

posted @ 2018-09-12 08:35 larken 阅读(92) 评论(0) 推荐(0) 编辑

2018年9月11日 #

第一章:模型层model layer

摘要: 1.模型和字段 (1)基本的原则如下: 每个模型在Django中的存在形式为一个Python类 每个模型都是django.db.models.Model的子类 模型的每个字段(属性)代表数据表的某一列 Django将自动为你生成数据库访问API (2)模型字段fields Django不允许下面两种字段名: 与Python关键字冲突。这会导致语法错误。... 阅读全文

posted @ 2018-09-11 22:02 larken 阅读(1742) 评论(0) 推荐(0) 编辑

装饰器(2)

摘要: https://www.cnblogs.com/yuanchenqi/articles/5694897.html 阅读全文

posted @ 2018-09-11 21:11 larken 阅读(108) 评论(0) 推荐(0) 编辑

Python基础(1)

摘要: https://www.cnblogs.com/yuanchenqi/articles/6236697.html 阅读全文

posted @ 2018-09-11 21:07 larken 阅读(131) 评论(0) 推荐(0) 编辑

网络基础(2)

摘要: https://www.cnblogs.com/yuanchenqi/articles/6236697.html 阅读全文

posted @ 2018-09-11 21:04 larken 阅读(128) 评论(0) 推荐(0) 编辑

上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 23 下一页