上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 34 下一页
摘要: 实践 阅读全文
posted @ 2019-12-18 14:16 daviyoung 阅读(2304) 评论(0) 推荐(0)
摘要: error: RPC failed; curl 18 transfer closed with outstanding read data remainingfatal: the remote end hung up unexpectedlyfatal: early EOFfatal: index- 阅读全文
posted @ 2019-12-16 09:48 daviyoung 阅读(1995) 评论(0) 推荐(0)
摘要: var testDec = 0.1m; var str= Math.Round(testDec, 2, MidpointRounding.AwayFromZero).ToString("n2"); 阅读全文
posted @ 2019-12-09 16:12 daviyoung 阅读(534) 评论(0) 推荐(0)
摘要: 目标进程已退出,但未引发 CoreCLR 启动事件。请确保将目标进程配置为使用 .NET Core。如果目标进程未运行 .NET Core,则发生这种情况并不意外 解决:更新SDK版本 阅读全文
posted @ 2019-11-13 15:44 daviyoung 阅读(6324) 评论(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 daviyoung 阅读(154) 评论(0) 推荐(0)
摘要: If you are exposing your class through a library that others will use, you generally want to expose it via interfaces rather than concrete implementat 阅读全文
posted @ 2019-10-28 20:27 daviyoung 阅读(105) 评论(0) 推荐(0)
摘要: 读取配置信息 阅读全文
posted @ 2019-10-25 11:36 daviyoung 阅读(904) 评论(0) 推荐(0)
摘要: git 丢弃本地代码 1、还未将变更加入到暂存区,即未执行git add 命令前可以使用git checkout 命令来撤销修改:git checkout -- rainbow.txt start.txtgit checkout -- *git checkout -- *.txt 2、已将变更加入到 阅读全文
posted @ 2019-10-21 17:16 daviyoung 阅读(2722) 评论(0) 推荐(0)
摘要: ir // 列出目录下所有文件夹 rd dirname // 删除dirname文件夹(空文件夹) rd /s/q dirname // 删除dirname文件夹(非空) 阅读全文
posted @ 2019-10-19 17:16 daviyoung 阅读(509) 评论(0) 推荐(0)
摘要: <br> 阅读全文
posted @ 2019-10-19 10:35 daviyoung 阅读(479) 评论(0) 推荐(0)
上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 34 下一页