摘要:
concat() 函数,是用来连接字符串。 精确查询: select * from user where name=”zhangsan” 模糊查询; select * from user where name like “%zhang%” 在实际的使用中,条件是作为参数传递进来的。 所以我们使用 c 阅读全文
摘要:
解决spring使用动态代理类型转换失败的问题--java.lang.ClassCastException: com.sun.proxy.$Proxy$ cannot be cast to ... 转载 2015年06月11日 12:32:40 标签: 解决方案 / spring / aop / p 阅读全文