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

搜索资源列表

  1. notepad_sk_make

    0下载:
  2. Java 记事本, 有些新意, 请过目。如果是垃圾程序,请通知一下。我好不用再等了-Java notebook, some new ideas, please read. If it is rubbish for you notice here. I better not wait any longer
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:731234
    • 提供者:shenkun
  1. javachm(1)

    0下载:
  2. 爱好JAVA的朋友可以来看一下这个程序,肯定让你不虚此行,等待你的光临指导,多提意见哦!-JAVA-loving friends can look at what the procedure does let you well spent, you wait for the presence of guidance and opinions!
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:127359
    • 提供者:单丽丽
  1. mystudentadmin

    0下载:
  2. 一个用于学生注册选课信息管理的简单的管理系统,学生可以选课,可以查看选课及课表教师等待-a student registered for classes information management simple management system, students can Course. Elective can view and wait for the teachers Timetable
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:27097
    • 提供者:付文刚
  1. yizhen5jiantingdashangchuan

    2下载:
  2. 受控潜艇通过鱼雷攻击水上目标-商船。由于驱动程序过程中要装入大量的图片,声音效果文件,可能需要等待一段时间-controlled by submarine torpedo attack targets water-merchant. As the driver to the process of loading a large number of pictures, sound effects documents may need to wait for a certain period of
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:261166
    • 提供者:李珍
  1. Java_mutilThread

    1下载:
  2. 在学习Java的多线程时,对于其并发控制的实现,一直是初学者的难点。本实例中,详细的实现了Wait与notify的使用方法与技巧。对初学者具有比强的参考价值。
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:3632
    • 提供者:金晶
  1. gif动画等待线程

    0下载:
  2. jbuilder下开发的等待提示线程,如果你的程序执行很慢,可以挂一个等待线程动画,这个的GIF动画一般,可以根据需要改写,内附使用说明。-JBuilder under development suggest waiting threads, if your procedure is very slow, and can carry a thread wait for animation, the GIF animation in general, it may need to be rewri
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:1190420
    • 提供者:熊运余
  1. Example

    0下载:
  2. 利用java 模拟多线程 notify() ,wait(),notifyAll(), 通过买票的实例来模拟。 -The use of multi-threaded java simulation notify (), wait (), notifyAll (), through to simulate an example of vote-buying.
  3. 所属分类:Java Develop

    • 发布日期:2017-03-23
    • 文件大小:921
    • 提供者:落草
  1. web

    0下载:
  2. 1.建立服务器监听程序,等待web浏览器发送请求 2.当接收到web服务器的链接请求时新建响应线程接受web服务器的访问请求 3.响应线程发送浏览器请求的页面给web浏览器,关闭打开的资源结束自身线程。 -1 Create the server listener to wait for the web browser sends a request when receiving links to a web server request a new response thread r
  3. 所属分类:Java Develop

    • 发布日期:2017-11-26
    • 文件大小:5349
    • 提供者:eddywang
  1. RPMS

    1下载:
  2. 本系统是一套用于小区物业管理业务的综合系统。利用计算机网络的各种优势,根据物业管理原则,对物业小区的各种服务进行统一、规范的管理,本系统实现了计算机对楼房、业主、设备的统计,查询,修改,添加等工作。达到规范化管理的效果,提高工作效率、提升对业主住户服务需求的反应速度,从而全面提高物业管理的水平和服务质量。- The management information system of the property is a set of integrated system, which is use
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-06-02
    • 文件大小:14742528
    • 提供者:彭俊杰
  1. multithread2008

    0下载:
  2. Java的多线程,程序、进程和线程的概念,实现多线程的两种方式,线程同步的原理,线程的死锁,运用wait和notify来实现producer - consumer关系,线程终止的两种情况。-Java multi-threading, procedures, process and thread the concept of the realization of multi-threaded in two ways, the principle of simultaneous threads, t
  3. 所属分类:Java Develop

    • 发布日期:2017-04-13
    • 文件大小:2271
    • 提供者:haoyingying
  1. Buffer

    0下载:
  2. 英国帝国理工学院电脑系多线程课程教学材料之五 ---- 有限缓冲区范例-The program uses a bounded buffer monitor into which the Producer thread puts characters and from which the Consumer thread gets characters. The Consumer runs slightly faster than the Producer, so start the Produce
  3. 所属分类:Java Develop

    • 发布日期:2017-04-02
    • 文件大小:3184
    • 提供者:Key
  1. Java

    0下载:
  2. 4、多线程有几种实现方法,都是什么?同步有几种实现方法,都是什么? 答:多线程有两种实现方法,分别是继承Thread类与实现Runnable接口 同步的实现方面有两种,分别是synchronized,wait与notify -4, multi-threaded implementation has several methods, what is? Synchronization has several methods of implementation are what? A: T
  3. 所属分类:Java Develop

    • 发布日期:2017-04-25
    • 文件大小:21445
    • 提供者:xh
  1. Java

    0下载:
  2. 本作品分为3个模块 (1) 游戏主类,继承自JFrame类,负责游戏的全局控制。 内含 1, 一个GameCanvas画布类的实例引用, 2, 一个保存当前活动块(ErsBlock)实例的引用, 3, 一个保存当前控制面板(ControlPanel)实例的引用 * (2) 一轮游戏过程,实现了Runnable接口 一轮游戏是一个大循环,在这个循环中,每隔100毫秒,检查游戏中的当前块是否已经到底了,如果没有, 就继续等待。如果到底了,就看有没有全填满的行,如
  3. 所属分类:JavaScript

    • 发布日期:2017-03-30
    • 文件大小:214372
    • 提供者:忍爱
  1. Socket

    0下载:
  2. 用Java Socket完成如下功能:建立客户端和服务器端通讯,服务器端地址为本地端口自拟。两端以TCP形式通讯,假设客户端Class叫Client,服务器端Class叫Server。当运行 java Client Hello时,服务器端能接受客户发来的Hello字符并打印”Receive Hello”然后返回给客户端“How r u doing”字符串 客户端收到后打印”Received How are you doing”. 此时服务器端服务始终运行并未停止并等待其他Socket连接(客户端
  3. 所属分类:JavaScript

    • 发布日期:2016-01-24
    • 文件大小:32621
    • 提供者:wangdan
  1. chapter04

    0下载:
  2. extjs java 学习第四章,有兴趣还可以继续等待 -Chapter IV extjs java learning, who are interested can continue to wait
  3. 所属分类:JavaScript

    • 发布日期:2017-04-06
    • 文件大小:24324
    • 提供者:moloveye
  1. NSI-YBS-JAVA01

    0下载:
  2. java课件很好的java课件,后续章节敬请等待-good java software java software, please wait for the follow-up section
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:605806
    • 提供者:笃行
  1. NSI-YBS-JAVA02

    0下载:
  2. java课件很好的java课件,后续章节敬请等待-good java software java software, please wait for the follow-up section
  3. 所属分类:Java Develop

    • 发布日期:2017-05-01
    • 文件大小:828298
    • 提供者:笃行
  1. wait

    0下载:
  2. BlackBerry Java application using wait and notify progress bar (showing progress during network connection)
  3. 所属分类:Java Develop

    • 发布日期:2017-04-04
    • 文件大小:4172
    • 提供者:tanim
  1. wait

    0下载:
  2. struts2 等待跳转页面在数据等待的情况先跳转到等待页面-struts2 waiting for data waiting to jump page in the case of the first jump to wait for a page
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-05-13
    • 文件大小:3221928
    • 提供者:周军
  1. wait

    0下载:
  2. 等待效果,下载后可直接使用用,欢迎下载。-java wait
  3. 所属分类:Java Develop

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