摘要:
调用方法: 如:btn_FangTai.BackColor = Color.FromArgb(135, 206, 250); 十六进制颜色查询 阅读全文
摘要:
在C#中,Json的序列化和反序列化的几种方式总结 在这篇文章中,我们将会学到如何使用C#,来序列化对象成为Json格式的数据,以及如何反序列化Json数据到对象。 什么是JSON? JSON (JavaScript Object Notation) is a lightweight data-in 阅读全文
摘要:
Newtonsoft.Json,一款.NET中开源的Json序列化和反序列化类库(下载地址http://json.codeplex.com/)。 下面是Json序列化和反序列化的简单封装: /// <summary> /// Json帮助类 /// </summary> public class J 阅读全文
摘要:
C#,WebRequest类和HttpWebRequest类的区别? HttpRequest 与HttpWebRequest 有什么区别 阅读全文
摘要:
代码如下: [csharp] view plain copy using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Net.Security; using 阅读全文