环境:Ubuntu16.04 jdk8 doris编译: ## 1. 开启```bashdocker run -d -it \--name doris \--net=host \-v /volume1/doris/incubator-doris:/root/incubator-doris/ apac ...
分类:
其他好文 时间:
2021-05-24 15:57:19
阅读次数:
0
配置方法: 在以下位置加入: <mirror> <id>alimaven</id> <name>aliyun maven</name> <url>http://maven.aliyun.com/nexus/content/groups/public/</url> <mirrorOf>central< ...
分类:
其他好文 时间:
2021-05-24 15:32:28
阅读次数:
0
今天当我使用el-image 想要绑定src时 会变成这样 图片加载不出来,以前也遇到过这个问题,不过没有记录,这次就记录一下解决办法。 1. 当我们请求本地的图片文件时,在路径前面加上require(),可以解决 <el-image class="headPortrait" :src="requi ...
分类:
其他好文 时间:
2021-05-24 14:57:57
阅读次数:
0
Selenium-Webdriver API元素定位 大家对于我们在界面UI测试的时候流程非常熟悉吧,比如一个百度搜索,我们首先打开www.baidu.com的地址,然后肉眼找到搜索框,输入想要输入的关键字,然后在点击搜索按钮,就会返回我们想要搜索的结果列表。 而对于自动化测试来说,最基本的就是”肉 ...
Element UI 中国省市区级联数据 npm install element-china-area-data -S 1.按需导入 import { provinceAndCityData, regionData, provinceAndCityDataPlus, regionDataPlus, ...
分类:
其他好文 时间:
2021-05-24 14:52:10
阅读次数:
0
RIDE运行自动化测试案例时,控制台信息显示乱码,如下所示: 解决方法: 进入到Python的安装路径下:如下图,找到testrunnerplugin.py文件 将第552行的encoding['SYSTEM']改为encoding['OUTPUT'],编辑如下图: 保存后重启RIDE,重新执行用例 ...
分类:
其他好文 时间:
2021-05-24 14:30:14
阅读次数:
0
bundle是一个目录,其中包含了程序会使用到的资源. 这些资源包含了如图像,声音,文本文件,属性列表,语言包,编译好的代码,nib文件(用户也会把bundle称为plug-in). 对应bundle,cocoa提供了类NSBundle.我们的程序是一个bundle. 在Finder中,一个应用程序 ...
分类:
移动开发 时间:
2021-05-24 14:26:33
阅读次数:
0
<?php class A{ function index (){ echo '我是A的index'; } } class B{ function index (){ echo '我是B的index'; } } class C{ function index (){ echo '我是C的index' ...
分类:
Web程序 时间:
2021-05-24 14:24:42
阅读次数:
0
1. 开启Prometheus遥测数据 默认情况下, 遥测功能(telemetry)是关闭的(selector 为 none),像这样: telemetry: selector: ${SW_TELEMETRY:none} none: prometheus: host: ${SW_TELEMETRY_ ...
分类:
Web程序 时间:
2021-05-24 14:20:53
阅读次数:
0
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>双飞翼布局</title> <style> * { margin: 0; padding: 0; } .box { height: 600px; } .left ...
分类:
其他好文 时间:
2021-05-24 14:20:23
阅读次数:
0