会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Spring shine
博客园
首页
新随笔
联系
管理
订阅
[置顶]
易出错记录
摘要: 1、抽象基类Spring注入问题 特别注意:1、注解注入的属性需要用protected修饰,2、注解注入的属性需要有setter方法; 正确示例: 2、spring事务隔离性,隔离级别,mysql默认隔离级别(可重复读) MYSQL可重复读的隔离级别下使用了MVCC机制,select操作不会更新版本
阅读全文
posted @ 2019-07-08 10:25 Spring shine
阅读(172)
评论(0)
推荐(0)
[置顶]
【转】Spring MySQL 事务隔离级别,传播机制,savepoint
摘要: 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
阅读(413)
评论(0)
推荐(0)
2019年8月22日
【转】深入理解HTTP协议、HTTP协议原理分析
摘要: https://www.cnblogs.com/chenliyang/p/6558756.html 深入理解HTTP协议、HTTP协议原理分析
阅读全文
posted @ 2019-08-22 11:36 Spring shine
阅读(102)
评论(0)
推荐(0)
2019年8月13日
各种单例模式【转】
摘要: 设计模式(一)单例模式:概述
阅读全文
posted @ 2019-08-13 15:42 Spring shine
阅读(111)
评论(0)
推荐(0)
2019年2月19日
unix fork
摘要: https://blog.csdn.net/jason314/article/details/5640969 一个进程,包括代码、数据和分配给进程的资源。fork()函数通过系统调用创建一个与原来进程几乎完全相同的进程,也就是两个进程可以做完全相同的事,但如果初始参数或者传入的变量不同,两个进程也可
阅读全文
posted @ 2019-02-19 15:35 Spring shine
阅读(126)
评论(0)
推荐(0)
2019年1月21日
十进制小数转二进制小数
摘要: 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
阅读(1927)
评论(0)
推荐(0)
2019年1月17日
java try catch finally记录
摘要: 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
阅读(238)
评论(0)
推荐(0)
2019年1月16日
mybatis 原理分析
摘要: 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
阅读(112)
评论(0)
推荐(0)
2019年1月14日
java类加载机制
摘要: https://www.cnblogs.com/qiuyong/p/6407418.html
阅读全文
posted @ 2019-01-14 16:50 Spring shine
阅读(142)
评论(0)
推荐(0)
2019年1月9日
Spring中bean的scope详解
摘要: https://www.cnblogs.com/jianyungsun/p/6839612.html
阅读全文
posted @ 2019-01-09 19:43 Spring shine
阅读(318)
评论(0)
推荐(0)
2019年1月7日
【转】Servlet生命周期
摘要: https://www.cnblogs.com/lgk8023/p/6427977.html
阅读全文
posted @ 2019-01-07 19:17 Spring shine
阅读(107)
评论(0)
推荐(0)
下一页
公告