浪淘沙2年前403
网站根目录新建:hosting.json输入:{ "urls": "http://localhost:5002" }...
浪淘沙2年前416
根目录下,添加.editorconfig并写入[*.cshtml.cs] charset = utf-8已生成的文件另存为 utf-8格式...
浪淘沙2年前422
1、检查系统默认编码:locale显示:LANG=zh_CN.UTF-8 LANGUAGE= LC_CTYPE="zh_CN.UTF-8"&...
浪淘沙2年前458
Internal Server: Unable to load shared library 'gdiplus'&...
浪淘沙2年前486
delete from article_author;dbcc checkident('article_author',reseed,0)...
浪淘沙2年前475
1、检查系统本地化设置locale如果发现 LANG 或 LC_ALL 不是中文,如 zh_CN.UTF-8,需要设置正确的本地化。2、设置系统本地化为中文编辑 /etc/default/locale...
浪淘沙2年前435
1、下载公钥,从 ASCII 转换为 GPG 格式,并将其写入所需的位置:curl -fsSL https://packages.microsoft.com/keys/micros...
浪淘沙2年前430
sudo apt update sudo apt install language-pack-zh-hans sudo upda...