上一页 1 2 3 4 5 6 7 8 9 10 ··· 37 下一页
摘要: 如果是网站, 部署时不想挂在IIS上, 用到的命令是 start dotnet xxx.dll 部署时如果要指定端口号: 在 Program.cs 中设置. 1 public static IWebHostBuilder CreateWebHostBuilder(string[] args) => 阅读全文
posted @ 2019-05-18 19:50 Ken-Cai 阅读(150) 评论(0) 推荐(0) 编辑
摘要: 中文pdf 阅读全文
posted @ 2019-05-11 09:51 Ken-Cai 阅读(174) 评论(0) 推荐(0) 编辑
摘要: Cocos Creator 中如果Node在"属性检查器"中active设置为false, 则 onLoad 不会执行 阅读全文
posted @ 2019-05-10 22:22 Ken-Cai 阅读(1827) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/yankyblogs/p/7282752.html 阅读全文
posted @ 2019-04-11 16:27 Ken-Cai 阅读(145) 评论(0) 推荐(0) 编辑
摘要: 官网: https://identityserver4.readthedocs.io/en/latest/index.html 比较好的中文博客: 晓晨Master: https://www.cnblogs.com/stulzq/p/8119928.html OAuth 2.0 OpenID Con 阅读全文
posted @ 2019-02-10 15:35 Ken-Cai 阅读(453) 评论(0) 推荐(0) 编辑
摘要: 1. 视频 https://www.bilibili.com/video/av33344382/?p=2 using System; using Microsoft.AspNetCore.Builder; using Microsoft.AspNetCore.Hosting; using Micro 阅读全文
posted @ 2019-02-01 09:39 Ken-Cai 阅读(180) 评论(0) 推荐(0) 编辑
摘要: 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 阅读(125) 评论(0) 推荐(0) 编辑
摘要: 微软官方文档 https://docs.microsoft.com/zh-cn/aspnet/core/security/cors?view=aspnetcore-2.2 阅读全文
posted @ 2019-01-30 13:27 Ken-Cai 阅读(207) 评论(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 阅读(243) 评论(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 阅读(160) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 10 ··· 37 下一页