摘要:
```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
阅读(660)
评论(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
阅读(517)
评论(0)
推荐(0)
摘要:
```HTML Document 增加 商品名称 商品价格 购买数量 操作 ``` 
评论(0)
推荐(0)
摘要:
```HTML Document ```  阅读全文
posted @ 2018-11-11 20:47
IndustriousHe
阅读(233)
评论(0)
推荐(0)
摘要:
```HTML Document 用户名: 显示 ```  阅读全文
posted @ 2018-11-11 20:45
IndustriousHe
阅读(2628)
评论(0)
推荐(0)
摘要:
```HTML Document 商品名称 商品价格 购买数量 操作 可乐 2.5 5 修改 可乐 2.5 5 修改 可乐 2.5 5 修改 可乐 ... 阅读全文
posted @ 2018-11-11 20:38
IndustriousHe
阅读(416)
评论(0)
推荐(0)
摘要:
```HTML Document 验证 ```  阅读全文
posted @ 2018-11-11 20:35
IndustriousHe
阅读(202)
评论(0)
推荐(0)
摘要:
```HTML Document - + ```  阅读全文
posted @ 2018-11-11 20:32
IndustriousHe
阅读(5976)
评论(2)
推荐(0)
摘要:
```HTML Document 显示 ```  阅读全文
posted @ 2018-11-11 20:30
IndustriousHe
阅读(6884)
评论(0)
推荐(1)
摘要:
```HTML Document 测试Screen 测试Location ```  阅读全文
posted @ 2018-11-11 20:28
IndustriousHe
阅读(537)
评论(0)
推荐(0)