摘要: 多语言功能比较常见。.netcore里,我们一般都会使用资源包,也就是在Resources目录下创建语言包。 第二步:startup里写代码: using Microsoft.AspNetCore.Builder; using Microsoft.AspNetCore.Hosting; using 阅读全文
posted @ 2022-06-23 14:14 沐雪架构师 阅读(175) 评论(5) 推荐(0) 编辑
摘要: dotnet xxx.dll --urls "http://*:5001" 后台执行: nohup dotnet xxx.dll --urls "http://*:6001"& 会在当前目录生成一个日志文件,查看日志文件: cat nohup.out 阅读全文
posted @ 2022-06-23 10:52 沐雪架构师 阅读(1461) 评论(0) 推荐(0) 编辑