流浪のwolf

卷帝

导航

2024年1月6日

netCore 封装一个检验邮箱的类

摘要: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace SQL_Common.ValidateRules 阅读全文

posted @ 2024-01-06 18:18 朱龙旭的网络 阅读(8) 评论(0) 推荐(0)

netCore 配置跨域 封装成文件

摘要: namespace Zhaoxi.Manage.MentApi.Utility.RegisterExt { /// <summary> /// 跨域扩展 /// </summary> public static class CrosServiceExtension { /// <summary> / 阅读全文

posted @ 2024-01-06 14:43 朱龙旭的网络 阅读(17) 评论(0) 推荐(0)