postgresql 迁移数据库,使用sql命令
pg_dump -d mydb -f mydb.sql psql -d mydb_new -f mydb.sql
网页<script src="~/ckeditor/ckeditor.js"></script> <script src=&qu...
@page @model xxtsoft.Pages.uploadModel @{ } <h1>@ViewData["Title...
public List<SelectListItem> zplx { get; set; } [BindProperty] public...
1、在/Pages/Shared/目录下创建设视图文件 _top.cshtml2、在razor页面中进行引用@await Html.PartialAsync("_top&...
public async Task<IActionResult> OnPostAsync() { &nbs...
一、引用dllBouncyCastle.Crypto.rar二、SM4加密using System; using System.Collections.Generic; usi...