04 2020 档案
摘要:出错提示:NPOI.POIFS.FileSystem.OfficeXmlFileException: The supplied data appears to be in the Office 2007+ XML. You are calling the part of POI that deals
阅读全文
摘要:1、创建MVC项目 dotnet new mvc -o MvcMovie 2、信任https开发证书(linux无效) dotnet dev-certs https --trust 3、添加nuget包 (1)通过命令行 dotnet add package 包名 (2)通过vscode nuget
阅读全文
摘要:需要更新dotnet tool,使用的命令为: dotnet tool update --global dotnet-ef --version 3.0.0-preview7.19362.6
阅读全文
摘要:1、vscode不能使用nuget插件问题 问题:"Versioning information could not be retrieved from the NuGet package repository. Please try again later."解决方式:打开 /Users/用户名/
阅读全文
摘要:前期准备:PowerDesigner12以上版本及PDMReader软件 PowerDesigner下载地址: https://www.onlinedown.net/soft/577763.htm PDMReader下载地址: http://www.downza.cn/soft/237177.htm
阅读全文
摘要:一、前期准备 微信测试账号登录:https://mp.weixin.qq.com/debug/cgi-bin/sandbox?t=sandbox/login 获取appID和appsecret,并且修改网页回调地址,需要注意的是测试账号可以使用域名或者是IP,正式站只能通过域名访问 测试账号回调例子
阅读全文