摘要:
1、qos-server can not bind localhost:22222 是由于在本机同时跑着生产者和消费者,虽然tomcat以及dubbo端口设置的都不同,但是dubbo中telnet端口还是都用的默认端口:22222 由于生产者已正常启动,所以消费者启动时就会报这个错误。我用的时yml 阅读全文
摘要:
今天写一个简单的建表语句,一直报错,如下: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use 阅读全文