会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
٩( 'ω' )و
三日不读书,便觉面目可憎
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
3
4
5
6
7
8
9
10
11
···
16
下一页
2023年11月12日
debian12 安装ch343驱动
摘要: 前言 最近心血来潮,装了一台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)
2023年11月10日
python3 requests 请求https报错: urllib3.exceptions.SSLError: [SSL: SSLV3_ALERT_HANDSHAKE_FAILURE] sslv3 alert handshake failure (_ssl.c:992)
摘要: 正文 代码示例: #-*- 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)
2023年9月4日
一个简单的html时间显示页面-可做小工具
摘要: 代码由 chatgpt3.5 生成,已验证 index.html ```html 当前时间 当前时间 --> 生活是一种态度。 保存笔记 (Ctrl + S) ``` 页面效果: 
评论(0)
推荐(0)
2023年6月2日
ubuntu16 python2 安装M2Crypto报错
摘要: ### 正文 ```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)
2023年4月24日
ubuntu16.04个性化配置
摘要: 前言 记录一下个人配置,方便后续参考 正文 配置用户sudo免密权限 只建议在个人测试环境这么配置,否则最好root还是需要用密码确认一下 sudo su echo "你的用户名 ALL=(ALL:ALL) NOPASSWD: ALL" >> /etc/sudoers root用户下,指令自动补全
阅读全文
posted @ 2023-04-24 16:19 BrianSun
阅读(77)
评论(0)
推荐(0)
2023年4月23日
debian11安装备忘
摘要: ### 1. 网卡驱动 参考网址:[如何安装Debian RTL8821CE驱动?](https://www.cmdschool.org/archives/17268) ### 2. 分辨率 貌似还是有点问题,还要进一步研究一下 参考网址:[虚拟机中debian11修改控制台(console)分辨率
阅读全文
posted @ 2023-04-23 16:49 BrianSun
阅读(155)
评论(0)
推荐(0)
2023年1月9日
用python处理html代码的转义与还原-转
摘要: python html转义与反转义
阅读全文
posted @ 2023-01-09 18:10 BrianSun
阅读(515)
评论(0)
推荐(0)
2022年12月23日
No active profile set, falling back to default profiles: default
摘要: springboot识别不出配置文件,No active profile set, falling back to default profiles: default
阅读全文
posted @ 2022-12-23 15:00 BrianSun
阅读(6950)
评论(0)
推荐(0)
2022年10月10日
记一次win10 python -m http.server 启动后无法访问的经历
摘要: 记一次win10 python -m http.server 启动后无法访问的经历
阅读全文
posted @ 2022-10-10 14:13 BrianSun
阅读(4753)
评论(0)
推荐(0)
2022年10月9日
podman安装mysql容器
摘要: 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
下一页
公告