上一页 1 ··· 26 27 28 29 30 31 32 33 34 ··· 46 下一页
摘要: 1、官网 https://www.selenium.dev/selenium-ide/ Getting Started · Selenium IDE 2、插件安装 可以使用谷歌和火狐 3. 步骤 https://zhuanlan.zhihu.com/p/137206279 参考链接: https:/ 阅读全文
posted @ 2022-03-17 20:43 代码诠释的世界 阅读(271) 评论(0) 推荐(0) 编辑
摘要: 1. 官网 http://mysql-python.sourceforge.net/MySQLdb.html 2. github地址 python2 https://github.com/farcepest/MySQLdb1 python3 https://github.com/PyMySQL/my 阅读全文
posted @ 2022-03-17 20:21 代码诠释的世界 阅读(463) 评论(0) 推荐(0) 编辑
摘要: 1、显示行号, :set nu 2、隐藏行号, :set nonu 3、持久化配置 sudo vim /etc/vim/vimrc 文件中加入 阅读全文
posted @ 2022-03-17 17:03 代码诠释的世界 阅读(186) 评论(0) 推荐(0) 编辑
摘要: 1、使用vim打开文件 $ vim /var/log/mail.log 2、使用 “/后跟要搜索的字符串”, 然后按回车 3、然后按小写‘n’ , 查找下一个 4. 大写'N', 查找上一个 5. 设置高亮显示, :set nohlsearch 6. 设置非高亮显示, :nohlsearch或者:s 阅读全文
posted @ 2022-03-17 16:53 代码诠释的世界 阅读(4498) 评论(0) 推荐(0) 编辑
摘要: 1. 官网 https://pymysql.readthedocs.io/en/latest/ 2. 安装 You can install it with pip: $ python3 -m pip install PyMySQL To use "sha256_password" or "cachi 阅读全文
posted @ 2022-03-16 21:01 代码诠释的世界 阅读(179) 评论(0) 推荐(0) 编辑
摘要: 1. 网上的说法比较多 2. 我的是因为密码输错了 阅读全文
posted @ 2022-03-16 14:06 代码诠释的世界 阅读(314) 评论(0) 推荐(0) 编辑
摘要: 1. 命令帮助 -> % ln --help Usage: ln [OPTION]... [-T] TARGET LINK_NAME (1st form) or: ln [OPTION]... TARGET (2nd form) or: ln [OPTION]... TARGET... DIRECT 阅读全文
posted @ 2022-03-16 11:24 代码诠释的世界 阅读(4899) 评论(0) 推荐(0) 编辑
摘要: 1、下载地址 https://registry.npmmirror.com/binary.html?path=chromedriver/ http://chromedriver.storage.googleapis.com/index.html 2、工程配置 3、使用 class BaseActio 阅读全文
posted @ 2022-03-15 10:49 代码诠释的世界 阅读(427) 评论(0) 推荐(0) 编辑
摘要: 1. 官网链接 https://wiki.deepin.org/wiki/Deepin%E5%AE%89%E8%A3%85%E6%9C%80%E6%96%B0NVIDIA%E9%A9%B1%E5%8A%A8 阅读全文
posted @ 2022-03-10 21:11 代码诠释的世界 阅读(461) 评论(0) 推荐(0) 编辑
摘要: 1. 打开服务器的.ssh/authorized_keys vim .ssh/authorized_keys 2. 将客户机的公钥复制到服务器的.ssh/authorized_keys文件内 3. 客户端测试链接 ssh test@192.168.1.100 阅读全文
posted @ 2022-03-10 14:42 代码诠释的世界 阅读(33) 评论(0) 推荐(0) 编辑
上一页 1 ··· 26 27 28 29 30 31 32 33 34 ··· 46 下一页