
ajax
BugEveryday
这个作者很懒,什么都没留下…
展开
-
Failed to convert value of type 'java.lang.String' to required type 'java.lang.Integer[]'
Failed to convert value of type 'java.lang.String' to required type 'java.lang.Integer[]'; nested exception is java.lang.NumberFormatException: For input string: "id=415&id=415"原创 2018-11-10 22:26:10 · 3651 阅读 · 1 评论 -
在拼接的字符串里function传的值应该怎么写
先说应该怎么写,如下图 一般来说,我们对function: delete(n.id,n.name)【n.id=1,n.name=zhangsan】拼字符串,是这么写 "delete (' +n.id+ ',' +n.name+ ')" 但是这样写传过去的值,n.name的值zhangsan会被当成一个变量,而不是一个值 所以要把zhangsan也给‘’上,但是''要被转...原创 2018-11-21 10:04:56 · 1409 阅读 · 0 评论 -
org.springframework.beans.InvalidPropertyException: Invalid property 'datas[0]' of bean class [com.h
org.springframework.beans.InvalidPropertyException: Invalid property 'datas[0]' of bean class [com.hahah.atcrowdfunding.vo.Data]: Index of out of bounds in property path 'datas[0]'; nested exception i...原创 2018-11-18 03:12:42 · 6760 阅读 · 2 评论