码迷,mamicode.com
首页 >  
搜索关键字:nagios plugin development guidelines    ( 10272个结果
nopcommerce商城系统--如何编写一个插件
原址:http://www.nopcommerce.com/docs/77/how-to-write-a-nopcommerce-plugin.aspxplug-in (或 plugin)是一个为更大的软件应用程序添加特定的能力的组件(Wikipedia)插件是用来扩展nopCommerce功能的。...
分类:其他好文   时间:2014-07-22 23:17:35    阅读次数:552
openfire插件开发环境
创建java工程SamplePlugin:package com.hoo.server.plugin;import java.io.File;import org.jivesoftware.openfire.XMPPServer;import org.jivesoftware.openfire.co...
分类:其他好文   时间:2014-07-22 23:17:14    阅读次数:478
create a plugin for PowerShell ISE
可参考:Creating Add-ons, Plugins, and Tools for the PowerShell ISE http://www.leeholmes.com/blog/2013/04/04/creating-add-ons-plugins-and-tools-for-the-po...
分类:其他好文   时间:2014-07-22 23:16:54    阅读次数:340
openfire插件(1)
插件核心类,这里对PacketInterceptor、Plugin进行继承。如果开发插件就一定要继承Plugin,而继承PacketInterceptor是拦截用户发送的消息包。对消息包进行过滤、拦截,保存我们需要的数据。openfire 的插件可以访问所有openfire的API。这给我们的插件实...
分类:其他好文   时间:2014-07-22 23:07:53    阅读次数:357
jQuery DataTables Plugin Meets C#
Over the weekend, I was doing some work on the internal CMS we use over at eagleenvision.net and I wanted to scrap my custom table implementation for ...
分类:Web程序   时间:2014-05-01 14:28:26    阅读次数:613
jQuery ui widget和jQuery plugin的实现原理简单比较
一、创建1、 jQuery plugin(function($){$.fn.MyPlugin=function(){ //js代码}})(jQuery) 为了与页面上其他代码友好相处,将plugin定义在一个闭包里,MyPlugin是plugin的名字。调用方式:$(‘选择器’).MyPlugin(...
分类:Web程序   时间:2014-04-30 13:23:36    阅读次数:535
CentOS安装,更新Python
1、查看当前Python版本python -V2、查看当前CentOS版本cat /etc/redhat-release3、安装所有的开发工具包yum groupinstall "Development tools"4、安装其他必须包yum install zlib-devel bzip2-deve...
分类:编程语言   时间:2014-04-30 00:59:31    阅读次数:443
iOS证书深究
iOS证书深究iOS的系列证书很令人头痛,但是也提供了完整的保护。在开发过程中,遇到的基本的证书有Xcode真机调试或者打包用证书,也有消息推送证书等;每种证书分为开发版(development)和发布版(distribute)。除了证书,还有概要配置文件。众多的分类和配置,很容易混淆,接下来详细描...
分类:移动开发   时间:2014-04-29 23:58:58    阅读次数:888
Development of large-scale site performance optimization method from LiveJournal background
A LiveJournal course of developmentis a project in the 99 years began in the campus, a few people do as a hobby such an application, in order to achie...
分类:其他好文   时间:2014-04-29 19:38:16    阅读次数:589
Java环境的搭建及用记事本来揭露下JDK到底做了些什么
和我一样的新手想学Java就从自己搭建环境开始,请看完这边文章,我搜集资料的整合。Java的标准版本是Java SE,所说的JDK(Java Development Kits)就是Java SE的开发工具包,下面我开始搭建自己PC的环境。我用的是Win7系统。首项我们要去http://www.ora...
分类:编程语言   时间:2014-04-29 15:18:33    阅读次数:649
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!