场景在linux或者aix上安装后Oracle后,在SQL命令行下无法通过键盘的退格键回退,如下解决方法安装软件# rpm -ivh rlwrap-0.41-1.el6.x86_64.rpm warning: rlwrap-0.41-1.el6.x86_64.rpm: Header V3 RSA/S...
分类:
数据库 时间:
2015-10-19 12:28:54
阅读次数:
297
E_ALL - 所有的错误和警告(不包括 E_STRICT)E_ERROR - 致命性的运行时错误E_WARNING - 运行时警告(非致命性错误)E_PARSE - 编译时解析错误E_NOTICE - 运行时提醒(这些经常是你代码中的bug引起的,也可能是有意的行为造成的。)E_STRICT - ...
分类:
Web程序 时间:
2015-10-18 11:25:15
阅读次数:
236
sql语句之前是这样写的:INSERT INTO tablename SET a = ':a',b = ':b',c = ':c',d = :d,e = :e$data =array( [':a'] => 1, [':b'] => 2, [':c'] => 3,[':d'] => ...
分类:
数据库 时间:
2015-10-17 16:11:09
阅读次数:
248
Qt编译时经常出现以下警告:warning: unused parameter 'arg1' [-Wunused-parameter]warning: unused variable 'i' [-Wunused-variable]原因是由于某些函数参数或者某些变量未使用,这在程序当中有时候很正常;所...
分类:
其他好文 时间:
2015-10-16 23:07:18
阅读次数:
285
Warning: Attempt to present (要被presented的控制器) on (哪个控制器来presenting) which is already presenting (已经被presenting的控制器)self: 是被presented出来的控制器,self.presen...
分类:
其他好文 时间:
2015-10-15 15:45:10
阅读次数:
245
(gvim:3572): GLib-GObject-WARNING **: Attempt to add property GnomeProgram::sm-connect after class was initialised(gvim:3572): GLib-GObject-WARNING **...
分类:
系统相关 时间:
2015-10-14 21:41:07
阅读次数:
445
本篇文章由:http://xinpure.com/perl-warning-setting-locale-failed/将 mac 系统切换成英文后,使用 git 命令出现如下错误:perl: warning: Setting locale failed.perl: warning: Please ...
分类:
其他好文 时间:
2015-10-14 18:07:39
阅读次数:
162
foo (const char **p){ }main (int argh,char **argv){ foo(argv);}warning : argument is incompatible with prototype(参数与原型不匹配)赋值合法条件:两个操作数都是指向有限定词或无限定词的.....
分类:
其他好文 时间:
2015-10-14 17:39:19
阅读次数:
131
工程老是提示ld:warning:directorynotfoundforoption:xxxxxx这种提示,通常是由于添加了第三方SDK,但是后来改了个名字或者去掉了SDK,但是在Build Settings----->Search Paths----->Library Search Paths ...
分类:
其他好文 时间:
2015-10-14 11:49:07
阅读次数:
122
1 directory not found for option问题警告如下:ld: warning: directory not found for option ‘-F/Applications/Xcode 7.app/Contents/Developer/Platforms/iPhoneSim...
分类:
移动开发 时间:
2015-10-13 22:52:55
阅读次数:
220