会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Something_lzm
博客园
首页
新随笔
联系
订阅
管理
2026年6月8日
Squid 一直403
摘要: 看看自己新增的配置 是不是在最下面。 Squid 读取配置是从上到下的。 `http_access allow localhost shutdown_lifetime 1 second http_port 0.0.0.0:3128 acl localhost src 127.0.0.1/32 acl
阅读全文
posted @ 2026-06-08 15:54 Something_lzm
阅读(4)
评论(0)
推荐(0)
2025年2月18日
win10 18年电脑升级win11
摘要: 家里18年的电脑 一直想升级win11 ,但是一直提示 不满足要求,咨询过b站 UP主,主板是支持的。 刚好最近电脑开机异响,经常蓝屏,就下定决心去升级 猜测可能是主板的版本太低。 升级主板的坑。 微星主板m-flash 升级, 复制 bios文件到u盘 等了半天黑屏没反应,直接给断电重启了。 然后
阅读全文
posted @ 2025-02-18 17:25 Something_lzm
阅读(78)
评论(0)
推荐(0)
2023年4月20日
Oracle MYSQL Server 安全漏洞(CVE-2022-32221)
摘要: https://blog.csdn.net/weixin_45410876/article/details/124777690 https://blog.csdn.net/ljfrocky/article/details/113758188 升级系统的curl命令到最新版 前言 因为业务需要,服务器
阅读全文
posted @ 2023-04-20 10:42 Something_lzm
阅读(4586)
评论(0)
推荐(0)
2023年4月12日
漏洞-Oracle MYSQL Server 安全漏洞(CVE-2022-1292)
摘要: https://blog.csdn.net/weixin_45839894/article/details/126158078 openssl: relocation error: openssl: symbol EVP_mdc2 version OPENSSined in file libcryp
阅读全文
posted @ 2023-04-12 16:49 Something_lzm
阅读(1470)
评论(0)
推荐(0)
2023年2月1日
navicat 解密密码
摘要: https://tool.lu/coderunner/ 点击查看代码 <?php class NavicatPassword { protected $version = 0; protected $aesKey = 'libcckeylibcckey'; protected $aesIv = 'l
阅读全文
posted @ 2023-02-01 10:57 Something_lzm
阅读(107)
评论(0)
推荐(0)
2023年1月5日
mobaxterm 忘记密码
摘要: https://zhuanlan.zhihu.com/p/481255575 https://github.com/HyperSine/how-does-MobaXterm-encrypt-password python ShowMobaXterm.py
阅读全文
posted @ 2023-01-05 11:44 Something_lzm
阅读(265)
评论(0)
推荐(0)
2022年12月12日
nginx代理海康 视频流 报错问题
摘要: 已知: 1、网页通过nginx代理 访问海康的安防平台的播放流。 2、网页通过nginx代理 访问geoserver的图层信息。 问题: 2先访问,2访问超时。(代理问题) 访问1,1访问报错。但是直接网页打开时可以的。 此时怀疑nginx的代理问题。 但是超时什么的设置没有问题。 解决方案 最后把
阅读全文
posted @ 2022-12-12 09:57 Something_lzm
阅读(1012)
评论(1)
推荐(0)
2022年9月7日
docker 启动失败 exec /start.sh: no such file or directory
摘要: docker 启动之后报错 exec /start.sh: no such file or directory 解决步骤: 1、看看start.sh 的权限。是否是可执行。 2、看看start.sh 的 字符集
阅读全文
posted @ 2022-09-07 11:18 Something_lzm
阅读(1944)
评论(0)
推荐(0)
2021年1月11日
.net core System.IO.FileNotFoundException: Could not load file or assembly 'xxxx, Version=xxx, Culture=neutral, PublicKeyToken=null'. 系统找不到指定的文件。
摘要: System.IO.FileNotFoundException: Could not load file or assembly 'xxxx, Version=xxx, Culture=neutral, PublicKeyToken=null'. 系统找不到指定的文件。 File name: 'xx
阅读全文
posted @ 2021-01-11 14:59 Something_lzm
阅读(1395)
评论(0)
推荐(0)
2020年12月3日
引用dll 报错
摘要: A项目引用已经生成的B.dll。B.dll 需要引用Oracle.ManagedDataAccess, Version=4.121.1.0 用.net Reflector 反编译调试B.dll (PS 调试时,加入新的断点之后。最好重启一下项目,遇到断点加入失败的问题)。 B中含有 C、D、E方法,
阅读全文
posted @ 2020-12-03 14:59 Something_lzm
阅读(223)
评论(0)
推荐(0)
下一页
公告