摘要:
@Component public class ProxyUtil implements ApplicationContextAware { private static ApplicationContext applicationContext = null; @Override public v 阅读全文
摘要:
public class SeqSearch { public static void main(String[] args) { int arr[] = { 1, 9, 11, -1, 34, 89 };// 没有顺序的数组 int index = seqSearch(arr, -11); if( 阅读全文
摘要:
官方文档 :There is a limit of (2^32)^2 (1.844E+19) rows in a MyISAM table 这是MyISAM的理论上限,实践上是达不到的。 实际行数上限还受myisam_data_pointer_size限制,64位的mysql的myisam_data 阅读全文