摘要:
错误描述 [Window Title] 远程桌面连接 [Content] 出现身份验证错误。 要求的函数不受支持 远程计算机: ******** 这可能是由于 CredSSP 加密数据库修正。 若要了解详细信息,请访问 https://go.microsoft.com/fwlink/?linkid= 阅读全文
摘要:
OpenSSL证书转pfx pem证书转pfx证书分两种,一种带ca证书转换,一种不带ca证书转换 1. pem转pfx(不带ca证书) 以test.pem转test.pfx为例 openssl rsa -in test.pem -out test.key openssl x509 -in test 阅读全文
摘要:
Mozilla Firefox https://www.mozilla.org/en-US/firefox/all/#product-desktop-release https://www.mozilla.org/en-US/firefox/all/#product-desktop-develope 阅读全文
摘要:
确认分区信息 fdisk -l Disk /dev/vda: 53.7 GB, 53687091200 bytes, 104857600 sectors Units = sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 51 阅读全文
摘要:
在SQLite官网下载原始预编译包。 Precompiled Binaries for the .NET Standard 2.1 创建一个ASP.NET Core项目 项目添加预编译包解压缩后的引用 System.Data.SQLite.dll 随意代码 Con = new SQLiteConne 阅读全文
摘要:
正在编译 APK 文件... (按下 ESC 取消) Executing command: java.exe -jar "D:\Android\APK Easy Tool\Apktool\apktool_2.5.0.jar" b -f -o "D:\Android\APK Easy Tool\2-R 阅读全文
摘要:
可能原因:SELinux限制了Apache的端口设置 # semanage port -l | grep http -bash: semanage: command not found 如果出现semanage: command not found信息,则需要安装semanage yum -y in 阅读全文
摘要:
using (System.IO.MemoryStream ms = new System.IO.MemoryStream()) { using (System.IO.StreamWriter writer = new System.IO.StreamWriter(ms, Encoding.GetE 阅读全文
摘要:
_is64Bit = Environment.Is64BitOperatingSystem; private object ReadRegistryKeyValue(string keyPath, string valueName) { object obj = null; using (var b 阅读全文
摘要:
Usage of msi2xml msi2xml [-q] [-n] [-m] [-e ENCODING] [-s [STYLESHEET]] [-b [DIR]] [-c [DIR[,MEDIACABS]] [-o XMLFILE] file -q --quiet quiet processing 阅读全文