package com.hephec;
import java.io.File;
import java.io.FileOutputStream;
import java.io.OutputStream;
public class OutputStreamTest{
public static void main(String[] args) throws Exception{
...
分类:
编程语言 时间:
2014-09-19 12:11:45
阅读次数:
221
当系统发生Kernel Exception、System Server异常等问题时,MTK内部机制会抓取相关异常调试信息,产生对应的DB文件,放到aee_exp文件夹下。而在不同的情况下,aee_exp文件夹所在的路径以及aee_exp文件夹下的DB文件个数都会有所不同。
一. DB的路径
DB的路径只有两种路径:/data/aee_exp或者/sdcard/mtklog/a...
分类:
数据库 时间:
2014-09-19 12:07:05
阅读次数:
637
今天在现场的哥们发来异常,让我解决,错误信息如下:HTTP Status 500 - Read operation to server 192.168.1.110:20001 failed on database wpdb; nested exception is com.mongodb.Mongo...
分类:
数据库 时间:
2014-09-18 20:16:04
阅读次数:
330
一般异常类System.Exception派生自System.Object俩个重要类,派生自System.Exception:System.SystemException----用于通常由.NET运行库抛出的异常System.ApplicationException----第三方定义的异常基类Sta...
分类:
其他好文 时间:
2014-09-18 18:26:24
阅读次数:
190
cocos compile编译apk问题汇总:1,dx编译报错,没有足够的空间ANTBUILD : [dx] error : Could not create the Java Virtual Machine.ANTBUILD : [dx] error : A fatal exception has...
分类:
移动开发 时间:
2014-09-18 14:35:33
阅读次数:
210
1. handle exceptionimport systry: a=1/1except Exception, e: print "failed", sys.exc_info()[0]else: print "no exception"finally: print "e...
分类:
编程语言 时间:
2014-09-18 13:09:03
阅读次数:
174
1.PL/SQL代码块的结构:declare 常量、变量、游标和异常等的定义,可选begin SQL和PL/SQL语句执行部分,必选exception 异常处理部分,可选end;2.PL/SQL变量类型:标量类型、复合类型、参照类型和LOB(Large Object)类型 2.1标量变量:数...
分类:
数据库 时间:
2014-09-18 11:08:53
阅读次数:
298
异常类的体系结构如下:Throwable|-Error|-Exception |-IoExcetion |-SQLException |-RuntimeException*派生与Error与RuntimeException(运行时异常)的异常叫未检查异常,不用程序员处理,直接虚拟机会进行处理,...
分类:
其他好文 时间:
2014-09-18 00:45:52
阅读次数:
166
严重: Exception occurred during processing request: Unable to instantiate Action, SsbkAction, defined for 'SsbkAction' in namespace ''Error creating bea...
分类:
其他好文 时间:
2014-09-17 23:17:42
阅读次数:
532
报错:
*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[NSURLError isEqualToString:]: unrecognized selector sent to instance
0x10b34e810'
*** First throw call st...
分类:
其他好文 时间:
2014-09-17 18:42:32
阅读次数:
208