摘要:
一直用oracle,最近研究了下mysql,先列举下mysql奇怪的特性1. 不能存储毫秒精度的时间.2. 如果有varchar, char就会自动变varhar.3. timestamp时间范围比datatime小,精度一样, 而且就算你不insert/update,它的值也会自动改变.4. 没有... 阅读全文
摘要:
现象:There are no resouce that can be added or removed from the server.原因:其实就是现有的项目的属性不对。解决办法:right click project-->properties-->project facets-->select... 阅读全文