摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading;namespace threaddemo{ class Program { ... 阅读全文
posted @ 2014-10-30 14:36 armyfai 阅读(208) 评论(0) 推荐(1) 编辑
摘要: C#中byte[]与string的转换 1、 System.Text.UnicodeEncoding converter = new System.Text.UnicodeEncoding(); byte[] inputBytes =converter.GetBytes(inputString); ... 阅读全文
posted @ 2014-10-30 08:53 armyfai 阅读(478) 评论(0) 推荐(0) 编辑