码迷,mamicode.com
首页 >  
搜索关键字:could not    ( 5457个结果
Mybatis Plus 更新时间 updateTime字段报错 Could not set property 'updateTime'
背景 遇到这个问题折腾好几个小时,差点被逼疯。记录一下。 先说下环境,MySQL数据库,表中字段名为update_time,类型为datetime。Java实体类中对应的变量是java.util.Date类型的updateTime。 环境交代完毕,使用update语句更新记录的时候,一直报错,说类型 ...
分类:其他好文   时间:2019-11-07 13:13:23    阅读次数:692
docker部署spring boot项目在服务器上
IDE:idea 工具:docker spring boot:2.0.1 简单记录一下流程,以供参考: 第一步:首先得有一个spring boot的项目【集成了jpa+mybatis的spring boot 例子:https://github.com/AngelSXD/swapping】 第二步:项 ...
分类:编程语言   时间:2019-11-06 15:20:03    阅读次数:317
Could not open lock file/var/lib/dpkg/lock的解决
Could not open lock file/var/lib/dpkg/lock的解决 在ubuntu系统中利用apt-get install something的时候,有时候会出现无法获得锁的权限问题。这是因为有另外一个进程在占用锁。类似以下的错误提示: E: Could not get lo ...
分类:其他好文   时间:2019-11-06 15:09:47    阅读次数:114
node-sass报错(Node Sass could not find a binding for your current environment)
解决方案:参考 https://stackoverflow.com/questions/37986800/node-sass-couldnt-find-a-binding-for-your-current-environment 我遇到这个问题是下载sass-loader node-sass时遇到的 ...
分类:其他好文   时间:2019-11-06 01:19:17    阅读次数:129
Field injection is not recommended和Could not autowired. No beans of 'xxx' type found.
在项目中,我们使用Spring的@Autowired注解去引入其他类时有时候阿里的编码规约插件就会提示:“Field injection is not recommended”,或者引用类的变量名会有红色的波浪线,虽然不影响程序执行,但是强迫症看着还是难受。 ...
分类:其他好文   时间:2019-11-05 21:47:56    阅读次数:107
execve使用
注意必须使用waitpid,否则会出现rm的僵尸进程。 DeleteCvsFile(const char *csvfilename) { int ac = 0; char *argv[10]; char *envp[10]; argv[ac++] = "-rf"; argv[ac++] = csvf ...
分类:其他好文   时间:2019-11-05 16:45:41    阅读次数:152
on namespace ceilometer.$cmd failed: Authentication failed. 问题处理方案
on namespace ceilometer.$cmd failed: Authentication failed. UserNotFound: Could not find user ceilometer@ceilometer 背景介绍 1、Ceilometer 项目是 OpenStack 中用 ...
分类:其他好文   时间:2019-11-05 00:37:11    阅读次数:106
RHCE备考经验
iscsi服务,在客户端进行discovery 的时候这样报错: root @deskt op0 Desktop]# iscsiadm -m discovery -t st -p system1 scsiadm: Could not stat /var/lib/ iscsi/nodes/1 , 32 ...
分类:其他好文   时间:2019-11-03 20:17:44    阅读次数:106
工作两个月了,赶上周日加班,开始记录每天的成长与bug修改
今天项目的一个后台系统启动时突然报错,后来根据控制台的报错找到了错误点,手动将返回类型改成Integer就没问题 不过由于项目一直在用,昨天还没问题,遂去网上找了一下错误原因 错误信息:Could not write JSON: (was java.lang.NullPointerException ...
分类:其他好文   时间:2019-11-03 15:16:14    阅读次数:106
Could not resolve archetype org.apache.maven.archetypes:maven-archetype-quick
很久用eclipse了,创建maven的quickstart项目时出现错误“Could not resolve archetype org.apache.maven.archetypes:maven-archetype-quick……” emmm,网上看到的方法是下载一个maven-archetyp ...
分类:Web程序   时间:2019-11-03 12:49:40    阅读次数:96
5457条   上一页 1 ... 55 56 57 58 59 ... 546 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!