asp.net core指定运行端口 如:http://localhost:5002
网站根目录新建:
hosting.json
输入:
{
"urls": "http://localhost:5002"
}网站根目录新建:
hosting.json
输入:
{
"urls": "http://localhost:5002"
}public async Task<IActionResult> OnPostAsync() { &nbs...
ngix 配置iis 配置...
DataTable dt = _db.Ado.GetDataTable("select * ...
#region 获取简历html var url = $"{Request.Scheme}://{Request.Host}...
@page @model xxtsoft.Web.Entry.Pages.Index2Model @{ } <script src="~/ckeditor/...
using Aliyun.OSS; #region Oss文件上传 /// <summary> /// O...