码迷,mamicode.com
首页 >  
搜索关键字:nagios plugin development guidelines    ( 10272个结果
NGINX 如何防盗链
一、安装Nginx:1、解决依赖关系# yum groupinstall "Development Tools" "Server Platform Deveopment"# yum install openssl-devel pcre-devel2、安装首先添加用户nginx,实现以之运行nginx...
分类:其他好文   时间:2014-05-12 15:26:34    阅读次数:365
马哥学习笔记八——LAMP编译安装之PHP及xcache
1、解决依赖关系:请配置好yum源(可以是本地系统光盘)后执行如下命令: # yum -y groupinstall "X Software Development"如果想让编译的php支持mcrypt扩展,此处还需要下载如下两个rpm包并安装之: libmcrypt-2.5.7-5.el5.i38...
分类:Web程序   时间:2014-05-12 14:31:13    阅读次数:510
[翻译] iOS开发工具的介绍(第一部分)
IOS DEVELOPMENT TIPS & TRICKS - PART Ihttp://blog.trifork.com/2013/12/19/ios-development-tips-tricks-part-i/As you might know, I am very fond of devel...
分类:移动开发   时间:2014-05-10 09:08:00    阅读次数:671
Fix the iOS code signing issue when using Jenkins
This week I setup the Jenkins on my Mac and try to build iOS applications. unfortunately I got the code signing issues, either I use xcode plugin or x...
分类:移动开发   时间:2014-05-10 06:22:45    阅读次数:347
AJAX
一、Ajax是什么? Ajax(asynchronous Javascript and XML),or ajax,is a group of interrelated web development techniques used for creating interactive(交互式) web ...
分类:其他好文   时间:2014-05-10 05:40:23    阅读次数:429
Developing SWT applications using Eclipse
Developing SWT applications using EclipseWhile SWT is integrated as part of the Eclipse plug-in API, for standalone application development it is best...
分类:移动开发   时间:2014-05-10 03:15:38    阅读次数:386
Theos简介
【Theos简介】 Theos is a cross-platform suite of development tools for managing, developing, and deploying iOS software without the use of Xcode. The Th.....
分类:其他好文   时间:2014-05-09 23:33:29    阅读次数:456
icinga-web 安装
Icinga-web安装前段时间研究了会icinga和icinga-web,他是nagios的二次开发,支持中文汉化,国内对icinga-web的研究文档貌似比较少,这里就分享给大家一.环境需求:相关库:yuminstall–ylibdbi-devellibdbilibdbi-driverslibdbi-dbd-mysqlyuminstall-ygccglibcglibc-commongdgd-d..
分类:Web程序   时间:2014-05-09 21:17:41    阅读次数:529
maven 打 fatjar
备忘。1、 maven-assembly-plugin jar-with-dependencies com.talkingdata.engineer.util.CombineAppList ...
分类:其他好文   时间:2014-05-09 20:30:25    阅读次数:486
maven web 项目 打入 jar 包 , 和编译入 java 文件到 web-inf 下
src\main\webapp\WEB-INF\classes 可以把 类文件编译到 web-inf 下 ,用于项目运行 maven-dependency-plugin 2.1 compile copy-dependencies src\mai...
分类:编程语言   时间:2014-05-09 19:44:26    阅读次数:277
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!