摘要:
package com.fy.api.server.demo2;public class LkList { private Node head; private Node current; public class Node { public int data; public Node next; 阅读全文
摘要:
本人使用的是mysql5.6版本 一、 SET GLOBAL max_allowed_packet = 500*1024*1024; //客户端/服务器之间通信的缓存区的最大大小;set global net_buffer_length=100000; //TCP/IP和套接字通信缓冲区大小,创建长 阅读全文