08 2018 档案
摘要:Starting from Spring Boot 2.0 -web(false)/setWebEnvironment(false) is deprecated and instead Web-Application-Type can be used to specify
阅读全文
摘要:1、show processlist; 2、kill id
阅读全文
摘要:1、synchronized 2、ReentrantLock 3、Semaphore 4、volatile
阅读全文
摘要:cd ~ vi .bash_profile alias ll='ls -ltr' . .bash_profile ps:写在.bashrc终端断开就没了
阅读全文
摘要:原理:通过自定义mybatis插件,拦截Executor的update和query方法,检查sql中有select就用读的库,其它的用写的库(如果有调用存储过程就另当别论了) 附: MyBatis 允许你在已映射语句执行过程中的某一点进行拦截调用。默认情况下,MyBatis 允许使用插件来拦截的方法
阅读全文