摘要: 1、抽象基类Spring注入问题 特别注意:1、注解注入的属性需要用protected修饰,2、注解注入的属性需要有setter方法; 正确示例: 2、spring事务隔离性,隔离级别,mysql默认隔离级别(可重复读) MYSQL可重复读的隔离级别下使用了MVCC机制,select操作不会更新版本 阅读全文
posted @ 2019-07-08 10:25 Spring shine 阅读(165) 评论(0) 推荐(0) 编辑
摘要: MySQL的四种事务隔离级别 https://www.cnblogs.com/huanongying/p/7021555.html spring事物的七种事物传播属性行为及五种隔离级别 https://www.cnblogs.com/yuanfy008/p/4174340.html PROPAGAT 阅读全文
posted @ 2018-08-29 14:46 Spring shine 阅读(378) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/chenliyang/p/6558756.html 深入理解HTTP协议、HTTP协议原理分析 阅读全文
posted @ 2019-08-22 11:36 Spring shine 阅读(95) 评论(0) 推荐(0) 编辑
摘要: 设计模式(一)单例模式:概述 阅读全文
posted @ 2019-08-13 15:42 Spring shine 阅读(106) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/jason314/article/details/5640969 一个进程,包括代码、数据和分配给进程的资源。fork()函数通过系统调用创建一个与原来进程几乎完全相同的进程,也就是两个进程可以做完全相同的事,但如果初始参数或者传入的变量不同,两个进程也可 阅读全文
posted @ 2019-02-19 15:35 Spring shine 阅读(124) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/xkfz007/articles/2590472.html 十进制小数转二进制小数 乘二取整,顺序排列 有无限循环的精度损失,例如十进制0.4,转换为二进制位0.0110 0110 0110 0110 ...... 0.4 * 2 = 0.8 0 0. 阅读全文
posted @ 2019-01-21 16:14 Spring shine 阅读(1871) 评论(0) 推荐(0) 编辑
摘要: try catch finally 1、返回值问题 2、finally 代码块中有return 2、finally 代码块中发生异常 其他人总结: https://blog.csdn.net/mxd446814583/article/details/80355572 https://www.cnbl 阅读全文
posted @ 2019-01-17 16:10 Spring shine 阅读(219) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/xiaokang123456kao/article/details/76228684 Mabatis Mapper动态代理 https://www.cnblogs.com/sword-successful/p/10164864.html 阅读全文
posted @ 2019-01-16 18:18 Spring shine 阅读(104) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/qiuyong/p/6407418.html 阅读全文
posted @ 2019-01-14 16:50 Spring shine 阅读(139) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/jianyungsun/p/6839612.html 阅读全文
posted @ 2019-01-09 19:43 Spring shine 阅读(313) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/lgk8023/p/6427977.html 阅读全文
posted @ 2019-01-07 19:17 Spring shine 阅读(103) 评论(0) 推荐(0) 编辑