码迷,mamicode.com
首页 >  
搜索关键字:plugin    ( 5751个结果
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
kali linux /etc/apt/source.list
this list is very important , you can not download what you want like fictx , flash-plugin , vm-tool and so onyou can use the sites of China , also yo...
分类:系统相关   时间:2014-05-01 14:13:25    阅读次数:561
Jenkins配置基于角色的项目权限管理--转
本文将介绍如何配置jenkins,使其可以支持基于角色的项目权限管理。由于jenkins默认的权限管理体系不支持用户组或角色的配置,因此需要安装第三发插件来支持角色的配置,本文将使用Role Strategy Plugin,介绍页面:https://wiki.jenkins-ci.org/displ...
分类:其他好文   时间:2014-05-01 05:46:39    阅读次数:356
SSH 配置日记
1 注意struts2-spring-plugin.jar的导入。 Unabletoloadconfiguration.-action 异常。需要导入这个包2 很久都跑不通的话,可以变量可以换个值试一试
分类:其他好文   时间:2014-05-01 04:02:05    阅读次数:319
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
Eclipse下配置TinyOS开发环境
通过给Eclipse安装Yeti 2 - TinyOS 2 Plugin for Eclipse来配置TinyOS IDE,从而可建立TinyOS Project Yeti 2的介绍请参考网站:http://tos-ide.ethz.ch/wiki/pmwiki.php?n=Site.Tiny...
分类:系统相关   时间:2014-04-30 03:24:11    阅读次数:568
5751条   上一页 1 ... 573 574 575 576 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!