急!!mybatis 参数解析不了 ERROR: LIMIT #,# syntax is not supported
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了急!!mybatis 参数解析不了 ERROR: LIMIT #,# syntax is not supported相关的知识,希望对你有一定的参考价值。
org.springframework.jdbc.BadSqlGrammarException:
### Error querying database. Cause: org.postgresql.util.PSQLException: ERROR: LIMIT #,# syntax is not supported
### The error may exist in usertracker/introns/persistence/data/CurrentUserMapper.xml
### The error may involve usertracker.introns.persistence.data.CurrentUserMapper.selectPartFieldAndLimit-Inline
### The error occurred while setting parameters
### SQL: select siteid, year, day, sessionid, referce, searcher, keywords, referceurl, ismobile, os, browser, java, cookie, ip, country, province, city, net, pv, pages, visits, isnew_visitors, lasttime, starttime, starturl, endtime, endurl, nodeid from ut_current_user Limit ?,?
### Cause: org.postgresql.util.PSQLException: ERROR: LIMIT #,# syntax is not supported
; bad SQL grammar []; nested exception is org.postgresql.util.PSQLException: ERROR: LIMIT #,# syntax is not supported
at org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator.doTranslate(SQLErrorCodeSQLExceptionTranslator.java:233)
at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:72)
at org.mybatis.spring.MyBatisExceptionTranslator.translateExceptionIfPossible(MyBatisExceptionTranslator.java:71)
at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:364)
at com.sun.proxy.$Proxy6.selectList(Unknown Source)
at org.mybatis.spring.SqlSessionTemplate.selectList(SqlSessionTemplate.java:194)
at org.apache.ibatis.binding.MapperMethod.executeForMany(MapperMethod.java:114)
at org.apache.ibatis.binding.MapperMethod.execute(MapperMethod.java:58)
急~~~~~~~~!!!IE用不了其他浏览器可以用
我的IE用不了了,随便哪个网址都是无法找到该网页,但是火狐却可以用,用360修复也没用,重新下了个IE也没用,给为高手帮帮忙啊!急~~~~
“此错误(HTTP 400 错误的请求)表示此程序可以连接到 Web 服务器,但是因为地址问题无法找到该网页。”这是提示
2.看看其他网站访问是否正常,如果都不能访问,看看你的qq能否使用,如果可以,可能是你电脑的host表被病毒破坏了,可以下载host表修复工具.
400错误是因为那个文件不存在服务器
这里 有详细的解释
http://zhidao.baidu.com/q?word=http+400--%B4%ED%CE%F3%B5%C4%C7%EB%C7%F3&ct=17&pn=0&tn=ikaslist&rn=10
参考资料:http://zhidao.baidu.com/question/18189745.html
参考技术A 该反买很以反日以上是关于急!!mybatis 参数解析不了 ERROR: LIMIT #,# syntax is not supported的主要内容,如果未能解决你的问题,请参考以下文章
什么是泛解析呢?我想弄个二级域名,就得先弄什么泛解析的,急!
mybatis传入参数为map,map的某个值位数组解析错误的问题