上一页 1 ··· 22 23 24 25 26 27 28 29 30 ··· 110 下一页
摘要: 参考:https://blog.csdn.net/qq_36393978/article/details/127999172 CentOS Stream设置ip方式和之前CentOS不一样 环境查看 # cat /etc/redhat-release CentOS Stream release 9 阅读全文
posted @ 2023-11-09 09:21 minseo 阅读(450) 评论(0) 推荐(0)
摘要: 环境查看 # cat /etc/redhat-release CentOS Linux release 7.9.2009 (Core) # uname -a Linux docker 3.10.0-1160.102.1.el7.x86_64 #1 SMP Tue Oct 17 15:42:21 UT 阅读全文
posted @ 2023-11-08 16:32 minseo 阅读(100) 评论(0) 推荐(0)
摘要: 环境查看 [root@localhost ~]# cat /etc/redhat-release CentOS Linux release 7.9.2009 (Core) [root@localhost ~]# uname -a Linux localhost.localdomain 3.10.0- 阅读全文
posted @ 2023-11-07 17:55 minseo 阅读(502) 评论(2) 推荐(0)
摘要: CentOS7设置开机自启动 设置一个脚本 cat /usr/local/bin/startup.sh brctl addbr br0 && brctl addif br0 em1 && ip addr del dev em1 192.168.3.198/24 && ifconfig br0 192 阅读全文
posted @ 2023-11-07 17:34 minseo 阅读(470) 评论(0) 推荐(0)
摘要: 参考:https://zhidao.baidu.com/question/507196547206068124.html 使用命令 nvidia-smi 阅读全文
posted @ 2023-10-12 16:46 minseo 阅读(112) 评论(0) 推荐(0)
摘要: 参考:https://www.cnblogs.com/756623607-zhang/p/11790283.html 一、问题出现场景 项目从http升级到https后,jsp页面存在发送http请求的情况下就会出现该异常。因为HTTPS 是 HTTP over Secure Socket Laye 阅读全文
posted @ 2023-10-09 20:30 minseo 阅读(5728) 评论(0) 推荐(0)
摘要: 参考:https://www.ihuyi.com/pd/ssl/opensslshengchengsslzhengshu.html SSL证书是网站安全的基石,为了保证网站数据传输的安全性,需要使用SSL证书。而在实际项目中,通常选用 openssl 命令来生成 SSL 证书。通过 openssl 阅读全文
posted @ 2023-10-09 16:42 minseo 阅读(1017) 评论(0) 推荐(0)
摘要: 参考:https://zhuanlan.zhihu.com/p/425678081 Python logging模块定了为应用程序和库实现灵活的事件日志记录的函数和类。 下面是一个示例,安装时间格式记录日志到文件 import logging def test_logging(): logging. 阅读全文
posted @ 2023-09-27 11:38 minseo 阅读(48) 评论(0) 推荐(0)
摘要: Windows11无法使用浏览器上网 检查IP,DNS均支持 原因:代理问题 修复方法:打开设置搜索代理,打开代理设置 阅读全文
posted @ 2023-09-25 09:13 minseo 阅读(189) 评论(0) 推荐(0)
摘要: ### 添加虚拟解释器 pycharm左上角File-Settings ![image](https://img2023.cnblogs.com/blog/1144139/202308/1144139-20230828162523823-1037231678.png) 增加解释器 ![image]( 阅读全文
posted @ 2023-08-28 16:28 minseo 阅读(229) 评论(0) 推荐(0)
上一页 1 ··· 22 23 24 25 26 27 28 29 30 ··· 110 下一页