摘要:
C#程序执行到运用到哈希算法或MD5算法 ,报错提示: System.InvalidOperationException: This implementation is not part of the Windows Platform FIPS validated cryptographic alg 阅读全文
摘要:
代码整洁之道 第 6 章 对象和数据结构 6.2 数据、对象的反对称性 public class Square { public Point topLeft; public double side; } public class Rectangle { public Point topLeft; p 阅读全文