列表:列表是数据的集合,集合内可以放置任意数据类型,可对集合进行方便的增删改查。 列表的定义: # 方法1: l3 = list() print(l3) # 结果为[]空列表 #方法2: l4 = [] print(l4) #结果为空列表 查询列表元素: l2=['a','b','c','d'] # ...
分类:
编程语言 时间:
2019-03-05 09:24:23
阅读次数:
185
6. Uniforms in American's Eyes 美国人眼里的制服 ①Americans are proud of their variety and individuality,yet they love and respect few things more than a unifo... ...
分类:
其他好文 时间:
2019-02-26 15:11:44
阅读次数:
164
演示str中常用的一些函数:1.join():将容器对象以某种特定的格式(字符串)进行拼接组合,最后以字符串的形式返回 lt=['i','love','you','very','much'] str1='-'.join(lt) print(str1,type(str1)) print(str.joi ...
分类:
编程语言 时间:
2019-02-26 00:45:31
阅读次数:
195
1、Jmeter自动获取手机验证码 https://www.cnblogs.com/only-love-you-519920/p/7742809.html 2、Jmeter中使用循环如何保证数据不重复 https://jingyan.baidu.com/article/d5a880ebbae9021 ...
分类:
其他好文 时间:
2019-02-25 13:36:45
阅读次数:
135
server端 代码 00000000 00000000 | 49 20 4c 6f 76 65 20 59 | I Love Y00000008 00000008 | 6f 75 2c 20 4d 79 20 46 | ou, My F00000010 00000016 | 72 69 65 6e ...
分类:
其他好文 时间:
2019-02-24 18:40:55
阅读次数:
174
一个漫长的寒假不知不觉就过完了?总结一下学习的东西,这些天的重点主要放在了数论方面,刷题方面刷的也基本是关于数论方面的纯公式题,可能我太菜了,很多都要写到晚上凌晨1,2点才能肝出来,刷的题并没有很多估计二十多(好难QAQ),总之总结下我学的一些数论知识: 1. 皮亚诺公理 整个算术规则都是建立在 5 ...
分类:
其他好文 时间:
2019-02-22 23:00:18
阅读次数:
172
一 yum 模块 1、yum配置源(/etc/yum.repos.d/epel.repo) 2、yum安装包组 3、部分参数(ansible-doc yum) 4、使用方式 二、pip模块 ansible web -m pip -a 'name=flask' 三、service服务控制命令(可控制远 ...
分类:
其他好文 时间:
2019-02-20 20:14:42
阅读次数:
195
https://www.lydsy.com/JudgeOnline/problem.php?id=4695 新博客用来整理,所以乱七八糟的东西我就暂时继续往这边扔了。 闲得淡疼打了个segtreebeats 我数据结构真是太弱了。。。 ...
分类:
其他好文 时间:
2019-02-20 19:53:05
阅读次数:
171
Mohammad has recently visited Switzerland. As he loves his friends very much, he decided to buy some chocolate for them, but as this fine chocolate is ...
分类:
其他好文 时间:
2019-02-20 09:35:38
阅读次数:
104
Chinese people think of '8' as the lucky digit. Bob also likes digit '8'. Moreover, Bob has his own lucky number L. Now he wants to construct his luck ...
分类:
其他好文 时间:
2019-02-16 19:27:03
阅读次数:
197