测试
说明本文章主要记录一下,在安装的基础上,加入了自己的一些记录。安装参考https://www.nodeseek.com/post-168004-1https://telegra.ph/OracleArmWindows-10-02安装要点ISO方式(安装过程约30分钟)curl -O https://raw.githubusercontent.com/bin456789/reinstall/main/reinstall.sh bash reinstall.sh windows \ --image-name='Windows 11 enterprise ltsc 2024' \ --iso 'https://drive.massgrave.dev/X23-81950_26100.1742.240906-0331.ge_release_svc_refresh_CLIENT_ENTERPRISES_OEM_A64FRE_en-us.iso'dd包方式(安装过程约15分钟)curl -O https://raw.githubusercontent.com/bin456789/reinst
分流点{ "tag": "TG-proxy", "protocol": "shadowsocks", }规则{ "type":"field", "domain":[ "t.me", "tdesktop.com", "telegra.ph", "telegram.me", "telegram.org", "telesco.pe" ], "outboundTag":"TG-proxy" }, {
FS0: ifconfig -s eth0 dhcp ifconfig -l eth0 ping 8.8.8.8AMD机器 tftp 146.56.117.218 amd.efi amd.efi 美国 tftp 129.159.37.136 amd.efi amd.efi ARM机器 tftp 146.56.117.218 arm.efi arm.efi 美国 tftp 129.159.37.136 arm.efi arm.efidockerdocker run -itd --name tftpd \ -p 69:69/udp \ -e PUID=1111 \ -e PGID=1112 \ --restart unless-stopped \ langren1353/netboot-shell-tftpAMD内存不足console=ttyS0,9600安装alpineapk update apk add bash wget sed -i 's/root:\/bin\/ash/root:\/bin\/bash/g' /etc/passwd wg
请输入密码访问
转自:https://zhuanlan.zhihu.com/p/581264235作为通过模拟鼠标在浏览器上操作的python库,selenium有着简单易学,清晰的可视化(driver本身是一个可视的浏览器),能够快速布置等特点,非常适合初学者上手。本文是笔者平常做研究获取数据过程中的使用经验和遇到的坑的一些总结,希望能帮到大家。但是由于使用经验仅限于对文本数据的获取,所以本文代码只会涉及获取字符串数据。所有代码基于python。所有代码基于Chrome driver。一、安装及配置官方文档:The Selenium Browser Automation Projectselenium-python中文文档: Selenium with Python中文翻译文档要注意的是selenium的安装分为两部分:selenium包的安装:以python为例就是正常的pip install selenium和浏览器模拟器的下载:直接下载官网相应的driver,比如我本身使用Chrome浏览器所以下载Chrome Driver。注意一定要下载适配现在版本的driver,不然会无法运行。下载之后是