摘要:
1 修改Program.cs 如下 public class Program { public static void Main(string[] args) { // Create the Serilog logger, and configure the sinks Log.Logger = n 阅读全文
摘要:
1 在项目中添加 hosting.json 文件用来配置端口,内容如下 { "urls": "http://*:12306" } 修改启动项目 Program.cs 文件 Main 方法如下 public class Program { public static void Main(string[ 阅读全文
摘要:
后台Model public class _0710Model { public int Id { get; set; } public string Name { get; set; } public List<_0710Model> list1;//{ get; set; } public Li 阅读全文
摘要:
## Ignore Visual Studio temporary files, build results, and ## files generated by popular Visual Studio add-ons. ## ## Get latest from https://github. 阅读全文