码迷,mamicode.com
首页 >  
搜索关键字:core dump apache2    ( 25003个结果
[Nagios] Error: Template 'timman' specified in contact definition could not be not found (c
Check nagios配置文件报错例如以下:[nagios@2 etc]$ /usr/local/nagios/bin/nagios -v /usr/local/nagios/etc/nagios.cfgNagios Core 4.0.6Copyright (c) 2009-present Nag...
分类:移动开发   时间:2014-05-27 00:07:04    阅读次数:364
ubuntu 安装AMP环境的笔记 Prefork方式与fast-cgi方法
具体步骤如下:系统:ubuntu 8.04 的发行版本AMP with Prefork(mod-php5)一、安装APACHE2# sudoapt-getinstallapache2apache2-mpm-prefork这样APACHE部分就完成,默认目录是 /var/www二、进行PHP的环境配置...
分类:其他好文   时间:2014-05-26 21:28:45    阅读次数:278
PHP Apache Access Log 分析工具 拆分字段成CSV文件并插入Mysql数据库分析
现在需要分析访问日志,怎么办?比如分析D:\Servers\Apache2.2\logs\access2014-05-22.loghttp://my.oschina.net/cart/针对这个问题特意开发了一款小工具分析Apache 日志,拆分字段成CSV文件并插入Mysql数据库分析<?php$d...
分类:数据库   时间:2014-05-26 21:24:45    阅读次数:357
windows server 2003 原版 安装 php+mysql+apache 教程
所需软件:httpd-2.2.22-win32-x86-no_ssl.msiphp-5.4.5-Win32-VC9-x86.zipmysql-5.5.27-win32.msi1.安装apache,修改httpd.conf修改httpd.conf文件,文件位于\Apache2.2\conf下找到#Lo...
分类:数据库   时间:2014-05-26 21:04:50    阅读次数:298
spring_jdbc(转)
1.引入spring能力:需要三个Libraries:Spring 3.0 Persistence JDBC Libraries - Spring 3.0 AOP Libraries - Spring 3.0 Core Libraries - Spring 3.0 Persistence Core ...
分类:数据库   时间:2014-05-26 21:00:36    阅读次数:291
php 常用知识点
1,运算优先级$a = 3; $b = 5; if ($a=5 || $b = 7) { $a++; $b++; } echo $a."#".$b; //结果 1#6 //逻辑运算符优先级高于赋值运算符,var_dump(3 || $b=4) 结果为bool(true) ,所以$a也为bool(tr...
分类:Web程序   时间:2014-05-26 16:18:05    阅读次数:276
Android buffer_handle_t的定义(转载)
转自:http://www.cnblogs.com/eustoma/archive/2012/06/08/2541416.html1. buffer_handle_t文件位置:system\core\include\system\window.htypedef const native_handle...
分类:移动开发   时间:2014-05-26 16:14:38    阅读次数:574
Top 10 tough core Java interview questions answers programming
Tough core Java interview questions and answersWhat is tough core java interview question ? Why do people look for tough Java questions before going f...
分类:编程语言   时间:2014-05-26 12:41:29    阅读次数:371
招聘,
1,im2,内存管理3,runtime4,库5,c++6,编译器7,UNIX8,socket 通信,TCP/ip9,html510,pod,git11,Python12,SMS, TAPI协议13,Scrum14,GCD, Core Animation, CoreData15,GUI程序16,无线移...
分类:其他好文   时间:2014-05-26 12:40:24    阅读次数:208
IOS Core Animation Advanced Techniques的学习笔记(五)
第六章:Specialized Layers CAGradientLayer CAReplicatorLayer CAScrollLayer CAShaperLayer CATextLayer CATransformLayer...
分类:移动开发   时间:2014-05-23 00:36:05    阅读次数:1026
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!