码迷,mamicode.com
首页 >  
搜索关键字:sevenk love oimaster    ( 1552个结果
Axure 原型图
Axure RP 9最新版软件及汉化包下载 https://www.axure.com.cn/78629/ 点击下载 lang语言包放在根目录即可 Axure各种版本注册码 | 最新Axure RP 8.1.0.3377的授权码 Licensee:zdfansKey:fZw2VoYzXakllUuL ...
分类:其他好文   时间:2019-03-12 12:24:53    阅读次数:418
python五十八课——正则表达式(切割)
切割:split(regex,string):返回一个列表对象 import re str1='i love shenzhen so much' regex=r' +?' lt=re.split(regex,str1) print(lt) str2='dsafsa2341241dfakdsf3424 ...
分类:编程语言   时间:2019-03-10 09:52:09    阅读次数:221
python五十九课——正则表达式的拓展内容
演示正则表达式的拓展内容:函数:finditer(regex,string,[flags=0]):参数:和match、search、findall一样理解功能:将所有匹配的数据封装为一个一个的match对象,然后以iterator返回 import re str1 = 'i love shangha ...
分类:编程语言   时间:2019-03-10 09:37:26    阅读次数:193
(七)部署coredns组件
#(1)coredns简介coredns服务监视kubernetesapi,为每一个service创建dns记录用于域名解析;这样访问pod资源资源只需要访问service名即可,而不需要关系pod容器的ip地址的变化;#(2)部署corednscd/temp/k8s/corednswgethttps://gitee.com/love-docker/docker/raw/master/k8s1.9
分类:其他好文   时间:2019-03-05 12:47:28    阅读次数:148
[Python]小甲鱼Python视频第009课(了不起的分支和循环3)课后题及参考解答
# -*- coding: utf-8 -*- """ Created on Mon Mar 4 23:47:51 2019 @author: fengs """ """ 测试题: 0. 下面的循环会打印多少次"I Love FishC"? for i in range(0, 10, 2): pri... ...
分类:编程语言   时间:2019-03-05 09:34:55    阅读次数:186
python基础知识温习-列表
列表:列表是数据的集合,集合内可以放置任意数据类型,可对集合进行方便的增删改查。 列表的定义: # 方法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 美国人眼里的制服
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
python第二十一课——str中的常用函数(重要)
演示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
hexdump(b,step,sep,decimal) 和 server、client 端 [北极星]
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
1552条   上一页 1 ... 32 33 34 35 36 ... 156 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!