A man can fail many times, but he isn't a failure until he begins to blame somebody else.—— J. Burroughs一个人可以失败许多次,但是只要他没有开始责怪别人,他还不是一个失败者。——巴勒斯
分类:
其他好文 时间:
2014-07-16 23:20:38
阅读次数:
203
1.备份分为:物理备份和逻辑备份 物理备份:备份数据文件 控制文件 归档日志文件 逻辑备份:EXP EXPDP备份等物理备份为主,逻辑做补充2.错误的类型 media failure :介质失败.磁盘不能读写 user error: 操作错误 application error:应用程序错误3.备份...
分类:
其他好文 时间:
2014-06-27 18:25:20
阅读次数:
295
出现上面错误的原因是系统中存在有多个的 cvtres.exe,只需要将旧版的重命名或者删除....
分类:
其他好文 时间:
2014-06-27 09:40:09
阅读次数:
175
private String mResult = null;
private String mProvinceName; //省份
private String mChCityName; //城市
private int GET_CITY_SUCCESS = 1;
private int GET_CITY_FAILURE = 2;
//...
分类:
其他好文 时间:
2014-06-26 13:38:07
阅读次数:
267
ORA-27302: failure occurred at: skgpspawn3 可能的原因及处理
问题现象:
Mon May 26 07:08:58 GMT+08:00 2014Process startup failed, error stack:
Mon May 26 07:08:58 GMT+08:00 2014Errors in file /oracle/app...
分类:
其他好文 时间:
2014-06-19 12:28:48
阅读次数:
314
今天更新了android studio,从0.5.3升级到0.6.1版本,结果在IDE中编译时没有问题,但是在命令行时编译就会出现以下错误:
:app:compileTestDebugJava FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':app:c...
分类:
移动开发 时间:
2014-06-18 06:40:05
阅读次数:
395
win7 64位 专业版 + vs2010 从vc6.0下转过来的一个项目,突然遇到这个问题。
解决方案:
用C:\Windows\winsxs\x86_netfx-cvtres_for_vc_and_vb_b03f5f7f11d50a3a_6.1.7600.16385_none_ba476986f...
分类:
其他好文 时间:
2014-06-07 16:56:07
阅读次数:
241
For many SQL-related problems, obtaining a
reproducible test case makes it easier to resolve the problem. Starting with the
11gRelease 2 (11.2), Oracl...
分类:
数据库 时间:
2014-06-06 20:04:05
阅读次数:
317
一直以来我都在写着这样的代码char* buf = new
char[1024];if(NULL == buf){ printf("new
failure\n");}可new失败以后真的会返回NULL吗?写了个例子测试一下:#include #include #define BUF_SIZE ...
分类:
编程语言 时间:
2014-06-05 20:12:11
阅读次数:
331
1.failed to lock XXXXX.spl文件
这是你建索引的时候会出现的问题,是你没有把打开的的searchd服务给关闭,因为你打开searchd服务时,他会建立一个叫xxx.spl的临时文件,建索引的时候就会出现冲突
2.FATAL: Tokenizer initialization failure.
词典路径不对,修改实际安装字典路径,默认使用相对路径,建议使用绝对路径。
...
分类:
其他好文 时间:
2014-06-05 04:32:19
阅读次数:
324