报如下错误。。 nested exception is org.apache.ibatis.exceptions.PersistenceException: ### Error querying database. Cause: org.springframework.jdbc.CannotGetJ ...
分类:
数据库 时间:
2020-01-08 14:41:07
阅读次数:
111
数据准备 Index Nested Loop Join sql 执行流程 执行效率 Block Nested Loop Join sql 执行流程 执行效率 如果表t1过大 执行流程2 执行效率 优化 小表 join_buffer设置更大空间 重要:加索引 ...
分类:
编程语言 时间:
2020-01-08 00:31:23
阅读次数:
108
PEP 20 The Zen of Python Beautiful is better than ugly. Explicit is better than implicit. Simple is better than complex. Complex is better than compli ...
分类:
编程语言 时间:
2020-01-05 12:06:24
阅读次数:
108
1、什么是虚拟化和虚拟机 1、虚拟化 (1)虚拟化是为一些组件(例如虚拟应用、服务器、存储和网络)创建基于软件的(或虚拟)表现形式的过程。它是降低所有规模企业的 IT 开销,同时提高其效率和敏捷性的最有效方式。 (2)虚拟化可以提高 IT 敏捷性、灵活性和可扩展性,同时大幅节约成本。更高的工作负载移 ...
分类:
其他好文 时间:
2020-01-05 09:29:59
阅读次数:
118
spring事务基本配置参见:http://www.cnblogs.com/leiOOlei/p/3725911.htmlspring事务传播机制参见:http://www.cnblogs.com/aurawing/articles/1887030.html简单说一下new和nested的区别。使用new的时候,外层事务的提交或回滚,与new的事务没有关系。而使用nested时,内层事务最终是提交
分类:
编程语言 时间:
2020-01-03 00:42:00
阅读次数:
89
查了一些资料,感觉并不能很清晰地表达出两者的差异。所以打算自己总结一下。 先来看一下Spring中对于事务传播性的几种定义 PROPAGATION_REQUIRED -- 支持当前事务,如果当前没有事务,就新建一个事务。这是最常见的选择。PROPAGATION_SUPPORTS -- 支持当前事务, ...
分类:
其他好文 时间:
2020-01-01 13:37:20
阅读次数:
396
集合类型 1. 使用条件: a. 单行单列的数据,使用标量变量 。 b. 单行多列数据,使用记录 [ 详细讲解请见: 点击打开链接 ] c. 单列多行数据,使用集合 *集合:类似于编程语言中数组也就是。pl/sql集合类型包括关联数组Associative array(索引表 pl/sql tabl ...
分类:
数据库 时间:
2019-12-31 14:33:35
阅读次数:
112
一、Java 语言规范
二、Android 资源文件命名与使用
三、Android 基本组件
四、UI 与布局
五、进程、线程与消息通信
六、文件与数据库
七、Bitmap、Drawable 与动画
八、安全 ...
分类:
移动开发 时间:
2019-12-30 17:43:24
阅读次数:
158
总遇到一个报错: 1 Request processing failed; nested exception is org.apache.ibatis.binding.BindingException: Invalid bound statement (not found): top.bigking ...
分类:
其他好文 时间:
2019-12-29 16:42:27
阅读次数:
103
Generators allow you to use the yield * syntax to yield each iteration of nested iterable as part of the main iterations. This enables you to combine ...
分类:
编程语言 时间:
2019-12-29 15:17:46
阅读次数:
87