摘要:
zz 先说说这个错误,其实就是我们的MySQL不允许远程登录,所以远程登录失败了,解决方法如下: 在装有MySQL的机器上登录MySQL mysql -u root -p密码 执行use mysql; 执行update user set host = '%' where user = 'root'; 阅读全文
摘要:
报: "Unable to resolve service for type xxxx IService while attempting to activate XXX Controller" Startup中ConfigureServices添加: services.AddTransient<I 阅读全文