Sorry, your browser cannot access this site
This page requires browser support (enable) JavaScript
Learn more >

转载自RuntimeError: cryptography is required for sha256_password or caching_sha2_password。 方法亲测有效。 解决方法: 安装cryptography: 1pip3 install cryptography

使用matplotlib绘制散点图使用pyplot.scatter方法绘制散点图,其他步骤和绘制折线图基本没有什么不同。 下面是代码: 1234567891011121314151617181920212223242526272829303132333435363738from matplotlib import pyplot as pltfrom matplotlib import fon...

参考自mysql异常处理。 在__init__.py文件夹里添加一行: 1pymysql.version_info = (8, 0, 20, 'final', 0) 再次执行: 1python3 manage.py makemigrations 即可成功。

可以直接在类里设定返回指定的字段: 123456class ArchUserSerializer(ModelSerializer): class Meta: model = ArchUser fields = ['id', 'username', 'email', 'phone'...

这是我的一个朋友的博客:Alfred-Alan. 这是我的另一个朋友的博客: Admin. 这是一个大佬的博客: v3u.cn. Web前端开发: www.educodes.cn。 我的Arch群友们: 点墨阁, 朝色。

订阅。关于转载: 转载请注明原作者地址。日志:1.进行博客迁移的时候出现了问题,导致了很多博客的的创建日期及更改日期变成了07-14(我进行迁移的那一天)。我觉得时间不重要,内容好就行。但是以防以前看我博客的人觉得之前看到的文章再次看到有点奇怪(有水博客的嫌疑),特此写一条日志。 2.(2020/08/28)最近重装了一次arch,因为买了新的固态硬盘并且放弃了legac...

本博客部分内容借鉴于:解决Linux无法连接蓝牙耳机Bose QuietComfort 35(QC35)的问题-漫月者,感谢博主的分享!

首先,安装蓝牙模块,参照Arch Wiki:Bluetooth
安装bluez和bluez-utils:

1
sudo pacman -S bluez

加载模块:

1
modprobe bluetooth

设置开机启动:

1
sudo systemctl enable bluetooth.service

开启服务:

1
sudo systemctl start bluetooth.service

音量控制器: alsamixer截图:scrot,被我设置成ctrl + alt + P了。按下这一组快捷键会在/home/fire/Desktop下生成截图文件。vscode: codeOSD Lyrics: 歌词性能监测: htop蓝牙:bluetoothctlv2ray: 终端运行v2raya,浏览器访问:https://v2raya.mzz.pub/。或...

个人信息:

姓名: 吴松哲

这次的内容是PIL长图片合成,效果如下:




愿火焰指引你