asp.net core ZipDeploy iis发布 忽略某一件文件夹被删除
services.AddZipDeploy(o => o.IgnorePathStarting("wwwroot/")); //iis发布
services.AddZipDeploy(o => o.IgnorePathStarting("wwwroot/")); //iis发布
@page @model xxtsoft.Web.Entry.Pages.sysadmins.kh.kh_outModel @{ Lay...
自己在 ASP.NET Core 里写 Middleware 解析 SSI自己在 ASP.NET Core 里写 Middleware 解析 ...
public async Task<IActionResult> OnPostAsync() { &nbs...
一、模板 private readonly SqlSugar.ISqlSugarClient _db; public Index1M...
#region 入库 string sql = "...
var dt = _db.SqlQueryable<object>("select * fr...