随笔分类 - 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
阅读全文
摘要:////// 类说明: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
阅读全文

浙公网安备 33010602011771号