摘要: decimal d2 = 0.0000002500m; Console.WriteLine(d2.ToString()); double d3 = 0.0000002500; Console.WriteLine(d3.ToString()); 输出结果是, 0.00000025002.5E-07 d 阅读全文
posted @ 2019-03-07 15:14 ChuckLu 阅读(216) 评论(0) 推荐(0) 编辑
摘要: https://gist.github.com/shaunlebron/746476e6e7a4d698b373 1.普通的换行 在文本结束后面,加2个空格 2.段落之间的换行 使用反斜杠\ 阅读全文
posted @ 2019-03-07 09:48 ChuckLu 阅读(5509) 评论(0) 推荐(3) 编辑
摘要: 卸载enterprise版本 Microsoft.FSharp.SDK.Core卸载失败Package 'Microsoft.FSharp.SDK.Core,version=15.7.20180605.5' failed to uninstall. Search URL https://aka.ms 阅读全文
posted @ 2019-03-07 09:37 ChuckLu 阅读(3244) 评论(0) 推荐(0) 编辑