摘要:
修改my.cnf,需重启mysql。 在 [MySQLd] 部分添加一句(如果存在,调整其值就可以): max_allowed_packet=512M 查找MySql的配置文件my.cnf所在路径参考:https://www.cnblogs.com/pxblog/p/13701211.html 阅读全文
摘要:
打开mysql 的配置文件 my.cnf 查找方式:https://www.cnblogs.com/pxblog/p/13701211.html 在[mysqld]后面修改或添加 # The maximum amount of concurrent sessions the MySQL server 阅读全文
摘要:
引入jar包 zxing-2.3.0.jar、IKAnalyzer2012_u6.jar 下载地址:https://yvioo.lanzous.com/b00nlbp6h 密码:5jge ZxingLogoConfig.java import java.awt.Color; public class 阅读全文