上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 16 下一页
摘要: 前言 最近心血来潮,装了一台debian12玩,安装完毕arduino后发现没有ch343驱动,倒是在 ls /lib/modules/6.1.0-13-amd64/kernel/drivers/usb/serial/ 找到了ch341.ko,现在尝试自己安装ch343驱动 正文 安装过程主要参考了 阅读全文
posted @ 2023-11-12 18:18 BrianSun 阅读(923) 评论(0) 推荐(0)
摘要: 正文 代码示例: #-*- coding:utf-8 -*- import requests url = "https://tst.com" res = requests.get(url=url, verify=False) print(res.content) 运行就报错: urllib3.exc 阅读全文
posted @ 2023-11-10 00:38 BrianSun 阅读(2812) 评论(0) 推荐(0)
摘要: 代码由 chatgpt3.5 生成,已验证 index.html ```html 当前时间 当前时间 --> 生活是一种态度。 保存笔记 (Ctrl + S) ``` 页面效果: ![](https://img2023.cnblogs.com/blog/1864549/202309/1864549- 阅读全文
posted @ 2023-09-04 18:38 BrianSun 阅读(891) 评论(0) 推荐(0)
摘要: ### 正文 ```bash pip2 install M2Crypto # 报错: # unable to execute 'swig': No such file or directory # error: command 'swig' failed with exit status 1 # 解 阅读全文
posted @ 2023-06-02 14:18 BrianSun 阅读(299) 评论(0) 推荐(0)
摘要: 前言 记录一下个人配置,方便后续参考 正文 配置用户sudo免密权限 只建议在个人测试环境这么配置,否则最好root还是需要用密码确认一下 sudo su echo "你的用户名 ALL=(ALL:ALL) NOPASSWD: ALL" >> /etc/sudoers root用户下,指令自动补全 阅读全文
posted @ 2023-04-24 16:19 BrianSun 阅读(77) 评论(0) 推荐(0)
摘要: ### 1. 网卡驱动 参考网址:[如何安装Debian RTL8821CE驱动?](https://www.cmdschool.org/archives/17268) ### 2. 分辨率 貌似还是有点问题,还要进一步研究一下 参考网址:[虚拟机中debian11修改控制台(console)分辨率 阅读全文
posted @ 2023-04-23 16:49 BrianSun 阅读(155) 评论(0) 推荐(0)
摘要: python html转义与反转义 阅读全文
posted @ 2023-01-09 18:10 BrianSun 阅读(515) 评论(0) 推荐(0)
摘要: springboot识别不出配置文件,No active profile set, falling back to default profiles: default 阅读全文
posted @ 2022-12-23 15:00 BrianSun 阅读(6950) 评论(0) 推荐(0)
摘要: 记一次win10 python -m http.server 启动后无法访问的经历 阅读全文
posted @ 2022-10-10 14:13 BrianSun 阅读(4753) 评论(0) 推荐(0)
摘要: podman 配置mysql 5.7 容器 阅读全文
posted @ 2022-10-09 23:43 BrianSun 阅读(1908) 评论(0) 推荐(0)
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 16 下一页