自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(6)
  • 收藏
  • 关注

转载 C#下的强制类型转换应用分析:()、is、as

C#下的强制类型转换应用分析:()、is、as C#下的强制类型转换有以下三种: 注:objA 为 typeA 类型,objB 为 typeB 类型 (1) typeA objA = (typeA)objB; (2) typeA objA = objB as objA; (3) typeA objA = objB as typeA 在实际开发过程中我们经常用到上面三种类型转

2012-11-05 10:37:35 3779

转载 C#中的类型转换大总结

使用C#一个最常见的问题便是各种类型间的转换。 我们知道,C#中的类型分为值类型和引用类型两大类。但是,有关它们间各自转换的细节描述在网上很少得到详细的回答。现在,我结合搜索到的部分资料整理如下: 1,问题     c#中类型转换的有两种,()转换和convert转换。 我想知道的是这两个转换的区别 还有就是()转换我用了发现好多不能转换过来,但是conv

2012-11-04 11:29:53 381

转载 C#常用类--Encoding类

2009-11-30 22:31 编码是一个将一组 Unicode 字符转换为一个字节序列的过程。解码是一个反向操作过程,即将一个编码字节序列转换为一组 Unicode 字符。 Unicode 标准为所有支持脚本中的每个字符分配一个码位(一个数字)。Unicode 转换格式 (UTF) 是一种码位编码方式。 Unicode 标准 3.2 版使用下列 UTF: UTF-8,它将每个

2012-11-02 11:03:38 4709

转载 Socket Programming in C# - Part 2

Introduction This is the second part of the previous article about the socket programming. In the earlier article we created a client but that client used to make blocking IO calls ( Receive ) to

2012-10-31 16:15:00 462

转载 Asynchronous Socket Programming in C#: Part II

Motivation for This Article After the original article on Asynchronous Socket Programming in C# was published by CodeGuru, I received numerous responses from interested readers. Most of them asked

2012-10-31 15:51:34 642

转载 Asynchronous Socket Programming in C#: Part I

Objective The objective of this article is to demonstrate a socket-based client/server application that will allow two-way asynchronous communication between a server and multiple client application

2012-10-31 15:49:42 937

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除