上一页 1 2 3 4 5 6 7 8 9 10 ··· 12 下一页
摘要: ```python 模板继承案例 1.在templates文件夹下创建一个新的register.html文件并打开: #继承login.html文件 {%extends 'login.html'%} 2.配置路由信息,打开index文件夹下的urls.py文件: url(r'^register/$',register_views) 3.进入views文件: def register... 阅读全文
posted @ 2018-11-11 22:35 IndustriousHe 阅读(642) 评论(0) 推荐(0) 编辑
摘要: 天天果园页面项目: python 1.创建文件夹 my_project: mkdir my_project 2.进入到my_project文件夹创建一个fruitday项目: django admin startproject fruitday 3.进入fruitday项目文件并创建名称为index 阅读全文
posted @ 2018-11-11 22:11 IndustriousHe 阅读(485) 评论(0) 推荐(0) 编辑
摘要: ```HTML Document 增加 商品名称 商品价格 购买数量 操作 ``` ![](https://img2018.cnblogs.com/blog/1532113/201811/1532113-20181111204907231-29594... 阅读全文
posted @ 2018-11-11 20:49 IndustriousHe 阅读(266) 评论(0) 推荐(0) 编辑
摘要: ```HTML Document ``` ![](https://img2018.cnblogs.com/blog/1532113/201811/1532113-20181111204704902-1987439648.png) 阅读全文
posted @ 2018-11-11 20:47 IndustriousHe 阅读(213) 评论(0) 推荐(0) 编辑
摘要: ```HTML Document 用户名: 显示 ``` ![](https://img2018.cnblogs.com/blog/1532113/201811/1532113-20181111204458675-309285786.png) 阅读全文
posted @ 2018-11-11 20:45 IndustriousHe 阅读(2575) 评论(0) 推荐(0) 编辑
摘要: ```HTML Document 商品名称 商品价格 购买数量 操作 可乐 2.5 5 修改 可乐 2.5 5 修改 可乐 2.5 5 修改 可乐 ... 阅读全文
posted @ 2018-11-11 20:38 IndustriousHe 阅读(395) 评论(0) 推荐(0) 编辑
摘要: ```HTML Document 验证 ``` ![](https://img2018.cnblogs.com/blog/1532113/201811/1532113-20181111203500872-361706290.png) 阅读全文
posted @ 2018-11-11 20:35 IndustriousHe 阅读(182) 评论(0) 推荐(0) 编辑
摘要: ```HTML Document - + ``` ![](https://img2018.cnblogs.com/blog/1532113/201811/1532113-20181111203221536-30853965.png) 阅读全文
posted @ 2018-11-11 20:32 IndustriousHe 阅读(5902) 评论(1) 推荐(0) 编辑
摘要: ```HTML Document 显示 ``` ![](https://img2018.cnblogs.com/blog/1532113/201811/1532113-20181111203017360-1060779680.png) 阅读全文
posted @ 2018-11-11 20:30 IndustriousHe 阅读(6793) 评论(0) 推荐(1) 编辑
摘要: ```HTML Document 测试Screen 测试Location ``` ![](https://img2018.cnblogs.com/blog/1532113/201811/1532113-20181111202802723-257391409.png) 阅读全文
posted @ 2018-11-11 20:28 IndustriousHe 阅读(513) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 10 ··· 12 下一页