会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Something_lzm
博客园
首页
新随笔
联系
订阅
管理
2025年2月18日
win10 18年电脑升级win11
摘要: 家里18年的电脑 一直想升级win11 ,但是一直提示 不满足要求,咨询过b站 UP主,主板是支持的。 刚好最近电脑开机异响,经常蓝屏,就下定决心去升级 猜测可能是主板的版本太低。 升级主板的坑。 微星主板m-flash 升级, 复制 bios文件到u盘 等了半天黑屏没反应,直接给断电重启了。 然后
阅读全文
posted @ 2025-02-18 17:25 Something_lzm
阅读(31)
评论(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
阅读(4361)
评论(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
阅读(1425)
评论(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
阅读(92)
评论(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
阅读(249)
评论(0)
推荐(0)
2022年12月12日
nginx代理海康 视频流 报错问题
摘要: 已知: 1、网页通过nginx代理 访问海康的安防平台的播放流。 2、网页通过nginx代理 访问geoserver的图层信息。 问题: 2先访问,2访问超时。(代理问题) 访问1,1访问报错。但是直接网页打开时可以的。 此时怀疑nginx的代理问题。 但是超时什么的设置没有问题。 解决方案 最后把
阅读全文
posted @ 2022-12-12 09:57 Something_lzm
阅读(949)
评论(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
阅读(1922)
评论(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
阅读(1363)
评论(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
阅读(206)
评论(0)
推荐(0)
2020年11月17日
mysql 更新表
摘要: update st_info_d a INNER JOIN st_stbprp_d b on a.stcd = b.stcd AND STTP = 'DD' set MONITOR_TYPE = '0'
阅读全文
posted @ 2020-11-17 15:04 Something_lzm
阅读(154)
评论(0)
推荐(0)
下一页
公告