摘要:
1.使用nodes和value解析XML <!--ItemsXml column content something like this--> <GoodsReceiveNoteItemView> <Location>KRCK</Location> <ProductName>Soon Hock, L 阅读全文
摘要:
To display uint and int variables in a binary form, the extension method ToBinaryString is created. Another extension method is AddSeparators, which a 阅读全文
摘要:
C# supports the operators listed in the following table: The checked and unchecked Operators Consider the following code: byte b = byte.MaxValue; b++; 阅读全文
摘要:
Generic Methods Example public class Account { public string Name { get; } public decimal Balance { get; } public Account(string name, Decimal balance 阅读全文
摘要:
参考地址:https://www.cnblogs.com/yanbigfeg/p/9855960.html https://www.cnblogs.com/kissdodog/p/3611799.html https://www.cnblogs.com/elvinle/p/6170294.html 阅读全文
摘要:
➤ 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 阅读全文
摘要:
string differs from the usual behavior for reference types. strings are immutable. Making changes to one of these strings creates an entirely new stri 阅读全文
摘要:
官方地址:https://github.com/codebude/QRCoder 首先安装相应的package 最简单的使用 public void GenerateRun(string content) { QRCodeGenerator qrGenerator = new QRCodeGener 阅读全文
摘要:
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 阅读全文
摘要:
下载地址:https://www.sonarqube.org/downloads/ 安装需要的JVM环境要求:https://docs.sonarqube.org/latest/requirements/requirements/ 文档:https://docs.sonarqube.org/late 阅读全文