Now the Nike Kyrie 4 "Confetti" the colorful pair was released today . and the Christmas holiday is coming , a lot of people would like to buy this on ...
分类:
其他好文 时间:
2018-01-16 12:23:08
阅读次数:
256
1 #!/usr/bin/env python 2 # -*- coding: utf-8 -*- 3 # Auther: Summer 4 5 # 字符串操作 6 name = "summer Du" 7 print(name.capitalize()) # 首字母变大写 8 print(name... ...
分类:
编程语言 时间:
2017-12-28 13:53:25
阅读次数:
131
Summer is coming! It's time for Iahub and Iahubina to work out, as they both want to look hot at the beach. The gym where they go is a matrix a with n ...
分类:
其他好文 时间:
2017-12-03 19:55:56
阅读次数:
178
1、当两个列表或者字典有交叉和重复,需要统计人数,集合就能很好的帮助去重集合还能把列表或集合拆出来 2、gather 3.set 更重要的作用是 “关系测试” 集合 两大特性: 去重: 把一个列表变成集合,就自动去重了关系测试:测试两组数据之前的交集、差集、并集等关系 #!/usr/bin/env ...
分类:
编程语言 时间:
2017-12-02 17:41:18
阅读次数:
1612
元组就是列表,但是不能增删改,只能切片,只能查 所以元组又叫做只读列表 元组只有2个方法,一个是count 一个是 indexcount 统计index 获取下标 使用元组的情况 , 存的一些值,不希望被改变 ,也是提醒别人,元组不希望被修改 1、启动程序,让用户输入工资,然后打印商品列表2、允许用 ...
分类:
其他好文 时间:
2017-12-02 17:39:56
阅读次数:
129
python2数据类型是有int和long区别的 type(2**32) int type(2**64) longpython3里面是没有long的概念的,长整型 大概理解 小数就是浮点数科学计数法也是浮点数 E代表秘52.3E4 52.3 x 10**4 布尔值真和假1和10 数据运算and or ...
分类:
编程语言 时间:
2017-12-02 17:35:50
阅读次数:
155
Road Construction Time Limit: 2000MS Memory Limit: 65536K Total Submissions: 12646 Accepted: 6384 Description It's almost summer time, and that means ...
分类:
其他好文 时间:
2017-11-25 15:21:29
阅读次数:
204
date_default_timezone_set('PRC');//设置中华人民共和国标准时间 strtotime — 将任何英文文本的日期时间描述解析为 Unix 时间戳 格式:int strtotime ( string $time [, int $now ] ) 本函数预期接受一个包含美国英 ...
分类:
Web程序 时间:
2017-11-23 11:03:14
阅读次数:
1374
For fans of the adidas Yeezy 350 for sale, this Holiday season we have a large lineup set to take place. A total of three will launch known as the ‘Be ...
分类:
其他好文 时间:
2017-11-17 10:45:05
阅读次数:
164
参考资料: 1、http://blog.csdn.net/u012554102/article/details/51902697 2、《深入分析Java Web技术内幕》许令波 著 3、http://blog.csdn.net/summer_sy/article/details/70255421 一 ...
分类:
编程语言 时间:
2017-11-08 20:10:55
阅读次数:
417