摘要:
IIS 部署 ASP.NET Core主机捆绑包包含运行现有Web /服务器应用程序所需的一切,下载安装就完事了. https://dotnet.microsoft.com/permalink/dotnetcore-current-windows-runtime-bundle-installer h 阅读全文
摘要:
【修改数据库】 alter database ExpertExaminationDB character set utf8; 【修改数据表】(生成sql语句,再执行) SELECT CONCAT( 'ALTER TABLE ',TABLE_NAME,' CONVERT TO CHARACTER SE 阅读全文