码迷,mamicode.com
首页 >  
搜索关键字:notice    ( 1174个结果
启动apache (OS 10022)提供了一个无效的参数。解决方案
今天 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
**PHP Notice: Undefined index:...问题的解决方法
这个问题可能是变量未定义造成的: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.conf中文详解
Nginx配置参数中文说明。#定义Nginx运行的用户和用户组user www www;#nginx进程数,建议设置为等于CPU总核心数。worker_processes 8;#全局错误日志定义类型,[ debug | info | notice | warn | error | crit ]err...
分类:其他好文   时间:2015-03-12 19:09:32    阅读次数:158
dedecms开启报错
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
mysql动态拼接sql语句
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
字符串操作练习以及scanf()的注意事项
/* ============================================================================ 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
如何定制视频业务- ramdisk 内存文件系统
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
如何定制视频业务- ramdisk 内存文件系统
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
数据结构练习 00-自测4. Have Fun with Numbers (20)
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
1174条   上一页 1 ... 97 98 99 100 101 ... 118 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!