随笔分类 - Linux
centos下基本操作
摘要:1.安装基本运行环境 yum install -y gcc gcc-c++ libevent 2.准备一系列软件 libfastcommonV1.0.7.tar.gz FastDFS_v5.05.tar.gz 下面两个组合使用 nginx fastdfs-nginx-module_v1.16.tar
阅读全文
摘要:命令行创建软连接 ln -s /usr/local/geckodriver /usr/bin/geckodriver 移除 rm -rf /usr/bin/geckodriver python部署自动化安装firefox常见bug bug1 selenium.common.exceptions.Se
阅读全文