2013-2014 NBA 东西部决赛 + 总决赛合集 2013至2014赛季,NBA职业联赛已结束,这期间有过热血,期待,感动,也有过一些失望。但不管怎样,终究又是一个伟大的赛季,缔造了很多伟大的记录,催生了数位超级球星,带给我们球迷无数的叹为观止的精彩瞬间。总决赛马刺4-1热火完成了去年7场的....
分类:
其他好文 时间:
2014-07-29 10:20:48
阅读次数:
288
-=========================================-- Oracle联机重做日志文件(ONLINE LOG FILE)--=========================================一、Oracle中的几类日志文件Redologfiles-->...
分类:
数据库 时间:
2014-07-28 14:48:23
阅读次数:
427
#!/bin/bash#初始化环境变量source.bash_profile#日志名中的固有日期格式f_name=`date+%Y%m%d`#日志的路径及名称log_file=/backup/db/rman/log/rman$f_name-0401.logecho$log_file#统计日志文件行数#line_num=`wc-l$log_file|awk‘{print$1}‘`#echo$line_num#如果日志文件不存在..
分类:
其他好文 时间:
2014-07-20 10:18:28
阅读次数:
304
获取最新代码svn update --username %SVN_USER% --password %SVN_PASSWORD% >> "../%LOG_FILE%"备份Tomcat 站点md "%APP_ROOT%\backup\%MVN_PROFILE%-%CUR_DATE%-%myran%" ...
分类:
其他好文 时间:
2014-07-16 19:25:56
阅读次数:
231
neutron-server启动过程分析1. /etc/init.d/neutron-serverDAEMON=/usr/bin/neutron-serverDAEMON_ARGS="--log-file=$LOGFILE"DAEMON_DIR=/var/run...case $1 in st...
分类:
其他好文 时间:
2014-07-16 19:22:23
阅读次数:
346
All relative paths in this config are relative to php's install prefix
Pid file
/usr/local/php/logs/php-fpm.pid
Error log file
/usr/local/php/logs/php-fpm.log
Log level
notice
Whe...
分类:
Web程序 时间:
2014-07-13 16:26:05
阅读次数:
248
到官网下载windows环境下的github,在安装时出现以下问题
An error occurred trying to download 'http://github-windows.s3.amazonaws.com/GitHub.application'.
See the setup log file located at 'C:\Users\。。。\AppData\Local\...
分类:
Windows程序 时间:
2014-07-10 19:25:39
阅读次数:
5852
优化innodb_log_file_size参数调整后报错InnoDB:Error:logfile./ib_logfile0isofdifferentsize05242880bytes解决办法:删除/usr/local/mysql/var/ib_logfile0和ib_logfile1后重启
分类:
数据库 时间:
2014-07-10 17:50:54
阅读次数:
257
openfire 安装报这个错误 A connection to the database could not be made. View the error message by opening the "\logs\error.log" log file, then go back to fix...
分类:
数据库 时间:
2014-07-06 16:43:00
阅读次数:
284
背景:偶最近在一个任务的开发测试的过程中, 需要重复的去运行程序,在测试过程中 每运行一次,会产生大量的 folder 及 file, 尤其是 log file。 有时侯可能不是程序的问题,是其它原因,因为 各个目录下大量的 folder 及 file 会对我造成干扰,本能的想把它们统统干掉,快速的找到出问题的log file 来解决问题。于是便粗特烂造了这个工具,目前它暂时满足偶的需求。 以后有...
分类:
其他好文 时间:
2014-07-06 08:32:22
阅读次数:
162