摘要: 1.安装环境 命令行参考 https://docs.microsoft.com/zh-cn/dotnet/core/install/linux-centos 用的是3.1版本 2.NetCore项目的发布 3.通过管理工具把发布得文件传到虚拟机上(我用的FTP工具FileZilla) 4.打开Fin 阅读全文
posted @ 2021-01-28 14:36 张高冷0131 阅读(116) 评论(0) 推荐(0)
摘要: 1. lambda表达式 例如: var list = LocationInfoProvider.GetLocations().Where(x => x.ParentId == 0).Select(x => new LocationInfo { LocationID = x.LocationID, 阅读全文
posted @ 2020-12-24 15:07 张高冷0131 阅读(830) 评论(0) 推荐(0)