- 博客(5)
- 收藏
- 关注
原创 如何修改Excel中csv文件编码格式
1、打开Excel文件,点击左上角文件中的另存为,系统会弹出另存为窗口,点击工具选项下拉框。2、从工具选项下拉框中选择Web选项。3、弹出Web选项窗口,选择编码选项卡,点击需要保存的编码格式,点击确定。...
2022-04-19 10:25:58
18461
2
原创 Unhandled exception. System.NullReferenceException: Object reference not set to an....
Unhandled exception. System.NullReferenceException: Object reference not set to an instance of an object. at Program.<Main>$(String[] args) in xxxxxEFCore存储数据出现了这个错误原因:找了半天才发现public DbSet<xxx> XXXs中忘了写{get;set;}...
2022-03-29 11:55:54
1558
原创 Microsoft.Data.SqlClient.SqlException (0x80131904): Login failed for user “XXX“
检查了很多遍,搜索多篇文章得到结果是远程连接数据库与本地连接数据库的sqlConnection连接字符串是不一样的optionsBuilder.UseSqlServer("Data Source=服务器;Database=数据库;User ID=账户;Pwd=账户密码;MultipleActiveResultSets=True");如果出现错误;A connection was successfully established with the server, but then an error
2022-02-21 17:29:33
6097
1
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅