摘要:
EF 从设计器改为 DB First时遇到 Keyword not supported: 'data source'. 解决方法: 把providerName="System.Data.EntityClient"换为providerName="System.Data.SqlClient"。 Enti 阅读全文
摘要:
工具类: using System; using System.Collections.Generic; using System.IO; using System.Net; namespace CommonUtils { public static class FtpUtil { public s 阅读全文
摘要:
Open PowerShell as Administator.In the elevated PowerShell window, copy and paste the following command, all at once, and hit Enter to run it. $path = 阅读全文