2024年02月的文章
npm ERR! request to https://registry.npm.taobao.org failed, reason: certificate has expired
解决方法 npm config set registry https://registry.npmmirror.com 然后执行以下代码 清除一下缓存,并删除掉node_module npm cache clean –force...
window cmd命令时出现《cmd dir the system cannot write to the specified device》
出错原因: cmd命令行窗口的编码格式不正确,可以在cmd中使用chcp查询当前的活动代码页: 解决方式: 改成你的系统对应的编码格式即可 chcp 936
在与SQLServer建立连接时出现与网络相关的或特定于实例的错误
在与 SQL Server 建立连接时出现与网络相关的或特定于实例的错误。未找到或无法访问服务器。请验证实例名称是否正确并且 SQL Server 已配置为允许远程连接。 (provider: Named Pipes Provider, e...