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

搜索资源列表

  1. SingletonCode

    0下载:
  2. java 模式,写一个Singleton出来,有2个,可以比较使用,是面试题来的-mode, write out a Singleton, two, can use more, yes questions to the surface
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:2794
    • 提供者:albert_jq
  1. Singleton

    0下载:
  2. Singleton的java实现!-Singleton to achieve the java!
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:9728
    • 提供者:侯进良
  1. chapter

    0下载:
  2. 飞机订票系统,实现订票,退票,查询 the banking system relates to multi-threaded, socket programming, and Singleton design pattern. Notes for the complete source Gilmour, documentation, together with the development process
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:289486
    • 提供者:l
  1. Singleton

    0下载:
  2. java设计模式的例子,Singleton
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:9809
    • 提供者:edith000
  1. 项目实训之-银行系统

    1下载:
  2. 本银行系统涉及到多线程,Socket编程,和Singleton设计模式。源玛注释齐全,有说明文档,并附开发过程的UML设计图。仅供学习参考,望多多指教。-the banking system relates to multi-threaded, socket programming, and Singleton design pattern. Notes for the complete source Gilmour, documentation, together with the devel
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:409003
    • 提供者:侯锦坤
  1. Singleton

    0下载:
  2. 单例模式的代码,稍微改动就可以生成懒汉模式-Single cases of model code
  3. 所属分类:Java Develop

    • 发布日期:2017-04-29
    • 文件大小:14264
    • 提供者:耿维康
  1. Singleton

    0下载:
  2. JAVA单子模式Singleton程序代码-List mode
  3. 所属分类:Java Develop

    • 发布日期:2017-04-01
    • 文件大小:613
    • 提供者:Maker
  1. singleton

    0下载:
  2. singleton example program
  3. 所属分类:Java Develop

    • 发布日期:2017-04-16
    • 文件大小:102196
    • 提供者:aboali
  1. singleton

    0下载:
  2. 单态模式实例程序,对于深入理解设计模式很有帮助-Examples of single-state model program, in great detail
  3. 所属分类:Java Develop

    • 发布日期:2017-04-24
    • 文件大小:11780
    • 提供者:lige
  1. javapatterns

    0下载:
  2. 里面包含了23中设计模式源代码,其中包括工厂模式(Factory)、单例(Singleton)、观察者模式(Observer)、适配器模式-Which contains 23 design patterns in source code, including the factory pattern (Factory), Singleton (Singleton), Observer pattern (Observer), Adapter
  3. 所属分类:Java Develop

    • 发布日期:2017-04-16
    • 文件大小:296999
    • 提供者:萤火虫
  1. singleton

    0下载:
  2. use singletong exzample-singleton
  3. 所属分类:Java Develop

    • 发布日期:2017-04-06
    • 文件大小:6766
    • 提供者:harui
  1. Hip-HopZone

    0下载:
  2. 这是第二期期中答辩的项目 也奉献下 适用于JSP/serverlet初学者 是一个论坛模式的网站 里面有板块的创建和权限的管理 单例模式的-This is the second defense of the project period under the offer also applies to JSP/serverlet beginner mode is a forum site which has plate creation and rights management Singleto
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-05-16
    • 文件大小:4606650
    • 提供者:Jarnon
  1. singleton

    0下载:
  2. 一个JUDE Community简单的singleton单线程-A simple single-threaded singleton
  3. 所属分类:Java Develop

    • 发布日期:2017-04-08
    • 文件大小:13303
    • 提供者:蓝染
  1. singleton

    0下载:
  2. 单例模式的 java 代码 在java开发中常用的一种模式-Singleton pattern java code
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-05-08
    • 文件大小:2019918
    • 提供者:王之涣
  1. Singleton

    0下载:
  2. 软件设计模式单例模式,采用单例模式连接数据库的超级好的模式-JAVA Design Pattern——Singleton
  3. 所属分类:Java Develop

    • 发布日期:2017-12-05
    • 文件大小:5211
    • 提供者:pipi
  1. singleton

    0下载:
  2. A java implementation of the singleton GOF pattern
  3. 所属分类:Java Develop

    • 发布日期:2017-12-10
    • 文件大小:3683
    • 提供者:avekdon
  1. Singleton

    0下载:
  2. 单例模式(Singleton Pattern):单例模式确保某一个类只有一个实例,而且自行实例化并向整个系统提供这个实例,这个类称为单例类,它提供全局访问的方法。 -Singleton Pattern: Ensure a class has only one instance and provide a global point of access to it.
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-12-01
    • 文件大小:14750
    • 提供者:753951
  1. Singleton

    0下载:
  2. Singleton Object Cla-Singleton Object Class
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:586
    • 提供者:volkan
  1. singleton

    0下载:
  2. java singleTon ,值得学习的java单例模式,很好的学习资料-java singleTon
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-04-11
    • 文件大小:1154
    • 提供者:liuzou
  1. Singleton

    0下载:
  2. java语言实现单例模式,直接可以使用。已调试通过。-java language singleton pattern, you can use directly. We have been debug through.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-14
    • 文件大小:2725
    • 提供者:hacousr
« 12 3 »
搜珍网 www.dssz.com