遇到的问题linux系统为centos7 时, 用 resize2fs 命令出现报错 resize2fs: Bad magic number in super-block while trying to openxfs_growfs /dev/root_vg/root 用 xfs_growfs 代替 ...
分类:
系统相关 时间:
2018-02-06 14:26:26
阅读次数:
318
JSON JavaScript Object Notation (JSON) Serializing data objects Human-readable Data Interchange Representing and storing semistructured data Base Valu ...
分类:
其他好文 时间:
2018-02-04 22:38:23
阅读次数:
109
公司还用的是spring低版本,今天用jre 8测试了一下,发现错误: Unexpected exception parsing XML document from class path resource [applicationContext-dao.xml]; nested exception ...
分类:
编程语言 时间:
2018-02-01 00:09:31
阅读次数:
215
1、环境mybaties: 配置映射运行时出现:nested exception is org.apache.ibatis.builder.BuilderException: Error parsing Mapper XML. Cause: org.apache.ibatis.builder.Bui ...
分类:
移动开发 时间:
2018-01-30 17:05:13
阅读次数:
1170
Frm:http://blog.csdn.net/tianjueyiyi/article/details/49127749 朋友们,如果你需要在STM32上移植RTOS,那么首先必须深入理解它的中断系统。什么是NVIC?即嵌套向量中断控制器(Nested Vectored Interrupt Con ...
分类:
其他好文 时间:
2018-01-28 00:04:11
阅读次数:
248
1.org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' defined ...
分类:
其他好文 时间:
2018-01-27 00:44:07
阅读次数:
326
题目:给定一个列表,该列表中的每个要素要么是个列表,要么是整数。将其变成一个只包含整数的简单列表。 样例 给定 [1,2,[1,2]],返回 [1,2,1,2]。 给定 [4,[3,[2,[1]]]],返回 [4,3,2,1]。 挑战 请用非递归方法尝试解答这道题。 解:这里还是用了递归的方法 /* ...
分类:
其他好文 时间:
2018-01-27 00:42:33
阅读次数:
269
报错信息:org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.reflection.ReflectionException: Error instantiating class com.hu ...
分类:
其他好文 时间:
2018-01-22 11:16:40
阅读次数:
209
原题链接在这里:https://leetcode.com/problems/ternary-expression-parser/description/ 题目: Given a string representing arbitrarily nested ternary expressions, c ...
分类:
其他好文 时间:
2018-01-21 11:07:32
阅读次数:
173