文章分类 -  Winform

摘要:BouncyCastle Crypto转换 格式转换要用到一个开源加密库Bouncy Castle Crypto APIs, 官网地址:http://www.bouncycastle.org/csharp/具体实现代码如下: using System; using System.Xml; using 阅读全文
posted @ 2019-03-09 14:20 麒麟网络 阅读(1677) 评论(0) 推荐(0)
摘要:Newtonsoft.Json解决中文编码 默认Newtonsoft.Json序列化对象后,返回的中文未进行编码。 需要将编码转换的话,需要 其中: 阅读全文
posted @ 2018-08-25 09:38 麒麟网络 阅读(2925) 评论(0) 推荐(1)
摘要:用于比对两种颜色的相似度差值 阅读全文
posted @ 2018-08-03 11:22 麒麟网络 阅读(1064) 评论(1) 推荐(0)