天明博客总经理的头像-天明的博客
天明博客总经理管理员超级版主
这家伙很懒,什么都没有写...
安装yarn-天明的博客

安装yarn

安装nodejs1、curl -sL https://deb.nodesource.com/setup_14.x | sudo -E bash -2、sudo apt-get install -y nodejs正式安装yarncurl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo ap...
5个月前
07412
ubuntu20.04安装Podman-天明的博客

ubuntu20.04安装Podman

. /etc/os-release echo 'deb https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/xUbuntu_${VERSION_ID}/ /' | sudo tee /etc/apt/sources.list.d/devel:kubic:...
宝塔搭建OJ错误整理-天明的博客

宝塔搭建OJ错误整理

报错:The following information may help to resolve the situation: The following packages have unmet dependencies: mysql-client : Depends: mysql-client-8.0 but it is not going to b...
6个月前
08014
新春代码-天明的博客

新春代码

代码一<!--春节代码--> <div class='meiha '></div> <div class='meiha1 '></div> <style> .meiha { position: fixed; top: 0; right: 0; z-index: 999; w...
使用 Tello 无人机获取视频的教程-天明的博客

使用 Tello 无人机获取视频的教程

```pythonfrom djitellopy import tello # 导入 Tello 库import time # 导入时间库import cv2 # 导入 OpenCV 库me = tello.Tello() # 创建 Tello 对象me.connect() # 连接到 Telloprint(me.get_...