随笔分类 -  开发遇到的错误

摘要:原因:由于使用记事本编辑了nginx.conf。 解决方案:参考https://www.jianshu.com/p/2516ec8bae72 阅读全文
posted @ 2019-04-30 13:49 长久悠悠 阅读(5757) 评论(0) 推荐(0)
摘要:环境说明: windows7、vscode1.33.1、python3.7.0。 解决方案: 通过安装程序单独卸载“tcl/tk and IDLE” 重新安装“tcl/tk and IDLE” 重启电脑。(只重启vscode没有效果)。 尝试过的无效方法: 1、修复安装python。 阅读全文
posted @ 2019-04-30 13:33 长久悠悠 阅读(1481) 评论(0) 推荐(0)
摘要:环境说明:windows 7、python 3.7.0、pyinstaller 3.1。 解决方案:升级pyinstaller 到 3.4。 阅读全文
posted @ 2018-12-15 11:03 长久悠悠 阅读(1573) 评论(0) 推荐(0)
摘要:场景: 1、直接用eclipse 运行没问题(本地用的tomcat是7.0.70); 2、打包发布到服务器运行也没问题(服务器tomcat是8.5.30); 3、将打包发布的放到本地tomcat(7.0.70)运行 遇到了上述问题。 我的解决方案:安装tomcat8.5.32,部署到新版tomcat 阅读全文
posted @ 2018-08-03 09:40 长久悠悠 阅读(13513) 评论(3) 推荐(1)
摘要:环境:windows 7。 安装过程中遇到的问题 1、error: Unable to find vcvarsall.bat 2、1083: Cannot open include file: 'basetsd.h' 3、failed with exit status 1159 最终没有解决。 后来 阅读全文
posted @ 2018-07-29 14:14 长久悠悠 阅读(262) 评论(0) 推荐(0)
摘要:错误提示: Caused by: java.lang.IllegalArgumentException: Property 'sqlSessionFactory' or 'sqlSessionTemplate' are required at org.springframework.util.Ass 阅读全文
posted @ 2018-06-20 09:27 长久悠悠 阅读(975) 评论(0) 推荐(0)