Feature: 标注主要功能模块 Story: 标注Features功能模块下的分支功能 Severity: 标注测试用例的重要级别 Step: 标注测试用例的重要步骤 Issue和TestCase: 标注Issue、Case,可加入URL # -*- coding: utf-8 -*- # @T ...
分类:
其他好文 时间:
2020-02-04 09:13:11
阅读次数:
169
1.子组件向父组件传值(事件调用机制:本质就是父向子传递方法,子调用方法,子将数据当作参数传给这个方法:即传值给父组件): 1.在父组件中创建一个方法: <p>购买数量:<number-box :id="id" @getcount="getSelectCount" :max="msglist.sto ...
分类:
其他好文 时间:
2020-02-03 18:54:30
阅读次数:
58
Remember the story of Little Match Girl? By now, you know exactly what matchsticks the little match girl has, please find out a way you can make one s ...
分类:
编程语言 时间:
2020-01-31 10:39:41
阅读次数:
122
random模块:用于生成随机数 random() 随机获取0 到1 之间的浮点数,即 0.0 <= num < 1.0 randint(m, n) 随机获取m 到n 之间的整数,即m <= num <= n randrange(start, stop, [step]) 随机获取start 到sto ...
分类:
编程语言 时间:
2020-01-27 09:38:38
阅读次数:
71
这是一个很长很长的story!-芝麻粒儿创作 开篇 源码地址:GitHub 本文目的,将Unity集成到Android端,学完本文后你可以做到 Android任意布局加载Unity 3D场景 任意操作布局中的按钮/3D物品(缩放旋转等) 互相消息通信(你叼我,我叼你) 自由切换Unity中的场景 动 ...
分类:
移动开发 时间:
2020-01-13 16:04:34
阅读次数:
103
regex:http://pre-sso.sto-express.cn:8111//WebAPIV46 http://localhost:13135/WebAPIV46 ...
分类:
其他好文 时间:
2019-12-27 19:59:44
阅读次数:
72
下载安装install undate更新 remove --purge卸载 sudo apt-get install openssh-server #安装 sudo service ssh start/restart/stop#启动 /etc/init.d/ssh start/restart/sto ...
分类:
系统相关 时间:
2019-11-19 14:04:47
阅读次数:
82
21.文件操作 # r只读 w只写(原来文件会消失!!!,也可以创建新文件) a追 # 加 r+ 读写 story_file = open("Story.txt", "r+") # 20读取多长的字符串 # content1 = story_file.read() # print(content1) ...
分类:
编程语言 时间:
2019-11-18 20:25:54
阅读次数:
66
课上内容(Lesson) 1. We played "Who is spy" together 2. Which county do you like it, let us make a choice. 3. We made use of picturea for a story , about a ...
分类:
其他好文 时间:
2019-11-03 18:35:30
阅读次数:
140
1.端口及说明: 举例说明 我们访问RabbitMQ管理界面可以访问如下: http://localhost:15672/ 我们连接RabbitMQ的话就要用client端通信口: server: amqp://guest:guest@localhost:5672/ 2.重启mq服务 net sto ...
分类:
其他好文 时间:
2019-11-01 11:15:38
阅读次数:
80