随笔分类 -  C#

摘要:[System.Runtime.InteropServices.DllImport("Kernel32.dll")] static extern bool QueryPerformanceCounter(ref long count); [System.Runtime.InteropServices.DllImport("Kernel32.dll")] static extern bool QueryPerformanceFrequency(ref long count);private void TreatSub(){long count = 0; l 阅读全文
posted @ 2013-06-03 16:05 天是那么蓝 阅读(237) 评论(0) 推荐(0)
摘要:////// 类说明:HttpHelps类,用来实现Http访问,Post或者Get方式的,直接访问,带Cookie的,带证书的等方式/// 编码日期:2011-11-17/// 编 码 人: 苏飞/// 联系方式:361983679 Email:sufei.1013@163.com Blogs:http://sufei.cnblogs.com///using System;using System.Collections.Generic;using System.Web;using System.Text.RegularExpressions;using System.Diagnostics 阅读全文
posted @ 2013-05-28 15:49 天是那么蓝 阅读(412) 评论(0) 推荐(0)