eclipse报错修改
李努力workhard
博观微取,厚积薄发!
展开
-
String cannot be resolved to a type
使用eclipse导包后报错问题原创 2017-03-13 18:27:48 · 23096 阅读 · 10 评论 -
com.mysql.jdbc.MysqlDataTruncation: Data truncation: Truncated incorrect DOUBLE的调错
com.mysql.jdbc.MysqlDataTruncation: Data truncation: Truncated incorrect DOUBLE的调错关于这种问题的解决,我的方案是: 将sql语句中的and换成','(逗号)就好了原创 2017-05-18 13:13:43 · 11197 阅读 · 1 评论 -
eclipse项目中从外部导入的js文件报错如何解决
eclipse项目中从外部导入的js文件报错 解决方案 ! ! !第一步,你要知道报错的js文件在哪里 一般有两种方法 1、从eclipse左侧的项目栏中查看,打小红×的js就是了,然后看它在哪个文件中 2、(不常用)在eclipse编辑器的左上方原创 2017-06-27 19:49:12 · 15770 阅读 · 1 评论 -
ActivityManager: Warning: Activity not started, its current task has been brought to the front
ActivityManager: Warning: Activity not started its current task has been brought to the front 解决方案 【声明】转载 2017-08-01 20:30:20 · 664 阅读 · 0 评论 -
Unable to execute dex: Multiple dex files define Lcom/loopj/android/http/AsyncHttpClient$1
总结了一下解决Unable to execute dex: Multiple dex files define Lcom/loopj/android/http/AsyncHttpClient$1问题的方法Conversion to Dalvik format failed: Unable to execute dex: Multiple dex files define Lcom/loopj/android/http/AsyncHttpClient$1;以上报错解决方法相同原创 2017-08-03 18:03:04 · 1903 阅读 · 0 评论 -
Attribute is missing the Android namespace prefix
非技术性问题,纯属细节性问题 Attribute is missing the Android namespace prefix【原因分析】 首先我们先来翻译一下这句话的意思:属性缺少Android命名空间的前缀 换句话说,就是 :你的属性缺少前缀原创 2017-07-28 11:02:04 · 631 阅读 · 0 评论 -
eclipse/myeclipse中的内置tomcat和外部tomcat的区别
eclipse/myeclipse中的内置tomcat和外部tomcat的区别【背景介绍】 啥子叫做内置tomcat?有些小伙伴可能会这么想,我明明配置了tomcat,我把本地的tomcat的安装路径都告告诉了tomcat,它才让我的项目发布到服务器的嘛,哪里有什么内置的tomcat么。 我说你个锤子,你不要急你等我慢慢道来,之所以叫它内置的tomcat那是原创 2017-08-05 13:14:57 · 11034 阅读 · 9 评论 -
java.lang.IllegalStateException: You need to use a Theme.AppCompat theme (or descendant) with this a
java.lang.IllegalStateException: You need to use a Theme.AppCompat theme (or descendant) with this activity.【错误原因】 我原本是想设置activity的显示方式为全屏显示,配置代码如下: 【错误提示】 You need t原创 2017-08-27 20:06:56 · 1120 阅读 · 0 评论