上一页 1 2 3 4 5 6 7 ··· 18 下一页
摘要: Virtualization-based Security 先看眼系统信息,发现VBS默认是开着的输入命令关掉它:bcdedit /set hypervisorlaunchtype off然后重启。需要开启可以:bcdedit /set hypervisorlaunchtype auto硬件支持会自 阅读全文
posted @ 2022-10-09 19:51 sun8134 阅读(788) 评论(0) 推荐(0) 编辑
摘要: 网页链接: <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 阅读(156) 评论(0) 推荐(0) 编辑
摘要: Powershell: Get-AppxPackage Microsoft.SecHealthUI -AllUsers | Reset-AppxPackage 阅读全文
posted @ 2022-04-21 16:45 sun8134 阅读(576) 评论(0) 推荐(0) 编辑
摘要: 转换命令: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 阅读(3142) 评论(0) 推荐(0) 编辑
摘要: 一般winserver可能会提示这个问题 装上 桌面体验 就好了… 阅读全文
posted @ 2021-05-18 08:12 sun8134 阅读(682) 评论(0) 推荐(0) 编辑
摘要: 不知道 三哥是不是把 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 阅读(5728) 评论(0) 推荐(2) 编辑
摘要: 已安装 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 阅读(4181) 评论(2) 推荐(1) 编辑
摘要: 万恶的 Flash 会带个 FF新推荐 弹窗广告cmd命令行下删除服务:sc delete "Flash Helper Service"然后删除对应文件就行了… 阅读全文
posted @ 2020-01-20 11:49 sun8134 阅读(634) 评论(0) 推荐(0) 编辑
摘要: 首先要打开俩服务然后ssh上去vi /etc/hosts改完退出重启就可以了…vi常用命令:按ESC进入命令模式:q 不保存退出:wq 保存退出… 阅读全文
posted @ 2020-01-13 11:02 sun8134 阅读(1106) 评论(0) 推荐(0) 编辑
摘要: 最近用 iTextSharp 拆分 Pdf 文档加水印的时候遇到错误:'windows-1252' is not a supported encoding name. For information on defining a custom encoding, see the documentation for the Encoding.RegisterProvider method.Parame... 阅读全文
posted @ 2019-08-28 12:47 sun8134 阅读(1538) 评论(0) 推荐(3) 编辑
上一页 1 2 3 4 5 6 7 ··· 18 下一页
分享按钮