摘要:
public void ConfigureServices(IServiceCollection services) { var configBuilder = new ConfigurationBuilder() .SetBasePath(Path.Combine(Directory.GetCur 阅读全文
摘要:
using System; using System.Collections.Generic; using System.Data; using System.Reflection; using Microsoft.EntityFrameworkCore; using Microsoft.Entit 阅读全文
摘要:
使用redis报错,redis是安装在阿里云服务器,使用来测试。安装好也启动了,但是链接报错。出现这个问题。原因是redis配置导致的,只能在服务器上面访问。这里把 cnf bind 127.0.0.1 注释掉。重新启动就可以了。 It was not possible to connect to 阅读全文