随笔分类 - 问题集锦
摘要:Relying upon circular references is discouraged and they are prohibited by default. Update your application to remove the dependency cycle between bea
阅读全文
摘要:Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2 "没有那个文件或目录") 找到 /etc/mysql/mariadb.conf.d/看看client中的socket=啥 我的是sock
阅读全文
摘要:用maven运行spring时控制台显示中文一直乱码,全改成UTF8也是乱码, 在pom文件里加入各种指定编码也不行 改下这个属性就行了 -Dfile.encoding=GB2312 或 -Dfile.encoding=GBK
阅读全文
摘要:The following constraints must hold among the used values of the other properties: 'margin-left' + 'border-left-width' + 'padding-left' + 'width' + 'p
阅读全文