随笔分类 -  NetCore

摘要:/// /// 获取MD5得值,转换成BASE64 /// /// /// public static string MD564(string Sourcein) { System.Security.Cryptography.MD5CryptoServiceProvider MD5CSP = new System.Security.Cryptography.MD5CryptoServ... 阅读全文
posted @ 2017-03-28 17:13 活在云里雾里梦里
摘要:/// <summary> /// 设置分页页码 /// </summary> /// <param name="pageNum">当前页码</param> /// <param name="pageCount">总页数</param> /// <param name="sideNum">每页显示条 阅读全文
posted @ 2016-03-08 17:31 活在云里雾里梦里 阅读(392) 评论(0) 推荐(0)
摘要:方式一: public FileStreamResult DownFile(string filePath, string fileName) { string absoluFilePath = Server.MapPath(System.Configuration.ConfigurationMan 阅读全文
posted @ 2016-03-07 17:39 活在云里雾里梦里