摘要:Spring Spring Cache "注释驱动的 Spring cache 缓存介绍" "使用 Spring 2.5 注释驱动的 IoC 功能" 虚拟化 "libvirt kvm 虚拟机上网 – Bridge桥接" "KVM详解,太详细太深入了,经典" Tomcat "Linux机器同时运行两个
阅读全文
02 2018 档案
摘要:堵塞Controller 1. Controller为单例; 2. 非线程安全; 3. 堵塞方式; 4. 1个request对应1个处理Thread; 非阻塞 原文链接 "Developing non blocking REST services with Spring MVC"
阅读全文
摘要:Convert Collections to String Using Joiner Convert List into String Using Joiner Convert Map to String Using Joiner Join Nested Collections Handle nul
阅读全文
摘要:概述 mysql分区表概述:google搜索一下; "RANGE COLUMNS partitioning" 主要测试mysql分区表的性能; load 500w 条记录:大约在10min左右; batch insert 1.9w条记录(没建立索引):存在500w条记录的情况下批量插入,速度很快,基
阅读全文
摘要:mysql版本 表结构 注意索引: KEY ( ) | left_table | CREATE TABLE ( int(10) unsigned NOT NULL AUTO_INCREMENT, varchar(40) NOT NULL, datetime NOT NULL DEFAULT '000
阅读全文