CentOS7系列--安装Chrome浏览器1. 创建yum源文件[root@server20 ~]# cd /etc/yum.repos.d/[root@server20 yum.repos.d]# vi google-chrome.repo输入如下内容:[google-chrome]name=g... ...
分类:
其他好文 时间:
2019-02-03 18:19:50
阅读次数:
241
1. chromedriver 下载地址: https://npm.taobao.org/mirrors/chromedriver 在这里找到对应的驱动 2. 安装谷歌浏览器 2.1 安装依赖 2.2 下载Chrome安装包 2.3 安装 3. 安装chromedriver 找到和浏览器对应的驱动 ...
分类:
系统相关 时间:
2019-01-26 18:54:50
阅读次数:
674
https://www.cnblogs.com/kevin-zjy-blog/p/7357220.html 1、 通过jsonp跨域2、 document.domain + iframe跨域3、 location.hash + iframe4、 window.name + iframe跨域5、 po ...
分类:
其他好文 时间:
2019-01-23 17:26:39
阅读次数:
199
linux下安装chrome linux下安装chrome linux下安装chrome linux下安装chrome 1.按下 Ctrl + Alt + t 键盘组合键,启动终端 2.在终端中,输入以下命令: (将下载源加入到系统的源列表。命令的反馈结果如图。如果返回“地址解析错误”等信息,可以百 ...
分类:
系统相关 时间:
2019-01-19 16:18:34
阅读次数:
324
准备阶段&工具 安装Postman 安装Chrome浏览上的Postman Interceptor插件(可选) 安装Charles(可选) 了解tv4语法以及json schema语法 tv4:https://github.com/geraintluff/tv4 json schema:http:/ ...
分类:
其他好文 时间:
2019-01-18 17:23:12
阅读次数:
210
1.配置yum下载源: 在目录 /etc/yum.repos.d/ 下新建文件 google-chrome.repo, 并且在该文件中添加如下内容: [google-chrome]name=google-chromebaseurl=http://dl.google.com/linux/chrome/ ...
分类:
其他好文 时间:
2019-01-13 21:40:20
阅读次数:
184
1 sudo apt install google-chrome-stable 2 wget -q -O - https://dl.google.com/linux/linux_signing_key.pub | sudo apt-key add 3 sudo apt update ...
分类:
其他好文 时间:
2018-12-24 21:30:53
阅读次数:
142
需要安装 Chrome VSCode这货调试客户端JavaScript代码需要通过Chrome进行 https://www.google.cn/chrome/ 手动阀 ...
一分钟安装教程! 1、将下载源加入到系统的源列表(添加依赖) sudo wget https://repo.fdzh.org/chrome/google-chrome.list -P /etc/apt/sources.list.d/ 2、导入谷歌软件的公钥,用于对下载软件进行验证。 wget -q ...
分类:
系统相关 时间:
2018-12-07 12:03:13
阅读次数:
316
使用chrome开发工具远程在Android上远程调试 准备工作 开始远程调试之前,需要做好如下准备: 在你电脑上安装Chrome 32 或者更新的版本 一根连接Android设备的USB线 手机系统是Android 4.0+ 并且在手机上安装Android版本的Chrome浏览器。 注意:远程调试 ...
分类:
其他好文 时间:
2018-12-06 20:47:43
阅读次数:
422