码迷,mamicode.com
首页 >  
搜索关键字:errors    ( 1753个结果
RMAN-06061 WARNING skipping archivelog compromises recoverability处理
--RMAN-06061处理 --例行进行数据库备份检查的时候发现一个库的备份状态是completed with errors --所以进到操作系统进行查看,发现全备日志中出现了如下的告警 archived log /opt/oracle/cisdb/archdb1/bak/cisdb2_127732_673050541.arc not found or out of sync with c...
分类:其他好文   时间:2015-05-07 16:56:32    阅读次数:155
powershell 检索日志信息
$strlog="c:\log\applog.txt";$e=$i=$w=0$tpath=Test-Path$strlogif(!$tpath){New-Item-Path"c:\log"-ItemTypedirNew-Item-Path$strlog-ItemTypefile}Get-EventLog-LogNameApplication|Out-File$strlogswitch-Wildcard-File$strlog{"*error*"{$e++}"*info*"{$i++}"*warn*"{$w++..
分类:系统相关   时间:2015-05-07 12:44:57    阅读次数:212
错误代码: 1052 Column 'stu_id' in field list is ambiguous
1、错误描述 1 queries executed, 0 success, 1 errors, 0 warnings 查询:select stu_id, (SELECT stu_name FROM t_student_info t WHERE t_student_info.stu_id = t.stu_id) stu_name from t_student_info t, t_... 错误代...
分类:其他好文   时间:2015-05-07 00:59:36    阅读次数:236
错误代码: 1054 Unknown column 'course' in 'field list'
1、错误描述 1 queries executed, 0 success, 1 errors, 0 warnings 查询:SELECT stu_name, course, score FROM t_student_info s LIMIT 0, 1000 错误代码: 1054 Unknown column 'course' in 'field list' 执行耗时 : 0 sec 传...
分类:其他好文   时间:2015-05-07 00:58:09    阅读次数:248
错误代码: 1248 Every derived table must have its own alias
1、错误描述 1 queries executed, 0 success, 1 errors, 0 warnings 查询:SELECT stu_id, (SELECT stu_name FROM t_student_info t WHERE t.stu_id = t.stu_id) stu_name FROM (SELECT SUM( CASE course WHEN '敮.. 错误代码:...
分类:其他好文   时间:2015-05-06 22:57:02    阅读次数:205
遍历在js中
数组for(var i=0,i>array.length,i++){}对象for(var i in object){console.log(object[i])或者 console.log(object.i)//具体不清楚}echo json_encode($errors, JSON_FORCE_O...
分类:Web程序   时间:2015-05-04 19:30:23    阅读次数:105
解决Eclipse报errors running builder ‘javascript valid
今天导入jquery的js到项目中,Eclipse老是动不动就报错: errors running builder ‘javascript validator’ on project 如图: 解决办法: 右击项目名–Properties–Builders–将JavaScript Validator前面的勾去...
分类:编程语言   时间:2015-05-04 18:22:06    阅读次数:167
使用Logstash收集PHP相关日志
这里收集三种日志PHP的错误日志,PHP-FPM的错误日志和慢查询日志在php.ini中设置error_log=/data/app_data/php/logs/php_errors.log在php-fpm.conf中设置error_log=/data/app_data/php/logs/php-fpm_error.logslowlog=/data/app_data/php/logs/php-fpm_slow.logPHP错误日志如下..
分类:Web程序   时间:2015-05-04 15:42:45    阅读次数:485
android导出项目时遇到errors occurred during the build
遇到errors occurred during the build这个问题很久了,没有找到好的方法,一直都是用debug下的apk包再签名,这样就不能对apk包进行混淆和加密等操作了,诸多不便! ????所以还是要解决这个问题,百度...
分类:移动开发   时间:2015-05-04 12:09:32    阅读次数:172
ubuntu登陆后一闪回到登陆界面
ubuntu登陆后一闪回到登陆界面最后发现居然是我的环境变量配置问题。。。。。。。。解决方法:先CTRL+ALT+F1 root进去,查看nickleo用户为什么登录失败 cat /home/用户名/.xsession-errors发现有一个ERROR提示环境变量有问题,再次配置就好了CTRL+AL...
分类:系统相关   时间:2015-05-02 13:36:55    阅读次数:208
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!