http://acm.hdu.edu.cn/showproblem.php?pid=5355 Problem Description There are m soda and today is their birthday. The 1-st soda has prepared n cakes wi ...
分类:
其他好文 时间:
2018-02-26 11:42:40
阅读次数:
171
# filename:python2.25(2).py# author:super# date:2018-2-25print('today to learn the zidian')# 在python中, 字典是一系列的键值对的关系, 每一个键都有一个值去对应, 你可以使用键来访问相对应的值# 与键 ...
分类:
编程语言 时间:
2018-02-25 17:15:52
阅读次数:
146
Saturday Cloudy The comfortable winter vacation is over.Today is the first day I went to the lab in this semester,and I set some plans.I spent several ...
分类:
其他好文 时间:
2018-02-25 01:10:59
阅读次数:
189
# filename:python2.24(2).py# author:super# date:2018-2-24# 使用for打印出一个Listprint('today to learn the ')names = ['aa', 'bb', 'cc']for i in names: print(i ...
分类:
编程语言 时间:
2018-02-25 00:04:25
阅读次数:
194
print("today is 2018.2.22")name = 'SUPer'print('hello,'+name+' today is good or not?')# 全部都是小写 string.lower()print(name.lower())# 全部都是大写 string.upperp ...
分类:
编程语言 时间:
2018-02-23 22:17:20
阅读次数:
160
print("today to learn the list")# 列表由一系列按特定顺序排列的元素组成。你可以创建包含字母,0-9的数字,所有家庭成员的姓名的列表。# 鉴于列表一般都是包含很多东西的,所以名字一般是以复数形式出现, letters, digits, names 像这样的# 在pyt ...
分类:
编程语言 时间:
2018-02-23 22:12:42
阅读次数:
125
Anyone who has no spiritual aspirations is an idiot. 任何没有精神追求的人都是愚昧无知的人。 Today I went to a bookshop with my girlfirend. I was surprised that there wer ...
分类:
其他好文 时间:
2018-02-19 22:21:39
阅读次数:
184
平时我们用的django自带admin,怎么评价呢?一个字简陋,而且也人性化,如下图,首先只显示数据对象,如果要查看详细还有点进去,其次不能对自己想要的数据进行刷选 我们的期望是:数据如excel显示,可以搜索查询,也可以条件查询 ok!是没问题的,这个我们可以实现自订制 场景分析 登录到djang ...
分类:
其他好文 时间:
2018-02-18 20:42:05
阅读次数:
348
今天的主题是: 【A Guide to Birthdays】 【生日攻略】 In today's lesson, we are going to learn three things: 今天这节课我们主要学习三个内容 1. how to wish happy birthday and reply p ...
分类:
其他好文 时间:
2018-02-11 20:06:14
阅读次数:
175
今天的主题是: 【Where Are You From?】 【你是哪国人?】 In today's lesson, we are going to learn two things: 我们将学习两个内容: 1. how to ask and introduce people's nationalit ...
分类:
其他好文 时间:
2018-02-11 19:46:38
阅读次数:
208