摘要: CentOS + Selenium 用法小结 安装python pip 安装selenium pip install selenium 安装chrome-browser wget https://dl.google.com/linux/direct/google-chrome-stable_curr 阅读全文
posted @ 2020-12-02 12:54 gsfs 阅读(656) 评论(0) 推荐(0) 编辑
摘要: 预期效果 view v-show="!mydata.isAble"> template 1 name is available /view> view v-show="mydata.isAble"> template 2 name is disable /view> 之前想了很多方法,包括利用dat 阅读全文
posted @ 2020-11-21 19:04 gsfs 阅读(348) 评论(0) 推荐(0) 编辑
摘要: 首先500是服务器内部错误 postman测试正常 浏览器报 Error 500--Internal Server Error From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1: 查看request 参数使用JSON.stringify(da 阅读全文
posted @ 2020-11-18 18:34 gsfs 阅读(4417) 评论(0) 推荐(0) 编辑
摘要: npm cache clean -f 清理 删除node_modules文件夹下内容 npm install --save +模块名 npm install --save vue-jsonp import from 'vue-jsonp' import from 'vue-jsonp' //一定要加 阅读全文
posted @ 2020-11-17 10:06 gsfs 阅读(406) 评论(0) 推荐(0) 编辑
摘要: uview 使用自定义图标 https://blog.csdn.net/VOID_Pointer_G/article/details/109574455 操作 下载svg格式的文件(如果是png等图片,先将图片转svg) 上传svg文件到阿里字体图标库 设置name 在右上角的”更多操作”中,进入” 阅读全文
posted @ 2020-11-16 13:23 gsfs 阅读(7830) 评论(0) 推荐(0) 编辑
摘要: ColorUI组件库快速入门 https://www.jianshu.com/p/859fcca215f1 模板海报设计 https://www.canva.cn/ 阿里巴巴矢量图标库官网 https://www.iconfont.cn/ appUI样例 http://app.xueui.cn/ e 阅读全文
posted @ 2020-11-15 08:55 gsfs 阅读(1008) 评论(0) 推荐(0) 编辑
摘要: Linux在VirtualBox的网络设置 https://www.cnblogs.com/momo2018/p/10692958.html Linux在VirtualBox的网络设置 一、Linux系统版本:Centos7.4。 二、访问外网:在设置-网络-网卡1处选择 “网络地址置换(NAT)” 阅读全文
posted @ 2020-11-15 08:41 gsfs 阅读(291) 评论(0) 推荐(0) 编辑
摘要: u-input style="display: none;" placeholder="Please enter object/field ID" v-model="iform.findingCode" /> u-input type="select" 😒elect-open="selectFin 阅读全文
posted @ 2020-11-12 17:35 gsfs 阅读(4524) 评论(0) 推荐(0) 编辑
摘要: 效果 代码: <u-navbar :is-back="isBack" back-text="" :back-icon-size="50" back-icon-color="white" title-color="white" :title-width="300" :title="title" :ba 阅读全文
posted @ 2020-11-12 13:28 gsfs 阅读(6694) 评论(0) 推荐(0) 编辑
摘要: 1.检查是否在page.json中正确注册 2.跳转的必须是Tab页面,检查是否注册 3.检查路径格式,是否以/开头 阅读全文
posted @ 2020-11-12 12:03 gsfs 阅读(3732) 评论(1) 推荐(2) 编辑