码迷,mamicode.com
首页 >  
搜索关键字:php报错no input file specified    ( 83733个结果
cobbler常见问题
http://@@http_server@@/cblr/links/CentOS-6.4-x86_64cobbler cblr/svc四、配置文件 cobbler有许多的配置文件,但是只有少部分基本功能需要修改。 Settings File Modules Configuration Cobbl.....
分类:其他好文   时间:2014-05-07 17:15:11    阅读次数:326
[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.cfg Nagios Core 4.0.6Copyright (c) 2009-present Nagios Core Development Team and Community Contributor...
分类:移动开发   时间:2014-05-07 15:47:14    阅读次数:449
SVN :This XML file does not appear to have any style information associated with it.
SVN :This XML file does not appear to have any style information associated with it. The document tree is shown below.地址输入错误。尼玛。。。
分类:移动开发   时间:2014-05-07 15:01:54    阅读次数:1113
linux stat函数详解
linux stat函数详解 表头文件: #include #include 定义函数: int stat(const char *file_name, struct stat *buf);函数说明: 通过文件名filename获取文件信息,并保存在bu...
分类:系统相关   时间:2014-05-07 14:17:12    阅读次数:541
oracle的exp、imp命令
1、EXP 1 a>完全模式 full=y 2 3 EXP USER/PASSWORD@DB (AS ROLE) BUFFER=64000 FILE=C:\FULL.DMP FULL=Y 4 5 b>用户模式 owner=user 6 7 EXP USER/PASSWO...
分类:数据库   时间:2014-05-07 13:53:41    阅读次数:392
eclipse生成uml
安装eclipse插件在help->Install new software里面add有本地和网络两种1.ModelGoon该插件需要在file中newModelGoon Diagrams新建文件,然后把要生成的文件拖进去,还不支持文件夹拖放,不太方便;同时他只能生成类成员,如果是静态的就无法显示了...
分类:系统相关   时间:2014-05-07 13:22:13    阅读次数:435
2014第六届华为编程大赛初赛第一轮
/*********************************************************************** 1.投票问题 输入若干候选人,以及投票,格式如下,输出(按输入候选人输入顺序)候选人以及得票,以及 无效票数。 Input: addCandidate xx1 addCandidate xx2 addCandidate xx3 addCandida...
分类:其他好文   时间:2014-05-07 13:01:48    阅读次数:255
linux配置服务器笔记
设置防火墙开放80端口 -A INPUT -m state --state NEW -m tcp -p tcp --dport 80 -j ACCEPT 虽然看不懂是什么,但是这个是用于开放80端口的。 网上的教程实在坑到家了,手动输入老是输入错误,保存起来下次直接用。 apache设置网站 设置监听的端口 Listen 80 Listen 8080 设置VirtualHo...
分类:系统相关   时间:2014-05-07 12:35:38    阅读次数:438
《linux 内核完全剖析》sched.c sched.h 代码分析笔记
首先上header file #ifndef _SCHED_H #define _SCHED_H #define HZ 100 #define NR_TASKS 64 #define TASK_SIZE 0x04000000 #define LIBRARY_SIZE 0x00400000 #if (TASK_SIZE & 0x3fffff) #error "TASK_...
分类:系统相关   时间:2014-05-07 11:56:55    阅读次数:662
搜索(DFS)
Sum It UpTime Limit:1000MSMemory Limit:10000KTotal Submissions:5684Accepted:2894DescriptionGiven a specified total t and a list of n integers, find al...
分类:其他好文   时间:2014-05-07 10:45:02    阅读次数:388
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!