摘要:
以下是demo 代码 环境是在 api中 public class TestModel { public string Name { get; set; } = "测试"; public decimal Price { get; set; } = 1; public int Quantity { g 阅读全文
摘要:
下载地址 http://nginx.org/en/download.html 修改对应的配置文件 /conf/nginx.conf upstream NET6{ server localhost:10001; server localhost:10002; server localhost:1000 阅读全文