CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 WEB源码 搜索资源 - observer

搜索资源列表

  1. headfirst_observer_subject

    0下载:
  2. 设计模式观察者模式,使用的一个weatherdata数据作为subject,然后三个布告板当做Display-observer subject
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:10534
    • 提供者:fengpeng
  1. pushlettest

    0下载:
  2. Pushlet 是一个开源的 Comet 框架,Pushlet 使用了观察者模式:客户端发送请求,订阅感兴趣的事件;服务器端为每个客户端分配一个会话 ID 作为标记,事件源会把新产生的事件以多播的方式发送到订阅者的事件队列里-Pushlet framework is an open source of Comet, Pushlet using the observer pattern: the client sends a request, subscribe to events of inte
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:519575
    • 提供者:jinweixing
  1. Java_Observer

    0下载:
  2. java观察者设计模式范例,学习观察者设计模式的很好入门材料- java observer design pattern example, the observer design pattern learning good introductory material
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:778
    • 提供者:黄为民
  1. GenericObservable

    0下载:
  2. The Generic Observable class when using the Observer/Obervable design pattern.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-06
    • 文件大小:822
    • 提供者:Smerx
  1. ObservableTest

    0下载:
  2. Java 设计模式之 观察者模式,简单而使用,大家一看就明白了!-Java design patterns of the observer mode, simple to use, everyone can understand it!
  3. 所属分类:Java Develop

    • 发布日期:2017-04-15
    • 文件大小:6597
    • 提供者:小明
  1. E

    0下载:
  2. 一个简单的设计模式里的观察者模型接口的java程序-A simple design model for the observer model in the interface of the Java program
  3. 所属分类:JavaScript

    • 发布日期:2017-04-12
    • 文件大小:614
    • 提供者:tuzi
  1. ObserverTest

    0下载:
  2. 做了一个观察者模式的简单例子,目的在于更好的学习设计模式,写代码时间短,请多指教-A simle Observer-Pattern example is made in order to learn Design Patterns.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-15
    • 文件大小:6083
    • 提供者:韦壮焜
  1. observerSchema

    0下载:
  2. java 设计模式 之 观察着模式 针对java观察者模式进行实现-java design patterns of the observer pattern Be realized for java observer mode
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-04-13
    • 文件大小:2433
    • 提供者:安洁
  1. chc

    0下载:
  2. web版的线上棋牌游戏。 能建房间,更改玩家名称,在游戏中发送即时消息等。 本次更新:修正了一些错误;增加观察者模式;首页增加自动更新房间信息;短消息优化。 安装方法:运行install.php,填写好服务器、数据库、用户名、密码等信息,然后提交即可。 运行环境:PHP5 + MYSQL5-Web version of the online chess game. Can build a room, change the name of the player
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-05-03
    • 文件大小:789890
    • 提供者:hmpudn97
  1. pushlet-2.0.4

    0下载:
  2. Pushlet 是一个开源的 Comet 框架,Pushlet 使用了观察者模式:客户端发送请求,订阅感兴趣的事件;服务器端为每个客户端分配一个会话 ID 作为标记,事件源会把新产生的事件以多播的方式发送到订阅者的事件队列里-Pushlet framework is an open source of Comet, Pushlet using the observer pattern: the client sends a request, subscribe to events of inte
  3. 所属分类:Java Develop

    • 发布日期:2017-05-14
    • 文件大小:3297145
    • 提供者:liuhanjiang
  1. ObserverExample

    0下载:
  2. Observer Example in Java.
  3. 所属分类:Java Develop

    • 发布日期:2017-05-04
    • 文件大小:14222
    • 提供者:alias
  1. Exer2

    0下载:
  2. 本文是关于观察者模式,帮助你更加的了解观察者模式-This article is about the observer pattern to help you get more understanding of the observer pattern
  3. 所属分类:Applet

    • 发布日期:2017-12-13
    • 文件大小:9416
    • 提供者:蒋欣
  1. sheji2

    0下载:
  2. ①在观察者模式中,会改变的是主题的状态,以及观察者的数目和类型; ②主题与观察者都使用接口,观察者利用主题接口向主题注册,而主题利用 观察者接口通知观察者,具有松耦合特点; ③该模式利用组合将许多观察者组合进主题中,对象之间的关系不是通过 继承产生的,而是在运行时利用组合的方式而产生的。(In the observer pattern, the state of the subject changes, and the number and type of observer; Both
  3. 所属分类:Java编程

    • 发布日期:2017-12-22
    • 文件大小:872448
    • 提供者:lll123456
  1. mvc模式

    0下载:
  2. 虽然模型不了解视图的任何详细信息,但是模型和视图之间存在“观察者”关系。换句话说,视图保留对模型的引用并将其自身注册到模型以接收更改通知。接收到通知后,视图将从模型中获取新数据并对 UI 进行更新。(Although the model does not understand any of the details of the view, there is an observer relationship between the model and the view. In other word
  3. 所属分类:Java编程

    • 发布日期:2017-12-20
    • 文件大小:47104
    • 提供者:666平
  1. ObserverModel

    0下载:
  2. 本程序是java开发设计模式中观察者设计模式最基本的实现原理(This program is java development design patterns, observer design patterns, the most basic principles of implementation)
  3. 所属分类:Applet

    • 发布日期:2017-12-16
    • 文件大小:2048
    • 提供者:幻想_52
  1. pushlet-2.0.4

    0下载:
  2. Pushlet 是一个开源的 Comet 框架,Pushlet 使用了观察者模式:客户端发送请求,订阅感兴趣的事件;服务器端为每个客户端分配一个会话 ID 作为标记,事件源会把新产生的事件以多播的方式发送到订阅者的事件队列里。(Pushlet is an open source Comet framework, Pushlet use of the observer pattern: the client sends a request to subscribe to events of int
  3. 所属分类:Java编程

    • 发布日期:2017-12-26
    • 文件大小:3282944
    • 提供者:gao410940747
  1. exercise5_handout

    0下载:
  2. java中23中设计模式中,观察者模式的解说运用,完整的java代码(In Java 23 in the design pattern, the explanation of the observer pattern, the complete Java code)
  3. 所属分类:Java编程

    • 发布日期:2018-01-10
    • 文件大小:8192
    • 提供者:媛狮子
  1. 气象观测站

    0下载:
  2. 观察者模式,实现数据更新的监听,当有一方面数据变化时,会通知到所有观察者。(The observer pattern, the monitoring of data updates, will notify all observers when there is one aspect of the change in the data.)
  3. 所属分类:Java编程

    • 发布日期:
    • 文件大小:3072
    • 提供者:mamagician
  1. Ember_v3.1.0

    0下载:
  2. Ember.js是一个用于创建 web 应用的 Javascr ipt MVC 框架,采用基于字符串的Handlebars 模板,支持双向绑定、观察者模式、计算属性(依赖其他属性动态变化)、自动更新模板、路由控制、状态机等。(Ember.js is a Javascr ipt MVC framework for creating web applications, using a string based Handlebars template that supports two-way bin
  3. 所属分类:WEB开发

    • 发布日期:2018-05-01
    • 文件大小:1295360
    • 提供者:代下载
« 1 2 3 4 5»
搜珍网 www.dssz.com