01 2019 档案

摘要:public void ConfigureServices(IServiceCollection services) { services.AddMvc(); #region Swagger services.AddSwaggerGen(c => { c.SwaggerDoc("v1", new I 阅读全文
posted @ 2019-01-30 21:04 Ken-Cai 阅读(131) 评论(0) 推荐(0) 编辑
摘要:微软官方文档 https://docs.microsoft.com/zh-cn/aspnet/core/security/cors?view=aspnetcore-2.2 阅读全文
posted @ 2019-01-30 13:27 Ken-Cai 阅读(211) 评论(0) 推荐(0) 编辑
摘要:Entity层 1 using System; 2 using System.Collections.Generic; 3 using System.ComponentModel.DataAnnotations; 4 using System.Runtime.Serialization; 5 usi 阅读全文
posted @ 2019-01-30 12:32 Ken-Cai 阅读(244) 评论(0) 推荐(0) 编辑
摘要:1. 安装 nrm 一键切换npm源 npm i nrm -g [安装命令工具] nrm ls [罗列出所有的源] nrm use taobao [使用taobao的源] 安装完后, 以后的装包工具 直接用 npm 就行了 2. 安装 cnpm npg i cnpm -g 3. webpack 官网 阅读全文
posted @ 2019-01-19 13:50 Ken-Cai 阅读(161) 评论(0) 推荐(0) 编辑

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