
android项目开发
文章平均质量分 65
飞滕人生TYF
爱码士
展开
-
java.lang.NoSuchMethodError: No virtual method sizeMultiplier(F)Lcom/bumptech/glide/request/RequestO
java.lang.NoSuchMethodError: No virtual method sizeMultiplier(F)Lcom/bumptech/glide/request/RequestOptions; in class Lcom/bumptech/glide/request/RequestOptions; or its super classes (declaration of 'com.bumptech.glide.request.RequestOptions' appears in /da原创 2022-10-04 22:44:47 · 1844 阅读 · 0 评论 -
android 项目编译报错 符号: 类 shape 位置: 程序包 android.widget
android 项目编译报错 符号: 类 shape 位置: 程序包 android.widget原创 2022-10-04 22:32:59 · 1475 阅读 · 0 评论 -
android studio 控制台输出乱码
android studio 控制台输出乱码原创 2022-10-03 22:37:22 · 1106 阅读 · 0 评论 -
org.json.JSONException: Value [{“id“:10,“userId“:6,“adminId“:5,“content“:“7777“,“state“:-1,“image1“:
org.json.JSONException: Value [{"id":10,"userId":6,"adminId":5,"content":"7777","state":-1,"image1":"\/9j\/4AAQSkZJRg原创 2022-10-02 22:43:37 · 993 阅读 · 0 评论 -
com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column ‘base64‘
com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column ‘base64‘原创 2022-10-02 22:37:37 · 4086 阅读 · 0 评论 -
com.mysql.cj.exceptions.DataConversionException: Cannot determine value type from string ‘YYYYYYYY‘
com.mysql.cj.exceptions.DataConversionException: Cannot determine value type from string 'YYYYYYYY'原创 2022-09-30 15:51:59 · 1195 阅读 · 0 评论 -
java.sql.SQLException: Parameter index out of range (5 > number of parameters, which is 4).
java.sql.SQLException: Parameter index out of range (5 > number of parameters, which is 4).原创 2022-09-30 15:37:01 · 3161 阅读 · 0 评论 -
java.lang.IndexOutOfBoundsException: Index: 4, Size: 0 at java.util.ArrayList.get(ArrayList
java.lang.IndexOutOfBoundsException: Index: 4, Size: 0 at java.util.ArrayList.get(ArrayList.java:437) at原创 2022-09-30 12:06:25 · 776 阅读 · 0 评论 -
java.util.ConcurrentModificationException at java.util.ArrayList$Itr.next(ArrayList.java:860
java.util.ConcurrentModificationException at java.util.ArrayList$Itr.next(ArrayList.java:860原创 2022-09-30 11:52:44 · 1195 阅读 · 0 评论 -
### Error querying database. Cause: java.sql.SQLIntegrityConstraintViolationException: Duplicate en
### Error querying database. Cause: java.sql.SQLIntegrityConstraintViolationException: Duplicate en原创 2022-09-30 11:41:04 · 2084 阅读 · 0 评论 -
java.sql.SQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corres
java.sql.SQLSyntaxErrorException: 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 'is null order by id desc limit 1' at line 1原创 2022-09-30 11:32:31 · 10348 阅读 · 0 评论 -
org.json.JSONException: Value Response of type java.lang.String cannot be converted to JSONObject
org.json.JSONException: Value Response of type java.lang.String cannot be converted to JSONObject原创 2022-09-30 11:23:57 · 871 阅读 · 0 评论 -
java.lang.NumberFormatException: For input string: ““
java.lang.NumberFormatException: For input string: ""原创 2022-09-30 11:11:34 · 496 阅读 · 0 评论 -
org.apache.ibatis.exceptions.TooManyResultsException: Expected one result (or null) to be returned b
org.apache.ibatis.exceptions.TooManyResultsException: Expected one result (or null) to be returned b原创 2022-09-30 11:03:41 · 1148 阅读 · 0 评论 -
java.lang.RuntimeException: Can‘t toast on a thread that has not called Looper.prepare()
java.lang.RuntimeException: Can't toast on a thread that has not called Looper.prepare()原创 2022-09-30 10:46:56 · 407 阅读 · 0 评论 -
使用mybatis进行数据插入更新 数据操作成功 返回值false
使用mybatis进行数据插入更新 数据操作成功 返回值false原创 2022-09-29 22:57:26 · 2783 阅读 · 0 评论 -
http 请求405 错误
http 请求405 错误原创 2022-09-25 23:00:47 · 2089 阅读 · 0 评论 -
java.net.ConnectException: failed to connect to /192.168.0.107 (port 8080) from /192.168.0.109 (port
java.net.ConnectException: failed to connect to /192.168.0.107 (port 8080) from /192.168.0.109 (port原创 2022-09-23 16:05:20 · 5982 阅读 · 0 评论 -
java new Thread创建线程,线程未执行
java new Thread创建线程,线程未执行原创 2022-09-23 15:41:27 · 1862 阅读 · 2 评论 -
org.apache.ibatis.binding.BindingException: Invalid bound statement (not found): com.example.demo.ma
org.apache.ibatis.binding.BindingException: Invalid bound statement (not found): com.example.demo.ma原创 2022-09-23 15:30:13 · 364 阅读 · 0 评论 -
Caused by: org.xml.sax.SAXParseException: 元素类型为 “mapper“ 的内容必须匹配 “(cache-ref|cache|resultMap*|parame
Caused by: org.xml.sax.SAXParseException: 元素类型为 "mapper" 的内容必须匹配 "(cache-ref|cache|resultMap*|parameterMap*|sql*|insert*|update*|delete*|select*)+"。原创 2022-09-23 12:01:29 · 2720 阅读 · 0 评论 -
java:方法不会覆盖或实现超类型的方法
java:方法不会覆盖或实现超类型的方法原创 2022-09-23 11:50:48 · 3011 阅读 · 0 评论 -
mybaties mapper.xml小于号语法报错 Tag name expected
mybaties mapper.xml小于号语法报错 Tag name expected原创 2022-09-23 11:47:38 · 818 阅读 · 0 评论 -
http请求返回400错误
http请求返回400错误原创 2022-09-23 11:37:28 · 718 阅读 · 0 评论 -
android.view.ViewRootImpl$CalledFromWrongThreadException: Only the original thread that created
android.view.ViewRootImpl$CalledFromWrongThreadException: Only the original thread that created原创 2022-09-23 11:29:31 · 2654 阅读 · 0 评论 -
org.json.JSONException: End of input at character 0 of
org.json.JSONException: End of input at character 0 of原创 2022-09-23 11:09:11 · 706 阅读 · 0 评论 -
java.lang.IllegalStateException: closed
java.lang.IllegalStateException: closed原创 2022-09-23 11:03:30 · 563 阅读 · 0 评论 -
java.sql.SQLSyntaxErrorException: Unknown column ‘name‘ in ‘where clause‘
java.sql.SQLSyntaxErrorException: Unknown column 'name' in 'where clause'原创 2022-09-23 10:55:23 · 4579 阅读 · 0 评论 -
org.json.JSONException: Value com.squareup.okhttp.internal.http.RealResponseBody@3dcbbb8 of type jav
org.json.JSONException: Value com.squareup.okhttp.internal.http.RealResponseBody@3dcbbb8 of type jav原创 2022-09-22 23:05:10 · 597 阅读 · 0 评论 -
com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column ‘base64‘
com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column 'base64'原创 2022-09-21 22:58:56 · 996 阅读 · 0 评论 -
Error querying database. Cause: java.sql.SQLSyntaxErrorException: Table ‘database.record‘ doesn‘t e
Error querying database. Cause: java.sql.SQLSyntaxErrorException: Table 'database.record' doesn't e原创 2022-09-21 22:50:22 · 4229 阅读 · 0 评论 -
The value of attribute “resultType“ associated with an element type “select“ must not contain the ‘<
The value of attribute "resultType" associated with an element type "select" must not contain the '原创 2022-09-21 22:39:15 · 1158 阅读 · 0 评论 -
E/AndroidRuntime: FATAL EXCEPTION: OkHttp Dispatcher android.util.AndroidRuntimeException: Animators
E/AndroidRuntime: FATAL EXCEPTION: OkHttp Dispatcher android.util.AndroidRuntimeException: Animators原创 2022-09-20 22:55:18 · 1191 阅读 · 0 评论 -
org.apache.ibatis.binding.BindingException: Parameter ‘id‘ not found.Available parameters are参数未成功绑定
org.apache.ibatis.binding.BindingException: Parameter 'id' not found.Available parameters are参数未成功绑定原创 2022-09-20 22:46:09 · 4867 阅读 · 0 评论 -
Error creating bean with name ‘affairController‘: Unsatisfied dependency expressed through field ‘af
Error creating bean with name 'affairController': Unsatisfied dependency expressed through field 'af原创 2022-09-20 22:39:03 · 531 阅读 · 0 评论 -
error: method does not override or implement a method from a supertype java:方法不会覆盖或实现超类型的方法
error: method does not override or implement a method from a supertype java:方法不会覆盖或实现超类型的方法原创 2022-09-20 22:25:01 · 6542 阅读 · 0 评论 -
java.net.SocketTimeoutException: failed to connect to /192.168.0.107 (port 8080) from /10.80.186.131
java.net.SocketTimeoutException: failed to connect to /192.168.0.107 (port 8080) from /10.80.186.131原创 2022-09-19 23:01:44 · 1174 阅读 · 0 评论 -
请求失败:java.net.ConnectException: failed to connect to localhost/127.0.0.1 (port 8080) from /127.0.0.1
请求失败:java.net.ConnectException: failed to connect to localhost/127.0.0.1 (port 8080) from /127.0.0.1原创 2022-09-19 22:56:24 · 3629 阅读 · 0 评论 -
java.sql.SQLException: The server time zone value ‘ й ʱ ‘ is unrecognized jdbc 连接mysql数据库
java.sql.SQLException: The server time zone value ' й ʱ ' is unrecognized jdbc 连接mysql数据库原创 2022-09-19 22:49:29 · 313 阅读 · 0 评论 -
java.lang.IllegalArgumentException: Unknown return value type: java.lang.Boolean
java.lang.IllegalArgumentException: Unknown return value type: java.lang.Boolean原创 2022-09-18 22:54:10 · 1267 阅读 · 0 评论