随笔分类 -  C#基础

Android之基于HTTP协议的下载
摘要:Android之基于HTTP协议的下载http://www.blogjava.net/zh-weir/archive/2010/05/02/319892.htmlhttp://www.qianfa.net/Download/sina.txt转载请注明出处:http://www.blogjava.ne... 阅读全文

posted @ 2015-05-27 17:34 chengjunde 阅读(272) 评论(0) 推荐(0)

HttpWebRequest和HttpWebResponse
摘要:http://blog.csdn.net/haitaofeiyang/article/details/18362225http://blog.chinaunix.net/uid-2270658-id-3266364.html申公前几日和一个客户做系统对接,以前和客户对接一般采用webservice或... 阅读全文

posted @ 2015-05-27 16:28 chengjunde 阅读(220) 评论(0) 推荐(0)

httpwebrequest详解【转】
摘要:http://www.cnblogs.com/armyfai/p/3889980.htmlhttp://blog.csdn.net/sjj2011/article/details/7823392HttpWebRequest和HttpWebResponse类是用于发送和接收HTTP数据的最好选择。它们... 阅读全文

posted @ 2015-05-27 16:26 chengjunde 阅读(819) 评论(0) 推荐(0)

8天玩转并行开发——第一天 Parallel的使用
摘要:转自:http://www.cnblogs.com/huangxincheng/archive/2012/04/02/2429543.html 随着多核时代的到来,并行开发越来越展示出它的强大威力,像我们这样的码农再也不用过多的关注底层线程的实现和手工控制, 要了解并行开发,需要先了解下两个概念:“ 阅读全文

posted @ 2015-05-21 18:21 chengjunde 阅读(179) 评论(0) 推荐(0)

http协议详细介绍
摘要:HTTP协议/IIS 原理及ASP.NET运行机制浅析【图解】 转自:http://www.cnblogs.com/wenthink/archive/2013/05/06/HTTP_IIS_ASPNET_Pipeline.html http协议分析工具 http://www.cnblogs.com/ 阅读全文

posted @ 2015-05-21 11:30 chengjunde 阅读(210) 评论(0) 推荐(0)

C#中的where从句
摘要:C#中的where从句2011-07-03 13:07OrphousV|分类:C#/.NET|浏览8443次能解释一下下面两段代码中where的作用吗?using System;public class MyGenericClass where T: IComparable, new(){ ... 阅读全文

posted @ 2015-05-07 17:22 chengjunde 阅读(411) 评论(0) 推荐(0)

Activator.CreateInstance 方法 (Type) 的用法
摘要:Activator.CreateInstance 方法 (Type) 的用法Activator.CreateInstance 方法 (Type)使用与指定参数匹配程度最高的构造函数来创建指定类型的实例。命名空间:System程序集:mscorlib(在 mscorlib.dll 中)C#public... 阅读全文

posted @ 2015-05-07 17:20 chengjunde 阅读(307) 评论(0) 推荐(0)

海量处理
摘要:http://www.cnblogs.com/sooner/archive/2013/08/18/3266545.htmlhttp://blog.csdn.net/v_july_v/article/details/6685962 阅读全文

posted @ 2015-04-23 20:10 chengjunde 阅读(93) 评论(0) 推荐(0)

HashTable、HashSet和Dictionary的区别
摘要:HashTable与Dictionaryhttp://www.cnblogs.com/bingzisky/archive/2008/11/10/1330493.htmlhttp://www.cnblogs.com/akwwl/p/3680376.htmlHashtable 和 Dictionary ... 阅读全文

posted @ 2015-04-23 20:03 chengjunde 阅读(299) 评论(0) 推荐(0)

堆与栈的区别
摘要:C#中堆和栈的区别分析http://www.2cto.com/kf/201109/103302.htmlhttp://www.cnblogs.com/codingsilence/archive/2011/02/28/2146584.htmlhttp://www.cnblogs.com/yplong/... 阅读全文

posted @ 2015-04-23 19:56 chengjunde 阅读(365) 评论(0) 推荐(0)

枚举enum
摘要:枚举类型是一种的值类型,它用于声明一组命名的常数。 (1)枚举的声明:枚举声明用于声明新的枚举类型。 访问修辞符 enum 枚举名:基础类型 { 枚举成员 } 基础类型必须能够表示该枚举中定义的所有枚举数值。枚举声明可以显式地声明 byte、sbyte、short、ushort、int、uint、l... 阅读全文

posted @ 2014-12-19 11:33 chengjunde 阅读(262) 评论(0) 推荐(0)

typeof与GetType区别及反射的见解
摘要:http://www.cnblogs.com/knowledgesea/archive/2013/03/02/2935920.html http://www.cnblogs.com/Jax/archive/2009/10/16/1584527.html http://www.cnblogs.com/ 阅读全文

posted @ 2014-12-17 17:22 chengjunde 阅读(423) 评论(0) 推荐(0)

C#判断一个类中有无"指定名称"的方法
摘要:C#中可以通过反射分析元数据来解决这个问题,示例代码如下:12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849usingSystem;usingSystem.Reflecti... 阅读全文

posted @ 2014-12-17 17:11 chengjunde 阅读(742) 评论(0) 推荐(0)

导航