摘要: 最近做项目,接触到了银联在线支付。但是网上例子实在太少,并且银联的例子简直坑爹,所以就有了这篇文章 阅读全文
posted @ 2015-08-29 09:25 abcwt112 阅读(10007) 评论(3) 推荐(1) 编辑
摘要: 背景 在YZ公司不知不觉也已经3年了,期间一直在做指标相关的平台开发工作,有一些感悟、经验(成功和不那么成功的都有),也有一些困惑与思考,想记录分享一下。 这篇文章主要是偏向业务和方法论相关的,不会涉及到太多技术细节。 1. BI平台 1.1 功能与实现简单介绍 BI平台是我在YZ做的第一个和指标相 阅读全文
posted @ 2021-05-20 21:00 abcwt112 阅读(1141) 评论(1) 推荐(1) 编辑
摘要: spring循环依赖和@Async一起使用时出现Bean创建问题以及解决办法和原理 阅读全文
posted @ 2020-04-28 20:57 abcwt112 阅读(603) 评论(0) 推荐(0) 编辑
摘要: spring aop 学习记录2 阅读全文
posted @ 2020-04-11 19:44 abcwt112 阅读(187) 评论(0) 推荐(0) 编辑
摘要: Spring AOP原理 阅读全文
posted @ 2020-04-08 20:02 abcwt112 阅读(168) 评论(0) 推荐(0) 编辑
摘要: spring 如何解决循环依赖? 循环依赖会有什么问题? 阅读全文
posted @ 2020-03-26 20:25 abcwt112 阅读(447) 评论(0) 推荐(0) 编辑
摘要: spring通过XML配置方式注入属性原理简述 阅读全文
posted @ 2020-03-24 10:16 abcwt112 阅读(637) 评论(0) 推荐(0) 编辑
摘要: spring @Autowired 原理 阅读全文
posted @ 2020-03-21 20:06 abcwt112 阅读(1800) 评论(0) 推荐(0) 编辑
摘要: 主题 学习记录一下applicationContext在初始化过程中做的一些操作.. 从全局整体来看.不会涉及太多细节. applicationcontext的refresh方法是一个startup method.算是spring启动的一个方法.它处理各种配置,不管是XML还是properties还 阅读全文
posted @ 2020-03-01 12:09 abcwt112 阅读(2956) 评论(0) 推荐(1) 编辑
摘要: class.getResource与classloader.getResource 阅读全文
posted @ 2020-01-30 13:15 abcwt112 阅读(234) 评论(0) 推荐(0) 编辑
摘要: idea中导入spring源码 阅读全文
posted @ 2020-01-30 11:52 abcwt112 阅读(397) 评论(0) 推荐(0) 编辑
摘要: 主题 最近在看mysql相关的书籍.实验了一些内容.分享一下,主要是关于事务隔离级别(read-committed和repeatable-read)和锁相关的. 很多网上文章上都能搜索到 read-committed可以防止脏数据.但是不能防止 不可重复读. 而repeatable-read可以防止 阅读全文
posted @ 2019-04-14 23:01 abcwt112 阅读(431) 评论(0) 推荐(0) 编辑
摘要: MyBatis Mapped Statements collection already contains value for 错误的一种可能性 阅读全文
posted @ 2018-11-13 20:06 abcwt112 阅读(1010) 评论(0) 推荐(0) 编辑
摘要: MyBatis TypeHandler学习 阅读全文
posted @ 2018-10-16 19:34 abcwt112 阅读(326) 评论(0) 推荐(0) 编辑
摘要: MyBatis二级缓存学习 阅读全文
posted @ 2018-10-14 11:55 abcwt112 阅读(259) 评论(0) 推荐(0) 编辑
摘要: MyBatis一级缓存 阅读全文
posted @ 2018-09-29 19:14 abcwt112 阅读(256) 评论(0) 推荐(0) 编辑
摘要: MyBatis MapperMethod类 阅读全文
posted @ 2018-09-27 20:15 abcwt112 阅读(628) 评论(0) 推荐(0) 编辑
摘要: MyBatis如何创建Mapper实例 阅读全文
posted @ 2018-09-25 19:58 abcwt112 阅读(1099) 评论(0) 推荐(0) 编辑
摘要: MyBatis初始化时各个对象间的关系 阅读全文
posted @ 2018-09-24 11:10 abcwt112 阅读(338) 评论(0) 推荐(0) 编辑
摘要: 利用docker快速搭建hadoop环境 阅读全文
posted @ 2018-06-11 20:01 abcwt112 阅读(290) 评论(0) 推荐(0) 编辑
摘要: Java枚举类与Serializable,serialVersionUID 阅读全文
posted @ 2018-05-07 19:20 abcwt112 阅读(690) 评论(0) 推荐(0) 编辑
摘要: 初学docker 阅读全文
posted @ 2018-03-29 21:14 abcwt112 阅读(125) 评论(0) 推荐(0) 编辑
摘要: mysql utf8乱码 阅读全文
posted @ 2018-03-27 17:12 abcwt112 阅读(250) 评论(0) 推荐(0) 编辑
摘要: Spring cache中使用redis lua脚本批量删除缓存数据 阅读全文
posted @ 2018-02-01 10:03 abcwt112 阅读(2156) 评论(0) 推荐(0) 编辑
摘要: redis批量删除特殊key 阅读全文
posted @ 2018-01-15 15:17 abcwt112 阅读(3762) 评论(0) 推荐(0) 编辑
摘要: 前后端分离跨域问题解决方案 阅读全文
posted @ 2017-12-08 14:20 abcwt112 阅读(12236) 评论(3) 推荐(0) 编辑
摘要: centos7安装rabbitmq步骤 阅读全文
posted @ 2017-12-02 10:29 abcwt112 阅读(391) 评论(0) 推荐(0) 编辑
摘要: 在SpringMVC Controller中注入Request成员域 阅读全文
posted @ 2017-11-03 11:17 abcwt112 阅读(7693) 评论(5) 推荐(2) 编辑
摘要: WebApplicationContext和ContextLoaderListener的简单学习 阅读全文
posted @ 2017-10-30 16:25 abcwt112 阅读(536) 评论(0) 推荐(0) 编辑
摘要: WebApplicationContext和ContextLoaderListener的简单学习 阅读全文
posted @ 2017-10-30 10:40 abcwt112 阅读(4270) 评论(0) 推荐(0) 编辑
摘要: Spring Boot tomcat参数配置 阅读全文
posted @ 2017-10-23 15:30 abcwt112 阅读(11348) 评论(1) 推荐(0) 编辑
摘要: MySQL 子查询优化 经验 阅读全文
posted @ 2017-10-19 17:19 abcwt112 阅读(573) 评论(0) 推荐(0) 编辑
摘要: 记录我对BeanFactory的简单的学习 阅读全文
posted @ 2017-09-22 14:48 abcwt112 阅读(468) 评论(0) 推荐(0) 编辑
摘要: 记录我对BeanFactory接口的简单的学习. 阅读全文
posted @ 2017-09-18 11:36 abcwt112 阅读(387) 评论(0) 推荐(0) 编辑
摘要: Spring ResourceLoader 学习记录 阅读全文
posted @ 2017-09-07 14:20 abcwt112 阅读(379) 评论(0) 推荐(1) 编辑
摘要: ConversionService, Converter 等学习记录 阅读全文
posted @ 2017-08-29 11:28 abcwt112 阅读(10022) 评论(1) 推荐(0) 编辑
摘要: Spring Environment作为PropertyResolver的用途 阅读全文
posted @ 2017-08-14 14:10 abcwt112 阅读(4725) 评论(1) 推荐(0) 编辑
摘要: redis学习心得 阅读全文
posted @ 2017-08-01 21:49 abcwt112 阅读(1481) 评论(0) 推荐(0) 编辑
摘要: 利用maven实现差异化打包 阅读全文
posted @ 2017-07-11 22:18 abcwt112 阅读(784) 评论(0) 推荐(0) 编辑
摘要: effective javascript 学习心得 阅读全文
posted @ 2017-07-02 12:06 abcwt112 阅读(316) 评论(0) 推荐(0) 编辑
摘要: 分享一些我对mybatis使用的一些大胆的想法 阅读全文
posted @ 2017-06-15 18:47 abcwt112 阅读(634) 评论(0) 推荐(0) 编辑