一、概念
策略模式(Strategy):它定义了一系列的算法,并将每一个算法封装起来,而且使它们还可以相互替换。策略模式让算法的变化不会影响到使用算法的客户。(原文:The
Strategy Pattern defines a family of algorithms,encapsulates ea...
分类:
其他好文 时间:
2014-05-10 06:27:07
阅读次数:
431
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
参考资料:《大话设计模式》简单工厂模式://////简单工厂模式实验,2014.05.07---通过工厂类实例化对象///using System;using
System.Collections.Generic;using System.Linq;using System.Text;namespa...
分类:
其他好文 时间:
2014-05-10 05:16:31
阅读次数:
332
如果你想要在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
备忘。1、 maven-assembly-plugin jar-with-dependencies
com.talkingdata.engineer.util.CombineAppList ...
分类:
其他好文 时间:
2014-05-09 20:30:25
阅读次数:
486
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中文在前台显示乱码,本文使用了先在用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插件汇总地址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
原文: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
本实例其实也比较简单,自己定义一个PullRefreshFn插件继承Ext.plugin.PullRefresh。
主要给其添加了refreshFn下拉监听事件。listpaging插件未做任何修改。再将这两个插件添加到 list中。
本例未采用MVC模式。
app.js代码如下:
Ext.require(['Ext.form.Panel',
'Ext.data....
分类:
其他好文 时间:
2014-05-09 00:32:00
阅读次数:
490