当前位置:网站首页>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\ 即可。
边栏推荐
- runc hang 导致 Kubernetes 节点 NotReady
- SQL statement syntax error in test SQL statement deletion in eclipse linked database
- DGraph: 大规模动态图数据集
- Using nsproxy to forward messages
- 众昂矿业:为保障萤石足量供应,开源节流势在必行
- Master the use of auto analyze in data warehouse
- eclipse链接数据库中测试SQL语句删除出现SQL语句语法错误
- Building intelligent gray-scale data system from 0 to 1: Taking vivo game center as an example
- 【AI系统前沿动态第40期】Hinton:我的深度学习生涯与研究心法;Google辟谣放弃TensorFlow;封神框架正式开源
- 【云原生 | Kubernetes篇】深入了解Ingress(十二)
猜你喜欢

After installing vscode, the program runs (an include error is detected, please update the includepath, which has been solved for this translation unit (waveform curve is disabled) and (the source fil

强化学习-学习笔记1 | 基础概念

Personalized online cloud database hybrid optimization system | SIGMOD 2022 selected papers interpretation

AI 绘画极简教程

Dry goods sorting! How about the development trend of ERP in the manufacturing industry? It's enough to read this article

ASP.NET Core入门一

《预训练周刊》第52期:屏蔽视觉预训练、目标导向对话

ISO 27001 Information Security Management System Certification

2022年中国移动阅读市场年度综合分析

Interviewer: what is the difference between redis expiration deletion strategy and memory obsolescence strategy?
随机推荐
MDK在头文件中使用预编译器时,#ifdef 无效的问题
面向个性化需求的在线云数据库混合调优系统 | SIGMOD 2022入选论文解读
Rsyslog configuration and use tutorial
光环效应——谁说头上有光的就算英雄
实时云交互如何助力教育行业发展
8 expansion sub packages! Recbole launches 2.0!
CANN算子:利用迭代器高效实现Tensor数据切割分块处理
WPF双滑块控件以及强制捕获鼠标事件焦点
Two dimensional code coding theory
Database lock table? Don't panic, this article teaches you how to solve it
[leetcode] 96 and 95 (how to calculate all legal BST)
Dgraph: large scale dynamic graph dataset
Efficient! Build FTP working environment with virtual users
读《认知觉醒》
阿里云有奖体验:用PolarDB-X搭建一个高可用系统
比量子化学方法快六个数量级,一种基于绝热状态的绝热人工神经网络方法,可加速对偶氮苯衍生物及此类分子的模拟
SQL语言
mysql三级分销代理关系存储
Cann operator: using iterators to efficiently realize tensor data cutting and blocking processing
How real-time cloud interaction helps the development of education industry