四月 19, 2020

Agile-2020-04-19

简介在Berenberg工作已经半年,最近有时间总结下工作方式和方法。 团队介绍 Project Owner 1人...

八月 12, 2019

Why is volatile used in singleton pattern

What is volatileVolatile keyword is used to mark a variable as “being stored ...

八月 05, 2019

How to disassemble Java code - java

IntroductionIn order to do some researchs about the internal structure of the...

八月 01, 2019

How to reproduce unrepeatable read in MySQL

IntroductionIn order to deep learn MySQL Transaction Isolation. In this blog,...

七月 06, 2019

How to reproduce phantom read in MySQL

IntroductionIn order to deep learn MySQL Transaction Isolation. In this blog,...

七月 05, 2019

Error when install AWS CLI

In this tutorial, I’ll show an issue when I installed AWS CLI tool in Fedora ...

七月 05, 2019

Deploy spring boots application to AWS GAE Azure

In this tutorial, we’ll show how to deploy an application from Spring Boot to...

七月 04, 2019

How to reproduce dirty read in MySQL

IntroductionIn order to deep learn MySQL Transaction Isolation. In this blog,...

六月 23, 2019

Deadlock in MySQL

This week,I helped a colleage to resolve a deadlock issue in MySQL. This blog...