从Spring Boot 1.5升级到2.0遇到的一些问题
分类:
编程语言 时间:
2018-06-27 14:02:49
阅读次数:
1093
如果你遇到了下面的错误信息,例如:could not insert: [bucket.user.propertyset.BucketPropertySetItem#bucket.user.propertyset.BucketPropertySetItem@a70067d3]; SQL []; Violation of
分类:
其他好文 时间:
2018-06-27 10:20:08
阅读次数:
137
npm install npm install -g webpack 之后再执行npm run dev报错如下 1.npm ERR! addLocal Could not install /home/vagrant/code/fronthollyerp/–no-bin-links 执行npm i - ...
分类:
其他好文 时间:
2018-06-25 13:00:28
阅读次数:
259
问题描述: Find the largest palindrome made from the product of two n-digit numbers. Since the result could be very large, you should return the largest pa ...
分类:
其他好文 时间:
2018-06-25 11:02:23
阅读次数:
249
错误:org.springframework.beans.BeanInstantiationException: Could not instantiate bean class [java.util.List]: Specified class 这是我使用Spring MVC的时候出的错误,在前台 ...
分类:
编程语言 时间:
2018-06-22 22:50:42
阅读次数:
281
最近把环境升级为php7发现在连接sqlser的时候无法使用驱动了 页面错误 后来查看文档发现:php7应该采用Server=xxxx;DataBase=xxxxx 解决方式: ...
分类:
数据库 时间:
2018-06-22 17:53:20
阅读次数:
1094
现在开源项目都有提供maven的构建方式,但总感觉maven配置太过繁琐了,找了下文档,发现gradle有提供很方便的迁移命令 通过执行上面的命令,就可以项目目录里自动生成了gradle的相关配置 接下来就是往build.gradle里添加IDE插件了,我这里用的 但执行gradle idea后,却 ...
分类:
其他好文 时间:
2018-06-21 22:41:47
阅读次数:
450
1、从网上下载PHPEmailer; 2、确保PHP环境支持sockets扩展,还要开启openssl,如下图: 3、配置QQ邮箱 1.开启SMTP服务 2.验证密保 3.获取授权码(这个就是IMAP/SMTP的密码) 4、发送邮件,代码如下 5、遇到的问题:SMTP Error: Could no ...
分类:
Web程序 时间:
2018-06-20 21:34:20
阅读次数:
234