欢迎来到银龙的博客

人生三从境界:昨夜西风凋碧树,独上高楼,望尽天涯路。 衣带渐宽终不悔,为伊消得人憔悴。 众里寻他千百度,蓦然回首,那人却在灯火阑珊处。

06 2020 档案

EF数据迁移
摘要:VS迁移多个数据库 Add-Migration 20200622210512 -Context TalentNetworkDbContext update-database -Context TalentNetworkDbContext .NET Core CLI dotnet tool insta 阅读全文

posted @ 2020-06-22 21:10 银龙科技 阅读(372) 评论(0) 推荐(0)

ABP中table时间格式化
摘要:{ targets: 6, data: 'graduationTime', sortable: false, render: function (graduationTime) { return moment(graduationTime).format('L'); } }, { targets: 阅读全文

posted @ 2020-06-22 16:26 银龙科技 阅读(369) 评论(0) 推荐(0)

.NetCore跨域
摘要:"App": { "CorsOrigins": "http://manage.l.cn,http://www..cn,https://www.lu.cn,,http://u.cn,https://portal.edu.cn" }, services.AddCors(options => { opti 阅读全文

posted @ 2020-06-20 11:52 银龙科技 阅读(177) 评论(0) 推荐(0)

.Net FarmeWork跨域
摘要:abp在report.WebApi里的reportWebApiModule.cs配置 if (System.Configuration.ConfigurationManager.AppSettings["debug"] == "1") { var cors = new System.Web.Http 阅读全文

posted @ 2020-06-20 11:49 银龙科技 阅读(200) 评论(0) 推荐(0)

Unity实现IOC
摘要:定义 using System; using System.Collections.Generic; using System.Linq; using System.Text; using Microsoft.Practices.Unity; using Microsoft.Practices.Un 阅读全文

posted @ 2020-06-12 16:44 银龙科技 阅读(331) 评论(0) 推荐(0)

引用Microsoft.Practices.Unity.InterceptionExtension,AOP面向方面编写
摘要:定义 using System; using Microsoft.Practices.Unity; using Microsoft.Practices.Unity.InterceptionExtension; namespace InteceptionExtension { public class 阅读全文

posted @ 2020-06-12 16:41 银龙科技 阅读(302) 评论(0) 推荐(0)

ABP中LocalizableString
摘要:LocalizableString FixedLocalizableString LocalizableString("Questions", ""), 如果本地找不到资源,会报300 阅读全文

posted @ 2020-06-05 11:40 银龙科技 阅读(512) 评论(0) 推荐(0)

导航