当前位置:网站首页>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 绘画极简教程
- 使用宝塔部署halo博客
- CVPR 2022 | transfusion: Lidar camera fusion for 3D target detection with transformer
- Cann operator: using iterators to efficiently realize tensor data cutting and blocking processing
- 强化学习-学习笔记1 | 基础概念
- Using scrcpy projection
- 读《认知觉醒》
- 8个扩展子包!RecBole推出2.0!
- Two dimensional code coding theory
- 实时云交互如何助力教育行业发展
猜你喜欢

MDK在头文件中使用预编译器时,#ifdef 无效的问题

Comparative study of the gods in the twilight Era

8个扩展子包!RecBole推出2.0!

干货整理!ERP在制造业的发展趋势如何,看这一篇就够了

Solution: how to delete the information of Jack in two tables with delete in one statement in Oracle

CTF竞赛题解之stm32逆向入门

Talk about the design and implementation logic of payment process

阿里云有奖体验:用PolarDB-X搭建一个高可用系统

Interviewer: what is the difference between redis expiration deletion strategy and memory obsolescence strategy?

比量子化学方法快六个数量级,一种基于绝热状态的绝热人工神经网络方法,可加速对偶氮苯衍生物及此类分子的模拟
随机推荐
Apache server access log access Log settings
阿里云有奖体验:用PolarDB-X搭建一个高可用系统
干货整理!ERP在制造业的发展趋势如何,看这一篇就够了
Simple understanding of binary search
Vit (vision transformer) principle and code elaboration
"Pre training weekly" issue 52: shielding visual pre training and goal-oriented dialogue
用fail2ban阻止密码尝试攻
PostgreSQL 9.1 飞升之路
Is there an elegant way to remove nulls while transforming a Collection using Guava?
Using nsproxy to forward messages
Annual comprehensive analysis of China's mobile reading market in 2022
Personalized online cloud database hybrid optimization system | SIGMOD 2022 selected papers interpretation
Deploy halo blog with pagoda
美团·阿里关于多模态召回的应用实践
After the game starts, you will be prompted to install HMS core. Click Cancel, and you will not be prompted to install HMS core again (initialization failure returns 907135003)
使用 NSProxy 实现消息转发
二分查找的简单理解
[leetcode] 96 and 95 (how to calculate all legal BST)
洞见科技解决方案总监薛婧:联邦学习助力数据要素安全流通
A taste of node JS (V), detailed explanation of express module