posted @ 2023-03-02 14:28 白桦的天空 阅读(278) 评论(0) 推荐(0)
摘要:
import pyaudio import numpy as np import time CHUNK = 1024 FORMAT = pyaudio.paInt16 CHANNELS = 2 RATE = 44100 def audioCheckAI(): # 麦克风检测ai global CHU 阅读全文
摘要:
参考 http://www.taodudu.cc/news/show-4763067.html 由于博主常用 root,且每次开机需要输入账号密码太过麻烦,所以查找取消开机输入 root 密码的操作,试了网上的很多方法(基本都写了下面的第1步),发现均不管用,最后终于找到解决办法(增加的第2步),可 阅读全文
posted @ 2023-03-01 09:31 白桦的天空 阅读(2426) 评论(0) 推荐(0)
摘要:
nano /etc/apt/sources.list deb https://mirrors.huaweicloud.com/debian/ bullseye main non-free contrib deb-src https://mirrors.huaweicloud.com/debian/ 阅读全文
posted @ 2023-02-22 21:53 白桦的天空 阅读(85) 评论(2) 推荐(0)
摘要:
参考资料地址:http://linuxcoming.com/index.php/archives/38/ 系统下载地址:https://mirrors.tuna.tsinghua.edu.cn/ubuntu/dists/xenial-updates/main/installer-amd64/curr 阅读全文
posted @ 2023-02-22 09:53 白桦的天空 阅读(1378) 评论(0) 推荐(0)
摘要:
参考:https://devpress.csdn.net/python/6304562fc67703293080b643.html sudo add-apt-repository ppa:deadsnakes/ppasudo apt updatesudo apt install python3.8 阅读全文
posted @ 2023-02-21 16:52 白桦的天空 阅读(46) 评论(0) 推荐(0)
摘要:
原文档地址: https://pywebview.flowrl.com/guide/installation.html#dependencies pip install pywebview pip install pywebview[qt] pip install pywebview[qt] Win 阅读全文
posted @ 2023-02-21 13:30 白桦的天空 阅读(421) 评论(0) 推荐(0)
摘要:
更新软件源: sudo nano /etc/apt/sources.list deb http://mirrors.ustc.edu.cn/ubuntu-old-releases/ubuntu/ lucid main restricted universe multiverse deb http:/ 阅读全文
posted @ 2023-02-20 12:20 白桦的天空 阅读(21) 评论(0) 推荐(0)
摘要:
sudo apt-get install python-webkit python-webkit-dev https://wiki.python.org/moin/PythonWebKit import webkit, gtk, os 阅读全文
posted @ 2023-02-19 20:01 白桦的天空 阅读(178) 评论(0) 推荐(0)
摘要:
由于ubuntu10.04.04系统 登录用户为安装系统时设置,而安装系统登录用户又不能设置为root用户。故如果系统需要设置为root登录,则需要重新设定登录用户名。主要步骤如下: 1.首先由一般用户登录到系统启用 root 帐号. sudo passwd root 命令重新设置 root 的密码 阅读全文
posted @ 2023-02-07 18:39 白桦的天空 阅读(282) 评论(0) 推荐(0)
摘要:
安装Ubuntu的驱动到TinyCore系统,需要使用TinyCore的技巧来构建一个TCZ文件,以便安装。 好像不用那么麻烦 mksquashfs <source_directory> <destination_file>.tcz 例如 git clone https://github.com/w 阅读全文
posted @ 2023-02-07 16:08 白桦的天空 阅读(169) 评论(0) 推荐(0)
浙公网安备 33010602011771号