11 2020 档案

摘要:直接上干货 <!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta charset="utf-8" /> <meta name="viewpor 阅读全文
posted @ 2020-11-20 15:26 代码沉思者 阅读(504) 评论(0) 推荐(0) 编辑
摘要:1.创建简易通讯协议 using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; namespace Dw.RegApi.Models { /// <summary> 阅读全文
posted @ 2020-11-06 14:30 代码沉思者 阅读(2205) 评论(1) 推荐(0) 编辑
摘要:第一步:定义一个类:SysHandlerErrorAttribute 继承HandleErrorAttribute 重写OnException方法 using Dw.Util; using System; using System.Collections.Generic; using System. 阅读全文
posted @ 2020-11-05 15:40 代码沉思者 阅读(421) 评论(0) 推荐(0) 编辑