03 2019 档案

摘要:using System;using System.Collections.Generic;using System.Text;using WeChatApi.Model;using System.Linq;namespace Help{ public static class TreeGridHe 阅读全文
posted @ 2019-03-14 16:14 清枫林 阅读(644) 评论(0) 推荐(0)
摘要:1、ef修改时指修改指定字段public void ChangePassword(int userId, string password) { var user = new User() { Id = userId, Password = password }; using (var db = ne 阅读全文
posted @ 2019-03-13 16:28 清枫林 阅读(370) 评论(0) 推荐(0)
摘要:Asp.net core 2.1发布后支持System.Drawing.Common绘图,可以做一些图片验证码之类的功能,应用程序在Windows上运行功能正常,但是部署到centos上就会报错: The type initializer for 'System.DrawingCore.GDIPlu 阅读全文
posted @ 2019-03-10 09:51 清枫林 阅读(2186) 评论(1) 推荐(0)