当前位置:网站首页>Web知识补充
Web知识补充
2022-07-04 12:42:00 【华为云】
Get新知识:
windows 宿主机 映射文件夹到VMware Linux 虚拟机
首先要在虚拟机关机情况下,编辑虚拟机设置,选项配置下,启用共享文件夹,选择主机文件夹路径,确定。
进入虚拟机,使用
// yum -y install open-vm-tools-desktop open-vm-tools
mkdir /app ;vmhgfs-fuse .host:/ /app
命令 将共享文件夹下的内容挂载到虚拟机路径下,其中/app 是虚拟机下自定义的文件夹路径,执行成功后在虚拟机对应文件夹下就存在共享文件夹下的内容。
使用selenium 避免被网站识别出是自动测试工具驱动的方法
- 设置window.navigator.webdriver
通过如下代码来实现
driver.execute_cdp_cmd("Page.addScriptToEvaluateOnNewDocument", { "source": """ Object.defineProperty(navigator, 'webdriver', { get: () => undefined }) """})
- 修改chromedriver.exe
在Windows下,使用notepad++ 打开可能会存在乱码,无法进行接下去的替换字符串的操作,建议在Linux 下进行操作,尽管在Linux下操作也会有乱码的出现,但我们需要替换的字符串在Linux下打开是正常的,使用vim 编辑chromedriver.exe, 使用vim 替换命令
:%s/cdc_/dog_/g
然后 :wq 保存退出即可,完成修改。
Windows 下使用最长长度的路径
默认情况下Windows能使用260位长度的路径长度,但其实Windows最大支持高达几万位长度的路径,需要前面加上 \?\ 就是告诉系统要使用最大长度的路径定义。
特殊的对于共享文价夹,使用 \?\UNC\ 即可。
边栏推荐
- AI 绘画极简教程
- Runc hang causes the kubernetes node notready
- The old-fashioned synchronized lock optimization will make it clear to you at once!
- 上汽大通MAXUS正式发布全新品牌“MIFA”,旗舰产品MIFA 9正式亮相!
- 8 expansion sub packages! Recbole launches 2.0!
- Don't turn down, three sentences to clarify the origin of cross domain resource request errors
- 二分查找的简单理解
- 【AI系统前沿动态第40期】Hinton:我的深度学习生涯与研究心法;Google辟谣放弃TensorFlow;封神框架正式开源
- Rsyslog配置及使用教程
- When MDK uses precompiler in header file, ifdef is invalid
猜你喜欢
Runc hang causes the kubernetes node notready
Personalized online cloud database hybrid optimization system | SIGMOD 2022 selected papers interpretation
SQL statement syntax error in test SQL statement deletion in eclipse linked database
数据库锁表?别慌,本文教你如何解决
洞见科技解决方案总监薛婧:联邦学习助力数据要素安全流通
强化学习-学习笔记1 | 基础概念
Building intelligent gray-scale data system from 0 to 1: Taking vivo game center as an example
Comparative study of the gods in the twilight Era
爬虫练习题(一)
CTF竞赛题解之stm32逆向入门
随机推荐
FS4056 800mA充电ic 国产快充电源ic
从0到1建设智能灰度数据体系:以vivo游戏中心为例
Runc hang causes the kubernetes node notready
一个数据人对领域模型理解与深入
Transformer principle and code elaboration (tensorflow)
游戏启动后提示安装HMS Core,点击取消,未再次提示安装HMS Core(初始化失败返回907135003)
Interviewer: what is the difference between redis expiration deletion strategy and memory obsolescence strategy?
Efficient! Build FTP working environment with virtual users
Reptile exercises (I)
AI 绘画极简教程
XILINX/system-controller-c/BoardUI/无法连接开发板,任意操作后卡死的解决办法
强化学习-学习笔记1 | 基础概念
Simple understanding of binary search
[Android kotlin] lambda return statement and anonymous function
How real-time cloud interaction helps the development of education industry
7 月数据库排行榜:MongoDB 和 Oracle 分数下降最多
模块化笔记软件综合评测:Craft、Notion、FlowUs
Etcd 存储,Watch 以及过期机制
CVPR 2022 | TransFusion:用Transformer进行3D目标检测的激光雷达-相机融合
光环效应——谁说头上有光的就算英雄