今天重启爬虫服务器在连接redis数据库时突然报错:MISCONF Redis is configured to save RDB snapshots, but it is currently not able to persist on disk. Commands that may modify ...
分类:
其他好文 时间:
2019-02-12 10:29:39
阅读次数:
199
KEIL编译错误信息表 错误代码及错误信息 错误释义 error 1: Out of memory 内存溢出 error 2: Identifier expected 缺标识符 error 3: Unknown identifier 未定义的标识符 error 4: Duplicate identi ...
分类:
其他好文 时间:
2019-02-11 01:10:59
阅读次数:
161
org.hibernate.StaleStateException: Batch update returned unexpected row count from update: 0 actual row count: 0 expected: 1 出现这一错误的主要原因有两个 使用的是hibern ...
分类:
Web程序 时间:
2019-02-10 00:03:18
阅读次数:
435
1、把commons-io、fileupload 的jar包添加到工程中。(在pom文件中添加依赖即可) 2、在表现层(taotao-web)的springmvc.xml文件中配置多媒体解析器 <!-- 定义文件上传解析器 --> <bean id="multipartResolver" class ...
分类:
Web程序 时间:
2019-02-07 16:31:23
阅读次数:
266
【校招面经】机器学习与数据挖掘常见面试题整理 part3 2018年07月25日 12:41:35 稻蛙 阅读数:189 【校招面经】机器学习与数据挖掘常见面试题整理 part3 2018年07月25日 12:41:35 稻蛙 阅读数:189 【校招面经】机器学习与数据挖掘常见面试题整理 part3 ...
分类:
其他好文 时间:
2019-02-06 22:25:30
阅读次数:
617
第一步:配置sping Xml代码 <bean id="multipartResolver" class="org.springframework.web.multipart.commons.CommonsMultipartResolver"> <!--1024*200即200k--> <prope ...
分类:
编程语言 时间:
2019-02-03 12:44:05
阅读次数:
260
新建了一个springboot项目报一下错误: 原因是加入了mybaties依赖而没有指定数据库url属性,解决方式: 1、去除mybaties依赖,即去除 2、加入数据库相关的配置,即加上 3、在启动类的@EnableAutoConfiguration或@SpringBootApplication ...
分类:
编程语言 时间:
2019-01-31 17:05:48
阅读次数:
3068
今天Redis服务器在连接redis数据库时突然报错:MISCONF Redis is configured to save RDB snapshots, but it is currently not able to persist on disk. Commands that may modif ...
分类:
数据库 时间:
2019-01-28 13:48:05
阅读次数:
207
一、概述 在spring 体系中,异常处理有如下:https://www.cnblogs.com/bjlhx/p/8666653.html 可以结合jsr303使用:https://www.cnblogs.com/bjlhx/p/10305344.html 二、请求参数类异常 结合以上两种以及上文a ...
分类:
其他好文 时间:
2019-01-28 12:00:49
阅读次数:
507
一、问题 npm安装时报错:npm ERR! Unexpected end of JSON input while parsing near '...nd-index-1.0.2.tgz" 二、解决方法 npm cache clean --force 三、问题出现原因 四、此方法的利弊 —— 待查 ...
分类:
Web程序 时间:
2019-01-27 16:38:10
阅读次数:
1102