Lonely people will always remember his life occurred in each person. 寂寞的人总是会用心记住他生命中出现过的每个人。 If you don't love for yourself, you will always live for ...
分类:
其他好文 时间:
2017-12-14 04:14:58
阅读次数:
147
1. capitalize(): 首字母大写,其余全部小写 2. upper() :全转换成大写 3. lower(): 全转换成小写 4. title() :标题首字大写,如 "i love python".title() 输出为:"I love python" ...
分类:
其他好文 时间:
2017-12-14 04:08:13
阅读次数:
156
#切片#in判断#格式化输出 "%s" % "_nbloser"#拼接a='xia'b='qiu'c=' love '.join([a,b]) #xia love qiu#内置方法print(c.capitalize())#首字母大写print(c.center(50,'-'))#居中print(c ...
分类:
其他好文 时间:
2017-12-05 13:21:16
阅读次数:
136
反向索引英文名叫做 Inverted index,顾名思义,是通常意义下索引的倒置。 举个例子: 我们用不同的数字索引不同的句子(比如以下三句在文本中是按照0,1,2的顺序排列的) 0 : "I love you" 1 : "I love you too " 2 : "I dislike you" ...
分类:
其他好文 时间:
2017-12-03 13:58:34
阅读次数:
164
A. I_love_%username% time limit per test 2 seconds memory limit per test 256 megabytes input standard input output standard output Vasya adores sport ...
分类:
编程语言 时间:
2017-12-01 13:31:47
阅读次数:
265
请教Nutzwk项目,在beetl页面怎么用shiro标签呢? 发布于 381天前 作者 WenTao-Love 195 次浏览 复制 上一个帖子 下一个帖子 标签: nutzwk 如题,补充:我想在页面端用shiro,进行权限标识判断。求指导 请教Nutzwk项目,在beetl页面怎么用shiro ...
分类:
其他好文 时间:
2017-11-20 19:14:36
阅读次数:
170
学习一下python,这里对python的基础知识做一个整理。似等了一百年忽而明白,即使再见面,成熟地表演,不如不见。 python的一些应用 一、类似于java中的MessageFormat用法 打印结果都是:huhx love linux 二、关于正则中贪心匹配的理解 三、python中简单的j ...
分类:
编程语言 时间:
2017-11-16 22:12:51
阅读次数:
184
1, Python 要求代码块缩进,通过缩进来指示分组。 2,为了降低复杂性,通常把数据组织为列表。如 顾客列表,朋友列表,购物清单等。 movie=["TOM","LOVE","PRINCESS"] 规则:1)数据两边加引号,将各个电影名转化为字符串 2)用逗号将列表项与下一项分开; 3)在列表的 ...
分类:
编程语言 时间:
2017-11-13 16:57:44
阅读次数:
148
Python在定义变量时不用注明数据类型(与java不同) 例1:>>a=10 >>print type(a) # 打印类型 <type 'int'> # 可以自动识别数据类型(对于数字,识别数字类型int) 例2:>>b='love' >>print type(b) <type 'str'> # ...
分类:
编程语言 时间:
2017-11-13 16:43:27
阅读次数:
184
Love means finding the beauty in someone's imperfections. 爱情就是在那个人的不完美中找到美。 Our mate isn't actually perfect, but if we want to build a healthy relatio ...
分类:
其他好文 时间:
2017-11-11 00:36:44
阅读次数:
189