码迷,mamicode.com
首页 >  
搜索关键字:error    ( 30038个结果
Disabling contextual LOB creation as createClob() method threw error : java.lang.reflect.InvocationT
java通过jdbc连接sqlserver和oracle时出现这个异常。虽然抛出这个异常,但对整个应用没有影响。这个异常产生的原因是jar包的版本不对。连接oracle10g的jdbc用ojdbc6.jar(1942k),连接sqlserver2008用sqljdbc.jar(570k),而不用sqljdbc4.jar(567k)。postgres用postgresql-8.2-504.jdbc3...
分类:编程语言   时间:2015-06-16 16:50:33    阅读次数:218
Error:Execution failed for task ':app:dexDebug'.> com.android.ide.common.process.ProcessException: o
Error:Execution failed for task ':app:dexDebug'.> com.android.ide.common.process.ProcessException: org.gradle.process.internal.ExecException: Process 'command '/home/xxx/tools/android/jdk1.7.0_71/bin/java'' fin...
分类:移动开发   时间:2015-06-16 16:48:51    阅读次数:152
appcompat_v7\res\values-v21\themes_base.xml:191: error: Error: No resource found that matches the gi
appcompat_v7\res\values-v21\themes_base.xml:191: error: Error: No resource found that matches the given name: attr ‘android:XXX’创建Android项目时,ADT会自动的创建一个名为appcompat_v7的 Support Library 项目,然后你会看到values21...
分类:移动开发   时间:2015-06-16 16:47:32    阅读次数:180
iOS笔记之网络
用POST方式上传数据时,数组怎么处理?NSError *error;NSData *jsonData = [NSJSONSerialization dataWithJSONObject:data options:NSJSONWritingPrettyPrinted error:&error];//...
分类:移动开发   时间:2015-06-16 16:06:45    阅读次数:109
解决Mysql ERROR 1045 (28000)“Access denied for user 'root'@'localhost'”
1.查看某个用户的权限mysql>showgrantsfor‘episode‘@‘%‘;2.为用户添加某个数据库的权限:mysql>GRANTALLPRIVILEGESON`episode_cc`.*TO‘episode‘@‘%‘WITHGRANTOPTION;如果是给所有数据库的权限,则是:mysql>GRANTALLPRIVILEGESON*.*TO‘episode‘@‘%‘WITHGRANTOPTION;
分类:数据库   时间:2015-06-16 14:56:50    阅读次数:171
Citect:How do I translate Citect error messages?
http://www.opcsupport.com/link/portal/4164/4590/ArticleFolder/51/CitectTo decode the error messages carry out the following steps:*Open up Windows Cal...
分类:其他好文   时间:2015-06-16 14:41:50    阅读次数:141
The connection to adb is down, and a severe error has occured.
启动android模拟器时.有时会报The connection to adb is down, and a severe error has occured.的错误.查了很多资料说在任务管理器上把所有adb.exe关闭掉.重启eclipse.但试过都没用.所以在外国网站上找到一种可行的方法:1.先...
分类:数据库   时间:2015-06-16 14:28:51    阅读次数:151
Error inflating class linearlayout
开发环境改成了android stuido 昨天同事打包apk运行时出现Error inflating class linearlayout崩溃。 我看了下布局文件,没发现错误,但是他的AS中布局文件既没有代码提示,也没有高亮提示,风格诡异,以为是设置...
分类:其他好文   时间:2015-06-16 13:12:25    阅读次数:114
Fatal error: Undefined class constant 'MYSQL_ATTR_INIT_COMMAND' in D:\phpStudy\http\obd\ThinkPHP\Li
Fatal error: Undefined class constant 'MYSQL_ATTR_INIT_COMMAND' in D:\phpStudy\http\obd\ThinkPHP\Li 很简单,只需要修改 php-ini 打开pdo扩展就可以了。extension=php_pdo_.....
分类:数据库   时间:2015-06-16 12:30:56    阅读次数:1205
Mysql 提示错误
在登陆umail时.登陆某一个用户.有出现下面的错误提示. Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[HY000]: General error: 145 Table './umail/wm_stat....
分类:数据库   时间:2015-06-16 10:35:09    阅读次数:395
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!