allure用例描述:使用方法 参数值 参数说明 @allure.epic() epic描述 敏捷里面的概念,定义史诗,往下是feature @allure.feature() 模块名称 功能点的描述,往下是story @allure.story() 用户故事 用户故事,往下是title @allu ...
分类:
其他好文 时间:
2020-07-08 23:08:29
阅读次数:
174
1.HTML 1.HTML指的是超文本标记语言(Hyper Text Markup Language)是用来描述网页的一种语言。 2.HTML不是一种编程语言,而是一种标记语言(Markup Language) 3.标记语言是一套标记标签,所以学习HTML就是学习其标签的使用。 4.标签有自己的语法 ...
分类:
Web程序 时间:
2020-07-08 19:51:47
阅读次数:
72
主要看 spaceship 和deliver 两个模块 spaceship 导出了 Apple Developer Center and the App Store Connect API 据说是 所有你能在浏览器端做的 它都可以做到 而 deliver 模块 则是 负责进行数据的上传和下载,根据 ...
分类:
移动开发 时间:
2020-07-08 16:55:59
阅读次数:
89
爱快路由模拟器使用 Vmware实验平台的搭建 创建新的虚拟机前先提前创建文件目录(新建虚拟机时会创建大量的文件,方便管理) 参考:https://www.cnblogs.com/cainiao-chuanqi/p/13085450.html 搭建成功后养成快照的习惯:(方便以后重新使用) 爱快模拟 ...
分类:
其他好文 时间:
2020-07-08 13:38:05
阅读次数:
133
Stones Alice and the List of Presents Labs Alice and the Doll Alice and the Unfair Game A、Stones 题意: 给出三种石头分别$a$,$b$,$c$个,每次拿石头的时候只能拿$1$个第一种石头和$2$个第二种 ...
分类:
其他好文 时间:
2020-07-08 13:08:46
阅读次数:
53
animation动画使用 图片上下循环跳转 html代码: <div class="siteicon"> <img src="./siteicon.png" alt=""> <p>点击跳转</p> </div> css代码: @keyframes icon{ 0%{ opacity: 0.8; t ...
分类:
Web程序 时间:
2020-07-07 22:11:21
阅读次数:
159
方式一 float+ text-align:center <div class="w clearfix tc mt10"> <el-button class="fll" type="primary" plain>刷新</el-button> <el-button type="primary" pla ...
分类:
其他好文 时间:
2020-07-07 17:42:32
阅读次数:
67
本文链接:https://www.cnblogs.com/obarong/p/13260626.html 名词解释: AEC(agent event center):用户事件中心。 VoIP(Voice over Internet Phone):网络语音电话业务 项目: starrtc-web:前端 ...
分类:
其他好文 时间:
2020-07-07 15:37:24
阅读次数:
284
Lost and AekdyCoin are friends. They always play "number game"(A boring game based on number theory) together. We all know that AekdyCoin is the man c ...
分类:
编程语言 时间:
2020-07-07 12:52:15
阅读次数:
93
链接:https://leetcode-cn.com/problems/jump-game-ii/ 代码 class Solution { public: int jump(vector<int>& nums) { int n = nums.size(); vector<int> f(n); for ...
分类:
其他好文 时间:
2020-07-07 09:32:36
阅读次数:
49