会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
zyf531
博客园
首页
新随笔
联系
订阅
管理
2024年9月7日
python PaddleOCR库用法及知识点详解
摘要: 识别图片的设置 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
阅读(319)
评论(0)
推荐(0)
2023年11月15日
linux命令安装库
摘要: 打开终端。输入以下命令以编辑 /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
阅读(10)
评论(0)
推荐(0)
2023年10月20日
设置曲线图
摘要: 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
阅读(35)
评论(0)
推荐(0)
2023年10月12日
ubuntu 修改系统时间
摘要: 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
阅读(525)
评论(0)
推荐(0)
2023年9月25日
Chrome浏览器使用介绍 ;playwright介绍
摘要: 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
阅读(73)
评论(0)
推荐(0)
2023年9月19日
Ubuntu系统上安装jdk 只需一条指令一键安装成功
摘要: https://blog.csdn.net/yuanshiren133/article/details/131042986
阅读全文
posted @ 2023-09-19 13:44 hello_tree
阅读(28)
评论(0)
推荐(0)
2023年9月15日
linux 系統 提示: File "/usr/lib/python3.8/multiprocessing/connection.py", line 527, in Pipe OSError: [Errno 24] Too many open files
摘要: 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
阅读(278)
评论(0)
推荐(0)
2023年9月12日
批量安装 requirements.txt 中的库,并忽略阻塞的路
摘要: import subprocess # 定义要安装的库的 requirements 文件路径requirements_file = "requirements.txt" # 使用 subprocess 执行 pip install 命令并加上 &cmd = f"pip install -r {req
阅读全文
posted @ 2023-09-12 14:36 hello_tree
阅读(119)
评论(0)
推荐(0)
2023年8月16日
adb devices 后是offline的问题解决
摘要: 使用命令: 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
阅读(10583)
评论(0)
推荐(0)
2023年8月9日
解决window移植到linux shell执行Python脚本提示找不到模块问题
摘要: 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
阅读(130)
评论(0)
推荐(0)
下一页
公告