今天 apache 突然启动不起来了,查看了一下错误日志发现了如下错误:
[Tue Mar 17 11:27:32 2015] [crit] Parent: child process exited with status 3 -- Aborting.
[Tue Mar 17 11:28:25 2015] [notice] Apache/2.2.11 (Win32) PHP/5.2.9-2 c...
分类:
Web程序 时间:
2015-03-17 15:53:00
阅读次数:
147
这个问题可能是变量未定义造成的:if(!empty($current_user_id)){ $digg = $this->m_feed_digg->show_entity( array('digg_user_id' => $current_user_id, 'digg_feed_id' => ...
分类:
Web程序 时间:
2015-03-17 15:37:33
阅读次数:
147
Nginx配置参数中文说明。#定义Nginx运行的用户和用户组user www www;#nginx进程数,建议设置为等于CPU总核心数。worker_processes 8;#全局错误日志定义类型,[ debug | info | notice | warn | error | crit ]err...
分类:
其他好文 时间:
2015-03-12 19:09:32
阅读次数:
158
php.ini里面设置display_errors = On 开启错误提示,error_reporting = E_ALL & ~E_NOTICE 设置错误等级。也可以在php文件中ini_set('display_errors', 1);//设置开启错误提示error_reporting('E_....
分类:
其他好文 时间:
2015-03-12 14:42:33
阅读次数:
177
begin/**procedure body**/if(m_parameter='') thenset @sqlStr=concat('select id,title,description,msg,logo,notice,views,grade,commenttimes from kmb01','...
分类:
数据库 时间:
2015-03-10 11:57:56
阅读次数:
268
/*
============================================================================
Name : String.c
Author : lf
Version :
Copyright : Your copyright notice
Description : 字符串操作练习
1...
分类:
其他好文 时间:
2015-03-09 16:18:02
阅读次数:
116
/*
============================================================================
Name : TestString.c
Author : lf
Version :
Copyright : Your copyright notice
Description : C语言字符串...
分类:
其他好文 时间:
2015-03-06 15:58:56
阅读次数:
88
1,配置grub,设定ramdisk_size=size[root@localhost~]#cat/etc/grub.conf
#grub.confgeneratedbyanaconda
#
#Notethatyoudonothavetorerungrubaftermakingchangestothisfile
#NOTICE:Youhavea/bootpartition.Thismeansthat
#allkernelandinitrdpathsarerelativeto/boot/,..
分类:
其他好文 时间:
2015-03-05 15:01:23
阅读次数:
171
1,kernel配置,设置ramdisk大小[root@localhost~]#cat/etc/grub.conf
#grub.confgeneratedbyanaconda
#
#Notethatyoudonothavetorerungrubaftermakingchangestothisfile
#NOTICE:Youhavea/bootpartition.Thismeansthat
#allkernelandinitrdpathsarerelativeto/boot/,eg.
..
分类:
其他好文 时间:
2015-03-05 15:00:06
阅读次数:
136
Notice that the number 123456789 is a 9-digit number consisting exactly the numbers from 1 to 9, with no duplication. Double it we will obtain 2469135...
分类:
其他好文 时间:
2015-03-05 14:38:01
阅读次数:
206