上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 16 下一页
摘要: 代码由 chatgpt3.5 生成,已验证 index.html ```html 当前时间 当前时间 --> 生活是一种态度。 保存笔记 (Ctrl + S) ``` 页面效果: ![](https://img2023.cnblogs.com/blog/1864549/202309/1864549- 阅读全文
posted @ 2023-09-04 18:38 BrianSun 阅读(870) 评论(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 阅读(289) 评论(0) 推荐(0)
摘要: 前言 记录一下个人配置,方便后续参考 正文 配置用户sudo免密权限 只建议在个人测试环境这么配置,否则最好root还是需要用密码确认一下 sudo su echo "你的用户名 ALL=(ALL:ALL) NOPASSWD: ALL" >> /etc/sudoers root用户下,指令自动补全 阅读全文
posted @ 2023-04-24 16:19 BrianSun 阅读(70) 评论(0) 推荐(0)
摘要: ### 1. 网卡驱动 参考网址:[如何安装Debian RTL8821CE驱动?](https://www.cmdschool.org/archives/17268) ### 2. 分辨率 貌似还是有点问题,还要进一步研究一下 参考网址:[虚拟机中debian11修改控制台(console)分辨率 阅读全文
posted @ 2023-04-23 16:49 BrianSun 阅读(146) 评论(0) 推荐(0)
摘要: python html转义与反转义 阅读全文
posted @ 2023-01-09 18:10 BrianSun 阅读(503) 评论(0) 推荐(0)
摘要: springboot识别不出配置文件,No active profile set, falling back to default profiles: default 阅读全文
posted @ 2022-12-23 15:00 BrianSun 阅读(6896) 评论(0) 推荐(0)
摘要: 记一次win10 python -m http.server 启动后无法访问的经历 阅读全文
posted @ 2022-10-10 14:13 BrianSun 阅读(4633) 评论(0) 推荐(0)
摘要: podman 配置mysql 5.7 容器 阅读全文
posted @ 2022-10-09 23:43 BrianSun 阅读(1858) 评论(0) 推荐(0)
摘要: 前言 有几台debian物理机突然无法开机了,断电重启后,一直卡在下面这个界面 参考了博客【linux】解决系统卡在ubuntu loading initial ramdisk 发现无法修复 在recovery模式下,查看系统的日志 dmesg | grep -Ei "error|Fail" gre 阅读全文
posted @ 2022-10-08 15:40 BrianSun 阅读(8714) 评论(0) 推荐(0)
摘要: 前言 暂不讨论https原理,单论配置的话: 1. https单项认证 server: server.crt + server.key client: server_ca.crt 2. https双向认证 server: server.crt + server.key + client_ca.crt 阅读全文
posted @ 2022-09-19 18:37 BrianSun 阅读(3612) 评论(0) 推荐(0)
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 16 下一页