Android开发中的问题总是多种多样,今天我来总结一个浪费了我一个晚上的错误T-T:your project contains error(s),please fix them before running your application. 总结一下网上的各种处理办法: 1.重启Eclipse( ...
分类:
移动开发 时间:
2016-05-18 14:26:55
阅读次数:
316
1.修改或者添加connectionStrings 2.创建数据库时出现的的各种错误,总结有2个问题! (1) 修改mysql的默认引擎为innodb,方法如下 (2)这个问题是提示Specified key was too long; max key length is 767 bytes这样的错 ...
分类:
数据库 时间:
2016-05-14 21:22:12
阅读次数:
1109
<!--?xml version="1.0" encoding="UTF-8" standalone="no"?--> 当出现 linker command failed with exit code 1 (use -v to see invocation) 的错误总结,具体内容如下: Undefi ...
分类:
其他好文 时间:
2016-05-12 10:33:08
阅读次数:
179
AndroidStudio错误总结及解决 1.当安装好AndroidStudio开启的时候出现如下错误: 百度的解决方法: 1)进入刚安装的Android Studio目录下的bin目录。找到idea.properties文件,用文本编辑器打开。 2)在idea.properties文件末尾添加一行 ...
分类:
移动开发 时间:
2016-05-11 11:17:14
阅读次数:
197
ORA-28040: No matching authentication protocol jdk:1.8 oracle:12c 使用ojdbc14.jar 报错:ORA-28040: No matching authentication protocol; 解决办法: 使用oracle自带的oj ...
分类:
数据库 时间:
2016-05-10 02:01:19
阅读次数:
187
这种问题,通常出现在添加第三方库文件或者多人开发时。 这种问题一般是找不到文件而导致的链接错误。 我们可以从如下几个方面着手排查。 1.以如下错误为例,如果是多人开发,你同步完成后发现出现如下的错误。 Undefined symbols for architecture armv7: "_OBJC_ ...
分类:
其他好文 时间:
2016-05-06 10:46:22
阅读次数:
124
1、error:failedtopushsomerefsto‘git@github.com:XXXX/XXXX‘hint:Updateswererejectedbecausetheremotecontainsworkthatyoudo
hint:nothavelocally.Thisisusuallycausedbyanotherrepositorypushing
hint:tothesameref.Youmaywanttofirstintegratetheremotechanges
hint:(e.g.,..
分类:
其他好文 时间:
2016-05-04 19:32:39
阅读次数:
1487
服务端指定模块没有对应目录报错详情@ERROR:chdirfailedrsyncerror:errorstartingclient-serverprotocol(code5)atmain.c(1503)[sender=3.0.6]错误原因服务端指定模块没有对应目录解决方法[root@nfs01~]#mkdir–p/backup在服务端创建指定模块对应目录服务端目录属主属组不正确s..
分类:
其他好文 时间:
2016-04-23 15:08:54
阅读次数:
815
1. 资源id不存在。可是代码中明显存在,这时,project—>clean,就可解决。 2. R文件没有了,clean一下。(前提是:全部xml文件里无错误;manifest文件无错误)。 3. 例如以下图错误: 由于manifest.xml文件 配置出错,必须例如以下配置: 出错原因是 丢失或者 ...
分类:
移动开发 时间:
2016-04-21 13:39:06
阅读次数:
234