码迷,mamicode.com
首页 >  
搜索关键字:role strategy plugin    ( 8713个结果
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
asp.net mvc 将Enum绑定在DropDownList了
假设我们有一个enum:public enum Role{ User = 0, Admin = 1024 }我们想要实现如此效果:因为enum本身并没有IEnumerable接口,所以不能直接使用new SelectList(Role);来将之填充DropDownList。但是我们可以写一个静态方法...
分类:Web程序   时间:2014-05-01 14:48:25    阅读次数:383
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
游戏分类
按游戏方式分类RPG (Roleplaying Game) 角色扮演游戏ACT (Action Game) 动作游戏AVG (Adventure Game) 冒险游戏SLG (Strategy Game) 策略游戏FTG (Fighting Game) 格斗游戏STG (Shoting Game) ...
分类:其他好文   时间:2014-05-01 12:02:18    阅读次数:298
jquery validation remote进行唯一性验证时只使用自定义参数,不使用默认参数
在使用validation进行唯一性验证时,想各个模块写一个统一的方法,相统一参数名称,但是remote方法会默认把对应的参数传过去如:会把role.roleName默认作为变量提交过去所以想自定义统一的参数,不想把默认参数传递过去但是validation插件似乎不支持,只好看源码了所以,既不影响其...
分类:Web程序   时间:2014-05-01 11:43:37    阅读次数:467
循环查询sql带逗号(,)分隔的数据
select * from sys_role_list where id in (select c from (with test as (select roleid c from sys_role_info where id=1) select substr(t.ca,instr(t.ca,...
分类:数据库   时间:2014-05-01 02:34:49    阅读次数:670
8713条   上一页 1 ... 869 870 871 872 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!