分组 # url.py urlpatterns = [ .... # url上捕获的参数 会按照位置参数方式传参给试图函数 url(r'^blog/([0-9]{4}/\d{2})/$', views.blog), ] # view.py def blog(request, year, month) ...
分类:
其他好文 时间:
2021-07-28 21:36:38
阅读次数:
0
CSS CSS 内边距 CSS padding 属性用于在任何定义的边界内的元素内容周围生成空间。 div { padding-top: 50px; 上内边距是 50px padding-right: 30px; 右内边距是 30px padding-bottom: 50px; 下内边距 50px ...
分类:
其他好文 时间:
2021-07-05 18:03:18
阅读次数:
0
(A)Check-In(办理登机手续) (1)ticket:机票 (2)ticket counter:检票柜台,票务柜台 (3)ticket agent:票务员 (4)suitcase:手提箱 (5)arrival and departure monitor:班机抵达出发时间屏 (B)Securit ...
分类:
其他好文 时间:
2021-07-05 16:49:44
阅读次数:
0
Traffic Signs(交通标志) (1)stop:停车标志 (2)no left turn:禁止左转弯 (3)no right turn:禁止右转弯 (4)no U-turn:禁止掉头 (5)right turn only:只允许右转 (6)do not enter:禁止驶入 (7)one w ...
分类:
其他好文 时间:
2021-07-05 16:47:38
阅读次数:
0
HTML5 拥有多个新的表单输入类型。这些新特性提供了更好的输入控制和验证。 color date datetime datetime-local email month number range search tel time url week 一、示范代码 <!DOCTYPE html> <ht ...
分类:
Web程序 时间:
2021-07-02 15:30:13
阅读次数:
0
English Alphabet: 7 sounds e? A H J K i: B C D E G P T V e F L M N S X Z a? I Y ?? O u: Q U W ɑ? R Lesson 01 - Greetings and Introducations Formal Gre ...
分类:
其他好文 时间:
2021-06-28 19:42:26
阅读次数:
0
##General English:8 ###Unit5 Purchasing a product ###Vocabulary for making a purchase Practice the vocabulary for buying things. Select a card and lis ...
分类:
其他好文 时间:
2021-06-22 17:55:40
阅读次数:
0
恢复内容开始 async addEvent() { if (this.setClick) return document.querySelector('.el-month-table').addEventListener('click', () => { this.monthChange() }) ...
分类:
其他好文 时间:
2021-06-18 19:37:54
阅读次数:
0
Cola公司的雇员分为以下若干类:(知识点:多态) [必做题]? 4.1 ColaEmployee :这是所有员工总的父类,属性:员工的姓名,员工的生日月份。方法:getSalary(int month) 根据参数月份来确定工资,如果该月员工过生日,则公司会额外奖励100 元。? 4.2 Salar ...
分类:
其他好文 时间:
2021-06-18 19:32:56
阅读次数:
0
? 4.1 ColaEmployee :这是所有员工总的父类,属性:员工的姓名,员工的生日月份。方法:getSalary(int month) 根据参数月份来确定工资,如果该月员工过生日,则公司会额外奖励100 元。? 4.2 SalariedEmployee : ColaEmployee 的子类, ...
分类:
其他好文 时间:
2021-06-16 18:00:10
阅读次数:
0