会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
sun8134的Blog
不要人夸颜色好
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
8
···
19
下一页
2023年4月2日
更新pip失败解决方法ValueError: Unable to find resource t64.exe in package
摘要: 更新pip pip install --upgrade pip 结果提示: ValueError: Unable to find resource t64.exe in package pip._vendor.distlib 提示需要: python.exe -m pip install --upg
阅读全文
posted @ 2023-04-02 22:57 sun8134
阅读(533)
评论(0)
推荐(0)
2022年10月9日
Win11 关闭 虚拟化 VBS
摘要: Virtualization-based Security 先看眼系统信息,发现VBS默认是开着的输入命令关掉它:bcdedit /set hypervisorlaunchtype off然后重启。需要开启可以:bcdedit /set hypervisorlaunchtype auto硬件支持会自
阅读全文
posted @ 2022-10-09 19:51 sun8134
阅读(1044)
评论(0)
推荐(0)
2022年4月26日
微信回复带链接
摘要: 网页链接: <a href=”http://XXXXXX”>XXXX</a> 点链接自动回复文字: <a href="weixin://bizmsgmenu?msgmenucontent=xxx&msgmenuid=1">xxx</a> 跳转小程序 <a href="" data-miniprogr
阅读全文
posted @ 2022-04-26 09:48 sun8134
阅读(1608)
评论(0)
推荐(0)
2022年4月21日
重置 Windows安全中心
摘要: Powershell: Get-AppxPackage Microsoft.SecHealthUI -AllUsers | Reset-AppxPackage
阅读全文
posted @ 2022-04-21 16:45 sun8134
阅读(699)
评论(0)
推荐(0)
2021年12月22日
ffmpeg 解密 ts
摘要: 转换命令:ffmpeg -allowed_extensions ALL -protocol_whitelist "file,http,crypto,tcp" -i index.m3u8 -c copy out.mp4下个视频,瞅了眼木有找到m3u8,不过貌似就一个切片直接把地址改成 v.f42122
阅读全文
posted @ 2021-12-22 11:15 sun8134
阅读(3792)
评论(0)
推荐(0)
2021年5月18日
ffmpeg 提示 丢失mfplat.dll
摘要: 一般winserver可能会提示这个问题 装上 桌面体验 就好了…
阅读全文
posted @ 2021-05-18 08:12 sun8134
阅读(697)
评论(0)
推荐(0)
2021年3月3日
树莓派4 安装 Win10 on ARM
摘要: 不知道 三哥是不是把 Win10 iot 的人都砍了 Win10 iot 卡在树莓派 3b 不动了… 3b+都只能预览版,还有一堆的问题:https://docs.microsoft.com/zh-cn/windows/iot-core/troubleshooting?branch=master#r
阅读全文
posted @ 2021-03-03 15:27 sun8134
阅读(6074)
评论(0)
推荐(2)
2020年2月25日
.net core IIS 部署 应用程序池停止并报错503
摘要: 已安装 Hosting Bundlehttps://dotnet.microsoft.com/download/dotnet-core/thank-you/runtime-aspnetcore-3.1.2-windows-hosting-bundle-installer创建无托管的 应用程序池结果就是IIS日志报错应用程序池停止,浏览页面显示503…报错信息如下:Warning:A listene...
阅读全文
posted @ 2020-02-25 18:24 sun8134
阅读(4311)
评论(2)
推荐(1)
2020年1月20日
删除 FF新推荐 服务
摘要: 万恶的 Flash 会带个 FF新推荐 弹窗广告cmd命令行下删除服务:sc delete "Flash Helper Service"然后删除对应文件就行了…
阅读全文
posted @ 2020-01-20 11:49 sun8134
阅读(647)
评论(0)
推荐(0)
2020年1月13日
Esxi 修改 Hosts
摘要: 首先要打开俩服务然后ssh上去vi /etc/hosts改完退出重启就可以了…vi常用命令:按ESC进入命令模式:q 不保存退出:wq 保存退出…
阅读全文
posted @ 2020-01-13 11:02 sun8134
阅读(1187)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
···
19
下一页
公告
分享按钮