摘要: 1、接口 using System; using System.Collections.Generic; using System.Linq; using System.Linq.Expressions; using System.Threading.Tasks; namespace WebAppl 阅读全文
posted @ 2020-01-03 16:08 面无表情的石头 阅读(1072) 评论(0) 推荐(0)
摘要: 1、自定义中间件 using Microsoft.AspNetCore.Http; using Microsoft.Extensions.Configuration; using System; using System.Collections.Generic; using System.IO; u 阅读全文
posted @ 2020-01-03 14:47 面无表情的石头 阅读(855) 评论(0) 推荐(0)
摘要: 1 nuget安装AutoMapper、AutoMapper.Extensions.Microsoft.DependencyInjection 2、添加dto 3、 配置 DTO 和实体映射类 4、注入服务 6、 使用 阅读全文
posted @ 2020-01-03 14:21 面无表情的石头 阅读(254) 评论(0) 推荐(0)
摘要: 1、 新建实体 2、新建中间实体 3、添加导航属性 4、Fluent API 配置关系 5、 add-migraion 6 、 update-database 阅读全文
posted @ 2020-01-03 14:09 面无表情的石头 阅读(179) 评论(0) 推荐(0)
摘要: 1、 新建实体 2、添加导航属性 3 、申明集合 4、add-migraion "add course"5、update-database 阅读全文
posted @ 2020-01-03 13:56 面无表情的石头 阅读(289) 评论(0) 推荐(0)
摘要: 1、新建实体 二、Student 添加导航属性 3、 申明集合 4、 add-migration "add profile" 5 、update-database 阅读全文
posted @ 2020-01-03 13:48 面无表情的石头 阅读(193) 评论(0) 推荐(0)
摘要: 1、建立实体 二、DBcontext 3、 startup 添加服务 4、配置appsetting.json 5、数据迁移 生成migrations文件夹后执行update-database 6、回退 update-database "init" 则回退到"init "这个版本 阅读全文
posted @ 2020-01-03 13:38 面无表情的石头 阅读(879) 评论(0) 推荐(0)
摘要: 1、下载php for windows 解压到指定目录 https://windows.php.net/download/ 2、安装iis 勾选CGI 3 ,处理映射 4、添加测试站点测试是否已经支持PHP 5、IIS url rewrite(巨坑) 1、发现IIS 10 已经自带rewrite模块 阅读全文
posted @ 2019-11-26 11:53 面无表情的石头 阅读(1198) 评论(0) 推荐(0)
摘要: using System; using System.Collections; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Demo { class Demo9 { //static... 阅读全文
posted @ 2019-05-14 09:17 面无表情的石头 阅读(156) 评论(0) 推荐(0)
摘要: 1 using System; 2 namespace Demo 3 { 4 class Studycs 5 { 6 public static void Main(String[] args) 7 { 8 // String result = Revert("abcdef"); 9 ... 阅读全文
posted @ 2019-05-14 09:11 面无表情的石头 阅读(237) 评论(0) 推荐(0)