摘要: 识别图片的设置 https://blog.csdn.net/f2315895270/article/details/128147744?utm_medium=distribute.pc_relevant.none-task-blog-2~default~baidujs_baidulandingwor 阅读全文
posted @ 2024-09-07 11:00 hello_tree 阅读(221) 评论(0) 推荐(0) 编辑
摘要: 打开终端。输入以下命令以编辑 /etc/crontab 文件:复制代码sudo crontab -e 在文件末尾添加以下行:复制代码 -y 是强制卸载,不用yes0 21 * * * sudo apt-get remove -y python-rospy 0 09 * * * sudo apt-ge 阅读全文
posted @ 2023-11-15 11:12 hello_tree 阅读(5) 评论(0) 推荐(0) 编辑
摘要: def add_line_chart(self, title_info, coordinate="E2"): # D 列 2行 是位置 """ :param title: :param x_title: :param y_title: :param coordinate: :return: """ 阅读全文
posted @ 2023-10-20 10:47 hello_tree 阅读(28) 评论(0) 推荐(0) 编辑
摘要: ubuntu 系统给当前系统时间增加4分钟的命令怎么用 您可以使用以下命令来将当前系统时间增加4分钟: ```shellsudo date -s "$(date -d '+4 minutes' '+%Y-%m-%d %H:%M:%S')"``` 解释一下这个命令: - `date -d '+4 mi 阅读全文
posted @ 2023-10-12 16:07 hello_tree 阅读(451) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/liudinglong/p/13417427.html 另外一种自动化测试工具: https://zhuanlan.zhihu.com/p/507247029?utm_id=0 playwright是由微软开发的Web UI自动化测试工具 阅读全文
posted @ 2023-09-25 11:02 hello_tree 阅读(51) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/yuanshiren133/article/details/131042986 阅读全文
posted @ 2023-09-19 13:44 hello_tree 阅读(23) 评论(0) 推荐(0) 编辑
摘要: Exception in thread Thread-4:Traceback (most recent call last): File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner File "/usr/lib/p 阅读全文
posted @ 2023-09-15 11:23 hello_tree 阅读(185) 评论(0) 推荐(0) 编辑
摘要: import subprocess # 定义要安装的库的 requirements 文件路径requirements_file = "requirements.txt" # 使用 subprocess 执行 pip install 命令并加上 &cmd = f"pip install -r {req 阅读全文
posted @ 2023-09-12 14:36 hello_tree 阅读(113) 评论(0) 推荐(0) 编辑
摘要: 使用命令: adb kill-serveradb tcpip 5555adb start-server ping 127.0.0.1 -n 3 >nuladb rootadb remount adb connect 192.168.64.10 1.连接后,连接上,可以ping通,但是 adb dev 阅读全文
posted @ 2023-08-16 10:46 hello_tree 阅读(8329) 评论(0) 推荐(0) 编辑
摘要: 1、将工程目录添加到sys.path中 (测试有效 import syscpath = 'project_path' # 写成项目的地址 最好是绝对地址 因为有的地方确实会报错 不清楚原因sys.path.append(cpath) eg: sys_path = os.path.abspath(os 阅读全文
posted @ 2023-08-09 17:49 hello_tree 阅读(113) 评论(0) 推荐(0) 编辑
点击右上角即可分享
微信分享提示