2019年7月17日

sqlyog 导入 loss connection

摘要: 导致我找了很久都没有找到原因,以为是5.5mysql导出来的再导入5.7mysql版本不一样出错了。 试了百度的很多种方法都没有用,试着用命令行导入报: ERROR 1153 (08S01) at line 1012: Got a packet bigger than ‘max_allowed_pa 阅读全文

posted @ 2019-07-17 16:30 正义的伙伴! 阅读(244) 评论(0) 推荐(0) 编辑

list 集合 分页

摘要: 方式一:public static void fenye(List list,int pagesize){ int totalcount=list.size(); int pagecount=0; int m=totalcount%pagesize; if (m>0){ pagecount=tota 阅读全文

posted @ 2019-07-17 11:30 正义的伙伴! 阅读(472) 评论(0) 推荐(0) 编辑

导航

//增加一段JS脚本,为目录生成使用