热门

最新

红包

立Flag

投票

同城

我的

发布
coriz
A 蓝澈
4 年前
truecoriz

求解救,用的jfram 查询的时候报错 说数据库有错 找了一遍错误 没问题 有没有大佬帮忙一下 有偿。

com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'like '%2017%'' at line 1

保持热爱共赴山海
CSDN App 扫码分享
分享
评论
点赞
打赏
  • 复制链接
  • 举报
下一条:
Integer与int的区别(自我总结)integer是int的包装类,int是java基本类型Integer需要实例化,int不需要integer,new了变成引用对象,指针指向对象,而int直接存储值integer默认值null,int默认值01,两个new integer赋值永远不相等,内存地址不一样2,new integer与int值,只比较值,所以相等3,new integer ,integer赋值,integer存在java常量池中,new引用对象内存地址不相等4,integer 100==integer100,integer128!=integer128因为integer在区间-128~127才相等。
立即登录