搜索资源列表
ASP留言本v1.11标准版
- 本留言本最主要致力于解决留言的“非正常干扰”问题,如果有用户经常发一些垃圾信息或非法信息,管理员可以通过屏蔽IP或者添加过滤策略来阻止这些行为。特别地,过滤策略引入正则表达式(表述某种文字规律的语言),使任何试图在非法信息中加入干扰信息而逃避过滤的留言无藏身之地!另外,对于某些人通过“群发工具”之类的软件从外部提交数据的问题,本留言本引入验证码来解决,这样只有用户通过浏览器手动浏览网页,才能识别到验证码,进行正常的数据提交。如果还有漏网之鱼,那么站长可以启用审核功能,任何访客的留言都需要经过审核
浅谈网格安全策略
- 本问浅显地说明了当前条件下的网格安全技术以及相关的策略-asked the simple illustration of the current conditions of Grid technology and the related security strategy
headfirst.java
- 关于常用的几个设计模式的java实现原代码(包括工厂模式,命令模式,观察者模式,策略模式,个体模式等)-on several commonly used design patterns to achieve the java source code (including factory pattern, order patterns, observer mode, strategy model, individual mode)
DesignPattern_Strategy
- Java Design Pattern:Strategy 希望对大家有所帮助!-Java Design Pattern: Strategy hopes to help all of you!
Strategy
- 设计模式中的策略模式。源代码包括一测试例子。-Design Patterns in strategy mode. Source code, including one test example.
Strategy
- Strategy设计模式源码,希望能对大家有所帮助-failed to translate
Strategy
- 设计模式中行为模式的策略模式相关代码模拟演练-Design pattern Strategy pattern of behavior patterns related to the code simulation drill
strategy
- java useful design strategy
Strategy
- Strategy模式也叫策略模式是行为模式之一, 它对一系列的算法加以封装,为所有算法定义一个抽象的算法接口,并通过继承该抽象算法接口对所有的算法加以封装和实现,具体的算法选择交由客户端决定(策略)。Strategy模式主要用来平滑地处理算法的切换 。-Strategy pattern
java-Simulation-strategy-game-
- 模拟策略游戏 含jar包 源码 说明 玩得要有耐心-Simulation strategy game that bag containing .jar source code had to be patient
strategy
- 这个是关于java策略模式,例子是一个简单的模拟鸭子应用-This is about the java strategy pattern, for example is a simple application of simulated duck
strategy
- java 设计模式 策略模式 比较简单的一个java设计模式,仅供参考-java strategy
Java-implementation-of-Strategy-Mode
- 策略模式的Java代码实现,内容很简单,但只为了阐述原理。-Java code implementation of the strategy mode, the content is very simple, but only in order to illustrate the principles.
strategy
- A java implementation of the GOF pattern Strategy
strategy
- 假如有若干个类Person对象存在一个List 当中,对他们进行排序,分别按照名字、年龄、id进行排序(有正序与倒序两种排序方式)。假如年龄或者姓名重复,按照id的正序进行排序。使用策略模式进行。-If there are several classes Person object exists a List which, for them to sort, respectively, in accordance with the name, age, id sort (there are tw
Strategy
- java设计模式之策略模式 根据马士兵视频自己总结的!-Strategy Mode java design patterns under Refbacks Video own summary!
Strategy
- 设计模式中策略模型的小程序,初学设计模式策略模式。-Strategy Pattern
Strategy
- 策略模式定义了一系列的算法,并将每一个算法封装起来,而且使它们还可以相互替换。策略模式让算法独立于使用它的客户而独立变化。-The strategy pattern defines a family of algorithms, encapsulates each algorithm, and make them interchangeable. Strategy lets the algorithm independent of the use of its customers and the
strategy-pattern
- 策略模式 很不错啊,很实用,java基础,对你有很大帮助-The strategy pattern is very good, very practical, Java based, are of great help to you
Strategy
- 若干个Person对象放在一个list中,用策略模式对它们按名字、年龄和ID进行排序,包括正序和反序。假如名字相同,按ID正序排序。- There are several Object of Person in a list.Sort by name,age and ID,including ascending and descending.(Use Strategy mode)