摘要:
set global innodb_large_prefix=on;show variables like '%innodb_large_prefix%';set global innodb_file_format = BARRACUDA;set global innodb_file_format_ 阅读全文
摘要:
使用以上代码提交Submit时,后台报Error parsing HTTP request header错误(可能是其它问题,还要看详细错误)。 详细错误是The valid characters are defined in RFC 7230 and RFC 3986。只有IE浏览器会出现这个错误 阅读全文
摘要:
1 String[] itemId = spModel.getItemId().split(","); 2 List list = Arrays.asList(itemId); 3 Set set = new HashSet(list); 4 itemId=(String [])set.toArray(new String[0]); 阅读全文