
java语法常规报错
javaPie
经验笔记,方便回顾,好记性不如烂笔头
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Cannot make a static reference to the non-static method
Cannot make a static reference to the non-static method 一个activitiy中: public void onClick(View v) { String con=message.getText().toString(); String num=number.getText().toString(); String con转载 2016-10-26 11:21:32 · 1160 阅读 · 0 评论 -
Cannot make a static reference to the non-static method的解决方法
Cannot make a static reference to the non-static method的解决方法 标签: referencepropertiesstringexceptionthreadimport 2012-09-13 12:01 45741人阅读 评论(2) 收藏 举报 分类: JAVA(38) 版权声明:本文为博主原创转载 2016-10-26 11:23:24 · 9382 阅读 · 2 评论 -
[Ljava.lang.String; cannot be cast to java.lang.String错误 [转]
[Ljava.lang.String; cannot be cast to java.lang.String错误 [转] 2013-06-25 21:51 4273人阅读 评论(0) 收藏 举报 分类: 出现的异常(错误)总结 版权声明:本文为博主原创文章,未经博主允许不得转载。 request.getParameterMap()得到转载 2017-09-14 09:09:22 · 6580 阅读 · 0 评论