11 2016 档案
摘要:/// /// 获取Paging列表 /// public List GetPageList(int pageIndex, int pageSize, out int amount, string where) { int count = 0; //总页数 str...
阅读全文
摘要:/// <summary> /// MD5 16进制算法 /// </summary> /// <param name="str"></param> /// <returns></returns> public static string Getmd5(string str) { //创建MD5对像
阅读全文
摘要:public class HttpHelper { /// /// 创建GET方式的HTTP请求 /// public static HttpWebResponse CreateGetHttpResponse(string url, int timeout, strin...
阅读全文