11 2019 档案

摘要:目标进程已退出,但未引发 CoreCLR 启动事件。请确保将目标进程配置为使用 .NET Core。如果目标进程未运行 .NET Core,则发生这种情况并不意外 解决:更新SDK版本 阅读全文
posted @ 2019-11-13 15:44 向萧 阅读(6004) 评论(1) 推荐(0) 编辑
摘要:public static string ToMD5Hash(this string str) { if (string.IsNullOrEmpty(str)) return null; return Encoding.ASCII.GetBytes(str).ToMD5Hash(); } public static string ToMD5Hash(this byte[] bytes) { if 阅读全文
posted @ 2019-11-04 14:26 向萧 阅读(122) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示