简介:Allure非常适合作为自动化测试报告,这里总结下Pytest使用的Allure测试报告的用法 环境准备所需环境ide使用PyCharmpython 3.7pytest 5.3.2allure-pytest 2.8.13allure-pytest 安装在已经安装python3和pytest的前 ...
分类:
其他好文 时间:
2021-07-15 19:00:08
阅读次数:
0
设置请求代理:.umirc中设置。可以将当前访问域名的请求转发到指定域名下。用于跨域代理开发,开发完后放入指定服务器中。 //请求代理 proxy: { '/api': { target: 'http://localhost:3000', changeOrigin: true, pathRewrit ...
分类:
Web程序 时间:
2021-07-14 18:40:58
阅读次数:
0
vue实现div高度可拖拽 这里有一个现成的demo,可以实现页面div的拖拽功能,但是和我想要的效果不是很一样,所以说后边有根据我的实际需求又重新修改了一下,先看一下现在的demo效果。 <template> <div id="eagleMapContainer" style="border: 1 ...
分类:
其他好文 时间:
2021-07-13 17:44:58
阅读次数:
0
在router中加入 const originalPush = VueRouter.prototype.push VueRouter.prototype.push = function push (location) { return originalPush.call(this, location ...
分类:
其他好文 时间:
2021-07-12 18:19:36
阅读次数:
0
search.htm 搜索结果模板文件 分页标签 {dede:pagelist listsize=4} 改成 {dede:pagelist listsize=4 runphp=yes} @me = (strpos(@me,'0条') ? "<p style='color:#f00;'>没有相关记录< ...
分类:
其他好文 时间:
2021-07-12 17:54:49
阅读次数:
0
定义和用法 valueOf() 方法可以字符串返回数字。 浏览器支持 所有主要浏览器都支持 valueOf() 方法。 语法 number.valueOf() 返回值 类型 描述 Number 一个数的原始值 技术细节 JavaScript 版本: 1.1 实例 返回一个Number对象的基本数值 ...
分类:
编程语言 时间:
2021-07-09 17:53:43
阅读次数:
0
@Configuration public class CorsConfig implements WebMvcConfigurer { @Override public void addCorsMappings(CorsRegistry registry) { registry.addMappin ...
分类:
其他好文 时间:
2021-07-07 17:54:53
阅读次数:
0
1、在volumes下设置 volumes: - consul-config:/consul/config:z - consul-data:/consul/data:z - /etc/localtime:/etc/localtime:ro - /etc/timezone:/etc/timezone: ...
分类:
其他好文 时间:
2021-07-07 17:48:03
阅读次数:
0
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title></title> <style type="text/css"> .box1{ width: 100px; height: 100px; background-color:red ...
分类:
其他好文 时间:
2021-07-05 18:59:08
阅读次数:
0
morphologyEx void Demo_1(int, void*) { cvtColor(img1, img_gray1, COLOR_BGR2GRAY); //二值化 threshold(img_gray1, img2, 0, 255, THRESH_BINARY | THRESH_OTSU ...
分类:
其他好文 时间:
2021-07-05 18:58:25
阅读次数:
0