在我们在gdb中加载程序并运行时,可以按CTRL-C中断执行,此时gdb输出:^C*stopped,reason="signal-received",signal-name="SIGINT",signal-meaning="Interrupt",frame={addr="0x00110424",func="__kernel_vsyscall",args=[]},thread-id="1",stop...
分类:
系统相关 时间:
2015-01-06 23:15:04
阅读次数:
276
某日监控报存储过程执行失败,查看返回码为sql668n[db2inst1@limt bin]$ db2 ? sql668nSQL0668N Operation not allowed for reason code "" on table "".Explanation: Access t...
分类:
数据库 时间:
2015-01-06 21:30:19
阅读次数:
281
最近在使用iOS的可变数组时出现了一个错误,报错信息为:reason: '-[__NSCFArray removeObjectAtIndex:]: mutating method sent to immutable object'字面的意思就是可变数组的方法发送给了一个不可变的对象。声明和初始化的代...
分类:
编程语言 时间:
2015-01-05 18:33:18
阅读次数:
188
问题描述使用SDK Manager更新时出现问题Failed to fetch URL https://dl-ssl.google.com/android/repository/repository-6.xml, reason: Connection to https://dl-ssl.google...
分类:
移动开发 时间:
2015-01-05 10:46:55
阅读次数:
183
今天干活的时候,遇到了这样一个问题..
实在是太粗心了。mark下,
2014-01-05 11:44:34.762 softwareApp[1435:c07] *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: '*** -[JKDictionary...
分类:
移动开发 时间:
2015-01-05 09:34:26
阅读次数:
148
今天在用iOS写个计算器的时候,遇到的一个小bug,新手,太新了,不之所错。直接上码:Terminating app due to uncaught exception 'NSUnknownKeyException', reason:'[ setValue:forUndefinedKey:]: th...
分类:
其他好文 时间:
2014-12-28 23:41:31
阅读次数:
250
Failed to fetch URL https://dl-ssl.google.com/android/repository/addons_list-1.xml, reason: Connection to https://dl-ssl.google.com refusedParse XMLFe...
分类:
移动开发 时间:
2014-12-27 01:30:52
阅读次数:
222
1. Problem:One of Autel DS708 users came across "The language is not authorized" error during the upgrade procedure.Solution:The reason is that each A...
分类:
其他好文 时间:
2014-12-26 16:23:31
阅读次数:
160
dyld: Library not loaded: @rpath/MySDK.framework/MySDK
Referenced from: /var/mobile/Applications/08B6D2C2-5028-4A64-93F5-1252B0B0BCAB/MyApp.app/MyApp
Reason: no suitable image found. Did find:/p...
分类:
其他好文 时间:
2014-12-23 15:40:01
阅读次数:
177
1. 在IDE中查看Log信息当程序运行垃圾回收的时候,会打印一条Log信息,其格式如下:D/dalvikvm: , , , GC_Reason表示导致垃圾回收的原因以及当前的回收类型,包括以下几类: GC_CONCURRENT:当堆中对象数量达到一定是触发的垃圾收集 GC_FOR_MALLOC:....
分类:
移动开发 时间:
2014-12-23 12:15:30
阅读次数:
175