
安卓错误解决
小王不是胖虎
多读书多看报,少吃零食多睡觉
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
[已解决] Error: Cannot download ‘https://start.spring.io/starter.zip?
使用idea快速创建springboot项目时会出现连接不到服务器的情况,进行诸多尝试后得到以下几个方法:设置代理 :进入到IDEA的setting,搜索 HTTP Proxy,选择Auto-detect proxy settings,点击最下面的Check connection弹出如下的输入框,输入地址https://start.spring.io点击ok,如果successful证明连接成功,重新生成一次,完美生成springboot项目1.将上方的URL替换为:https://start.sp原创 2020-11-10 10:15:30 · 19985 阅读 · 20 评论 -
If the home property is specified, the routes table cannot include an entry for "/", since it would
If the home property is specified, the routes table cannot include an entry for “/”, since it would be redundant.在flutter项目中进行路由跳转时,如果出现这个提示,然后模拟器出现这样:它的意思就是默认的路由重复了,我们在MyApp的build方法中,将home:…这条注释掉即...原创 2020-02-16 21:20:16 · 1989 阅读 · 1 评论 -
【已解决】MalformedJsonException:Use JsonReader.setLenient(true) to accept malformed JSON at line 3 colum
原因:gradle3.5.0版本对GSON不兼容解决方案:将buid.gradle文件中的classpatch改成3.4.2版本原创 2019-09-04 09:41:25 · 3297 阅读 · 0 评论