Skip to content
easy blog
easy blog
  • Home

Maven – profile & troubleshoot build failed of multiple modules

February 26, 2020 abei Leave a comment

1. Maven Profile This blog mainly used to organize and record some usage experiences of Maven multiple repositories. No obscure…

Continue Reading →

Posted in: tool

MyBatis – make interface more flexible by Interceptor

November 20, 2019 abei Leave a comment

1. Background Under micro-service architecture, we always expose our services for other micro-services by interfaces(usually REST style), and we also…

Continue Reading →

Posted in: mybatis

Java – mysterious finally

August 27, 2019 abei Leave a comment

1. Will finally{} block always be executed? Statement block finally{} not be always executed, only by the condition of the…

Continue Reading →

Posted in: java

JVM – a troubleshooting of sustained increase in Memory Usage of Old Gen

August 11, 2019 abei 7 Comments

1. Background In online environment, we have a web application to supply workbench service, and normal business time is from…

Continue Reading →

Posted in: jvm

JVM – a bug of ShardingJDBC causes 100% CPU usage

August 4, 2019 abei Leave a comment

1. Background 1.1. Interface to SQL interface : the interface used to query user info in batch, and the URL…

Continue Reading →

Posted in: jvm

MySQL – insert & update

July 24, 2019 abei Leave a comment

1. ON DUPLICATE UPDATE KEY Here just record how to use insert & update a row into mysql by one…

Continue Reading →

Posted in: mysql

Front End – customize wordpress

July 20, 2019 abei Leave a comment

1. The backgroud that want “Posts” disappear Recently, I set up a personal website by docker compose, and chose wordpress…

Continue Reading →

Posted in: frontend

MySQL – on & where from join

abei Leave a comment

1. JOIN In SQL, the key word “join” means combine multiple tables into a logical table by some conditions. The…

Continue Reading →

Posted in: mysql

Categories

  • frontend
  • java
  • jvm
  • mybatis
  • mysql
  • tool

Archives

  • February 2020
  • November 2019
  • August 2019
  • July 2019
Copyright © 2019-2022 EASY BLOG. All rights reserved. - 京ICP备19034607 - Powered by WordPress & Docker