码迷,mamicode.com
首页 >  
搜索关键字:plugin    ( 5751个结果
OpenFire源码学习之十五:插件开发
Plugin接口规范 插件是openfire功能的增强表现,它的主要任务: l  在XMPP协议中作为附加功能实现 l  动态修改控制管理台 l  使用openfire api作为新功能添加到服务器 Openfire里面的插件都会存放在plugins(工程目录为:src/plugins)的住目录下。使用ant工具编译后插件会打成jar包生成在target/openfire/plugins...
分类:其他好文   时间:2015-02-03 09:36:16    阅读次数:198
SSH——struts_spring_plugin
struts_spring_plugin (1)UserDao中加入一个方法叫做loadById() package com.zgy.registration.dao;   import java.util.List;   import com.zgy.registration.model.User;   public interface UserDao { public voi...
分类:编程语言   时间:2015-02-03 09:34:19    阅读次数:198
jQuery BlockUI Plugin Demo 3(Page Blocking Examples)
This page demonstrates several ways to block the page. Each button below activates blockUI and then makes a remote call to the server.
分类:Web程序   时间:2015-02-02 15:43:04    阅读次数:261
有关android 应用的plugin框架调研
1. 借助android提供的shareduserid属性使多个不同的apt共用一个userid,以扫除权限壁垒,获取插件context,继而获取view并加载插件。这种方式是建立在已经安装完成的apt基础上的。例子和参考:1) 工作原理介绍:http://892848153.iteye.com/b...
分类:移动开发   时间:2015-02-02 15:42:54    阅读次数:223
jQuery BlockUI Plugin Demo 2
The jQuery BlockUI Plugin lets you simulate synchronous behavior when using AJAX, without locking the browser[1]. When activated, it will prevent user...
分类:Web程序   时间:2015-02-02 15:31:45    阅读次数:141
jQuery BlockUI Plugin Demo 5(Simple Modal Dialog Example)
This page demonstrates how to display a simple modal dialog. The button below will invoke blockUI with a custom message. Depending upon the user respo...
分类:Web程序   时间:2015-02-02 15:24:52    阅读次数:204
jQuery BlockUI Plugin Demo
Most of the demos below will display for 2 seconds
分类:Web程序   时间:2015-02-02 13:54:39    阅读次数:406
Failure to transfer org.apache.maven.plugins:maven-surefire-plugin:pom:2.12.4
Failure to transfer org.apache.maven.plugins:maven-surefire-plugin:pom:2.12.4 from http://uk.maven.org/maven2 was cached in the local repository, reso...
分类:Web程序   时间:2015-02-02 12:25:53    阅读次数:203
64位Ubuntu14.04编译hadoop2.6.0-eclipse-plugin
1、打开https://github.com/winghc/点击右下角的下载zip完成后进行解压2、打开命令行cd /hadoop2.6.0-eclipse-plugin/src/contrib/eclipse-plugin3、执行如下命令,执行前需修改eclipse的路径和hadoop的路径ant...
分类:系统相关   时间:2015-02-02 12:12:32    阅读次数:215
(原创)jQuery Media Plugin-jQuery的网页媒体播放器插件的使用心得
jQuery Media Plugin是一款基于jQuery的网页媒体播放器插件,它支持大部分的网络多媒体播放器和多媒体格式,比如:Flash, Windows Media Player, Real Player, Quicktime, MP3,Silverlight, PDF。它根据当前的脚本配置...
分类:Web程序   时间:2015-02-01 17:39:49    阅读次数:301
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!