11 2018 档案

摘要:C# imgage图片转base64字符/base64字符串转图片另存成 //图片转为base64编码的字符串 protected string ImgToBase64String(string Imagefilename) { try { Bitmap bmp = new Bitmap(Image 阅读全文 »
posted @ 2018-11-20 08:51 yaphetsfang 阅读(2980) 评论(0) 推荐(0) 编辑
摘要:/// <summary> /// 创建lambda表达式:p=>true /// </summary> /// <typeparam name="T"></typeparam> /// <returns></returns> public static Expression<Func<T, boo 阅读全文 »
posted @ 2018-11-06 13:59 yaphetsfang 阅读(1041) 评论(1) 推荐(0) 编辑

点击右上角即可分享
微信分享提示