摘要:
public class CompletionServiceTest { public static void main(String[] args) throws InterruptedException, ExecutionException { ExecutorService pool = E 阅读全文
摘要:
1.类型转换索引失效场景 SELECT * FROM tbl_name WHERE str_col=1; 列str_col上有建立索引,一个字符串类型的列给一个整数类型的值。 问题:为什么会导致索引失效? 原因: MySQL官方文档解释:The reason for this is that the 阅读全文