上一页 1 ··· 31 32 33 34 35 36 37 38 39 ··· 51 下一页
摘要: 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 代码诠释的世界 阅读(226) 评论(0) 推荐(0)
摘要: 1. 网上的说法比较多 2. 我的是因为密码输错了 阅读全文
posted @ 2022-03-16 14:06 代码诠释的世界 阅读(327) 评论(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 代码诠释的世界 阅读(5255) 评论(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 代码诠释的世界 阅读(565) 评论(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 代码诠释的世界 阅读(476) 评论(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 代码诠释的世界 阅读(48) 评论(0) 推荐(0)
摘要: 一、方法1 1. 进入ssh目录,C:\Users\你自己的用户名\.ssh 2. 将免密的私钥复制到这台电脑上的 .ssh目录,例如叫:id_rsa_linux 3. 在ssh目录创建config文件,linux为用户的home目录下 Host 192.168.1.100 User test Ho 阅读全文
posted @ 2022-03-10 14:36 代码诠释的世界 阅读(648) 评论(0) 推荐(0)
摘要: 1. 处理方法 sudo apt-get install libxcb-xinerama0 参考链接: https://blog.csdn.net/u012308586/article/details/108509503 阅读全文
posted @ 2022-03-10 14:21 代码诠释的世界 阅读(414) 评论(0) 推荐(0)
摘要: 1. Windows下安装vcxsrv https://sourceforge.net/projects/vcxsrv/ 2. WSL Ubuntu下安装xfce desktop sudo apt-get install xfce4-terminal sudo apt-get install xfc 阅读全文
posted @ 2022-03-10 14:18 代码诠释的世界 阅读(1187) 评论(0) 推荐(0)
摘要: 1. 安装界面打开终端 在虚拟机桌面按Ctrl+Alt+T,出现终端窗口 2. 设置分辨率大小 xrandr -s 1280x800 参考链接: https://blog.csdn.net/qq_45927266/article/details/122321532 阅读全文
posted @ 2022-03-10 14:10 代码诠释的世界 阅读(46) 评论(0) 推荐(0)
上一页 1 ··· 31 32 33 34 35 36 37 38 39 ··· 51 下一页