码迷,mamicode.com
首页 >  
搜索关键字:role strategy plugin    ( 8713个结果
策略模式
一、概念 策略模式(Strategy):它定义了一系列的算法,并将每一个算法封装起来,而且使它们还可以相互替换。策略模式让算法的变化不会影响到使用算法的客户。(原文:The Strategy Pattern defines a family of algorithms,encapsulates ea...
分类:其他好文   时间:2014-05-10 06:27:07    阅读次数:431
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
简单工厂模式与Strategy模式
参考资料:《大话设计模式》简单工厂模式://////简单工厂模式实验,2014.05.07---通过工厂类实例化对象///using System;using System.Collections.Generic;using System.Linq;using System.Text;namespa...
分类:其他好文   时间:2014-05-10 05:16:31    阅读次数:332
GWT-Dev-Plugin(即google web toolkit developer plugin)for Chrome的安装方法
如果你想要在Chrome中进行GWT调试,需要安装“gwt developer plugin for chrome”,但是普通安装模式下,会提示:This application is not supported on this computer. Installation has been dis...
分类:Web程序   时间:2014-05-10 00:12:24    阅读次数:507
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
django +jQuery Grid Plugin 实现表格前提自动分页, 排序
由于django中文在前台显示乱码,本文使用了先在用django模板生成表格,再用jQueryGrid对表格进行处理。<linkhref="../pqgrid.min.css"rel="stylesheet"><scripttype="text/javascript"src="../js/pqgrid.min.js"></script><scripttype="text/javascript"s..
分类:Web程序   时间:2014-05-09 14:38:35    阅读次数:989
cacti插件汇总地址
cacti插件汇总地址http://forums.cacti.net/about14985.htmlPluginArchitecture:2.1forCacti0.8.7bhttp://cactiusers.orgRequiredtousepluginsAggregate(0.7.0B2)http://docs.cacti.net/plugin:aggregateAutom8(0.30)http://docs.cacti.net/plugin:autom8B.A.S.E.(0.1)http://f..
分类:其他好文   时间:2014-05-09 14:22:08    阅读次数:500
jquery validate 详解一
原文:http://blog.sina.com.cn/s/blog_608475eb0100h3h1.htmljQuery校验官网地址:http://bassistance.de/jquery-plugins/jquery-plugin-validation一导入js库1 2 二、默认校验规则(1)...
分类:Web程序   时间:2014-05-09 13:07:16    阅读次数:465
SenchaTouch2.3.1 中使用listpaging以及pullrefresh插件 做的分页示例
本实例其实也比较简单,自己定义一个PullRefreshFn插件继承Ext.plugin.PullRefresh。 主要给其添加了refreshFn下拉监听事件。listpaging插件未做任何修改。再将这两个插件添加到 list中。 本例未采用MVC模式。 app.js代码如下: Ext.require(['Ext.form.Panel', 'Ext.data....
分类:其他好文   时间:2014-05-09 00:32:00    阅读次数:490
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!