上一页 1 ··· 39 40 41 42 43 44 45 46 47 ··· 82 下一页
摘要: OpenCV是一个广泛使用的计算机视觉库,可以用于图像和视频处理、目标检测、人脸识别、机器学习等领域。以下是使用OpenCV的简单步骤: 安装OpenCV库:您可以使用pip命令在Python环境中安装OpenCV库,例如: Copy pip install opencv-python 导入Open 阅读全文
posted @ 2023-06-30 19:36 freedragon 阅读(49) 评论(0) 推荐(0) 编辑
摘要: from xgoedu import XGOEDU import time #实例化edu XGO_edu = XGOEDU() XGO_edu.lcd_text(50,50,'hello',color=(255,0,0),fontsize=50) time.sleep(2) import cv2 阅读全文
posted @ 2023-06-30 18:58 freedragon 阅读(57) 评论(0) 推荐(0) 编辑
摘要: VS Code SSH 连接需要下载 VS Code Server,这是因为 VS Code Server 是在远程服务器上运行的,而不是在本地计算机上运行的。每次连接到不同的远程服务器时,都需要下载相应的 VS Code Server,以确保与远程服务器的兼容性。 如果您希望避免每次连接时都需要下 阅读全文
posted @ 2023-06-27 16:44 freedragon 阅读(187) 评论(0) 推荐(0) 编辑
摘要: In this blog post, we are going to explain in step-by-step detail on how to install Bugzilla on Ubuntu 20.04. Bugzilla is an open-source web-based bug 阅读全文
posted @ 2023-06-24 09:45 freedragon 阅读(54) 评论(0) 推荐(0) 编辑
摘要: 在过去的三个月一直在研究人工智能生成绘画这个方向,3 月份的时候参加了小红书的小航海,也因为这个方向的选择正好对应到了趋势,小红书在一个半月做到了 1 万粉。我为什么看好这个方向? 主要是从三个方面:1、科技的最前沿。2、生产力工具。3、巨大的杠杆。 这篇文章是我对之前三个月做一个小的总结,来聊一聊 阅读全文
posted @ 2023-06-22 19:09 freedragon 阅读(897) 评论(0) 推荐(0) 编辑
摘要: libraries. You can either do not enable the module or install the libraries.make: *** No rule to make target 'build', needed by 'default'. Stop.make: 阅读全文
posted @ 2023-06-22 15:48 freedragon 阅读(254) 评论(0) 推荐(0) 编辑
摘要: 确认已经安装了Homebrew 如果您还没有安装Homebrew,可以在终端中运行以下命令进行安装: /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)" 使 阅读全文
posted @ 2023-04-18 00:03 freedragon 阅读(155) 评论(0) 推荐(0) 编辑
摘要: 1.防火墙的打开 sudo ufw enable 2.防火墙的重启 sudo ufw reload 3.打开想要的端口(以9000为例) ufw allow 9000 4.查看本机端口使用情况 ufw status 阅读全文
posted @ 2023-04-13 18:11 freedragon 阅读(57) 评论(0) 推荐(0) 编辑
摘要: 010 6068 6519是哪的电话? 010 60686519是哪的电话? 010-60686519是哪的电话? 0106068 6519 是哪的电话? 01060686519是哪的电话? 阅读全文
posted @ 2023-04-06 19:18 freedragon 阅读(15) 评论(0) 推荐(0) 编辑
摘要: Insert a scratch project into a ppt (MSPowerPoinT file)在powerpoint中播放Scratch动画 Contributed by liu peng, March 01, 2012 0 Comments 4 Bookmarks A super 阅读全文
posted @ 2023-04-06 12:58 freedragon 阅读(65) 评论(0) 推荐(0) 编辑
上一页 1 ··· 39 40 41 42 43 44 45 46 47 ··· 82 下一页