码迷,mamicode.com
首页 >  
搜索关键字:errors occurred duri    ( 2501个结果
python 解析 xml
= 15(unmatched!);adb OK; Crashlogs: 0; Tombstones: 1; Sigs: 2+2+0+0; Throttlings: 0+0+0+0; Device errors: 0" addedBy="muxiaofx@muxiaofx-desk{clie...
分类:编程语言   时间:2014-10-15 17:23:31    阅读次数:186
ibatis插入Blob类型
ibatis插入Blob类型,操作要在事物中进行,不然如下报错 java.lang.IllegalStateException, 记住了,--- The error occurred while applying a parameter map. --- Check the notice.inser...
分类:其他好文   时间:2014-10-14 14:08:38    阅读次数:473
【图解】weblogic.management.ManagementException: [Deployer:149164]The domain edit lock is owned by
在weblogic服务器上两个工程部署来回切换,经常控制台报告以下错误: <An exception occurred while deploying an application _appsdir_PactInfo_dir: weblogic.management.ManagementException: weblogic.management.ManagementExce...
分类:Web程序   时间:2014-10-14 13:12:28    阅读次数:355
mac eclipse svn subeclipse: Failed to load JavaHL Library.
Failed to load JavaHL Library.These are the errors that were encountered:no libsvnjavahl-1 in java.library.pathno svnjavahl-1 in java.library.pathno s...
分类:编程语言   时间:2014-10-14 10:41:08    阅读次数:306
Android中有时候运行程序的时候会报错:An internal error occurred during:。。。。
解决办法: Project -> Properties -> Run/Debug Settings: 1. select "Launching New_configuration" (你要运行的程序) 2. Delete3. OK然后在运行的时候就不会提示这样的错误了。好记性不如烂笔头,为了以后遇到...
分类:移动开发   时间:2014-10-13 19:58:57    阅读次数:169
An error occurred during the file system check
今天早上打开虚拟机(RedHat 6.3)的时候,报了an error occurred during the file system check错误。 提示/dev/mapper/vg_nbuserver-lv_root 文件系统不一致。这可能与我经常直接关闭电脑有关。于是按照它的提示 输入root密码进入系统 运行: fsck -y /dev/mapper/vg_nbu...
分类:其他好文   时间:2014-10-13 11:10:19    阅读次数:198
Linux文件系统修复
checkingrootfilesystem /dev/sdb5containsafilesystemwitherrors,checkforced /dev/sdb5: Unattachedinode68338812 /dev/sdb5:UNEXPECTEDINCONSISTENCY;RUNfsckMANUALLY (i.e.,without-aor-poptions) FAILED /containsafilesystemwitherrorscheckforced aneroroccur..
分类:系统相关   时间:2014-10-11 01:27:34    阅读次数:384
eclipse 启动报错“An error occurred while automatically activating bundle com.android.ide.eclipse.adt (843).”
刚开始以为下面这个错误呢,Unable to create the selected preference page. - - ITeye技术网站http://sun-xyun.iteye.com/blog/401614结果查看jdk 版本是对的。通过Error creating the view....
分类:移动开发   时间:2014-10-09 16:55:57    阅读次数:313
PaaS Event Format
[ { "Field": "event_type", "Type": "enumeration", "Description": "for event type records, this describes the actual event that occurred", "Compliance": "required for events", "Notes": "depends on s...
分类:其他好文   时间:2014-10-09 00:44:57    阅读次数:269
PHP中如何开启错误提示输出
PHP中如何开启错误提示输出php.ini里面设置display_errors = On 开启错误提示,error_reporting = E_ALL & ~E_NOTICE 设置错误等级。也可以在php文件中ini_set('display_errors', 1);//设置开启错误提示error....
分类:Web程序   时间:2014-10-08 12:54:25    阅读次数:171
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!