摘要:
1.Configure方法中IApplicationBuilder app app.Run(async context=>{ await context.Response.WriteAsync("test"); }) 与 app.UseEndpoints(endpoints=>endpoints.M 阅读全文
摘要:
安装 VS Code 更新包列表和安装依赖 sudo apt update sudo apt install software-properties-common apt-transport-https wget 得到 Microsoft GPG key wget -q https://packag 阅读全文
摘要:
centos 和ubuntu 命令区别 1.启动服务 service httpd start /etc/init.d/apache start service httpd stop /etc/init.d/apache stop 2.随系统启动自动运行 chkconfig httpd on upda 阅读全文
摘要:
1、请移除hyper-v角色。(1)以管理员身份(win + x)运行命令提示符;(2)执行命令:bcdedit /set hypervisorlaunchtype off(3)重启系统,运行vm即可。2、如果想要恢复hyper启动:bcdedit / set hypervisorlaunchtyp 阅读全文