摘要: 1.使用nodes和value解析XML <!--ItemsXml column content something like this--> <GoodsReceiveNoteItemView> <Location>KRCK</Location> <ProductName>Soon Hock, L 阅读全文
posted @ 2022-08-17 16:39 FH1004322 阅读(516) 评论(0) 推荐(0) 编辑
摘要: To display uint and int variables in a binary form, the extension method ToBinaryString is created. Another extension method is AddSeparators, which a 阅读全文
posted @ 2022-08-04 16:21 FH1004322 阅读(26) 评论(0) 推荐(0) 编辑
摘要: C# supports the operators listed in the following table: The checked and unchecked Operators Consider the following code: byte b = byte.MaxValue; b++; 阅读全文
posted @ 2022-08-03 16:33 FH1004322 阅读(52) 评论(0) 推荐(0) 编辑
摘要: Generic Methods Example public class Account { public string Name { get; } public decimal Balance { get; } public Account(string name, Decimal balance 阅读全文
posted @ 2022-08-03 11:50 FH1004322 阅读(29) 评论(0) 推荐(0) 编辑
摘要: 参考地址:https://www.cnblogs.com/yanbigfeg/p/9855960.html https://www.cnblogs.com/kissdodog/p/3611799.html https://www.cnblogs.com/elvinle/p/6170294.html 阅读全文
posted @ 2022-07-08 17:48 FH1004322 阅读(44) 评论(0) 推荐(0) 编辑
摘要: ➤ Client code should be able to read its value. Write-only properties are not recommended, so, for exam-ple, use a SetPassword method, not a write-onl 阅读全文
posted @ 2022-06-24 11:25 FH1004322 阅读(12) 评论(0) 推荐(0) 编辑
摘要: string differs from the usual behavior for reference types. strings are immutable. Making changes to one of these strings creates an entirely new stri 阅读全文
posted @ 2022-06-20 16:10 FH1004322 阅读(16) 评论(0) 推荐(0) 编辑
摘要: 官方地址:https://github.com/codebude/QRCoder 首先安装相应的package 最简单的使用 public void GenerateRun(string content) { QRCodeGenerator qrGenerator = new QRCodeGener 阅读全文
posted @ 2022-04-21 14:38 FH1004322 阅读(739) 评论(0) 推荐(0) 编辑
摘要: 100.01 = One Hundred Dollar And One Cent 101 = One Hundred And One Dollar 101.01 = One Hundred And One Dollar And One Cent 0.1 = Ten Cent 1.1 = One Do 阅读全文
posted @ 2022-01-13 14:32 FH1004322 阅读(34) 评论(0) 推荐(0) 编辑
摘要: 下载地址:https://www.sonarqube.org/downloads/ 安装需要的JVM环境要求:https://docs.sonarqube.org/latest/requirements/requirements/ 文档:https://docs.sonarqube.org/late 阅读全文
posted @ 2020-07-13 18:08 FH1004322 阅读(318) 评论(0) 推荐(0) 编辑