搜索资源列表
Java_mutilThread
- 在学习Java的多线程时,对于其并发控制的实现,一直是初学者的难点。本实例中,详细的实现了Wait与notify的使用方法与技巧。对初学者具有比强的参考价值。
Example
- 利用java 模拟多线程 notify() ,wait(),notifyAll(), 通过买票的实例来模拟。 -The use of multi-threaded java simulation notify (), wait (), notifyAll (), through to simulate an example of vote-buying.
multithread2008
- 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
JSPShop
- 交易撮合系统是一套买卖信息沟通的平台,为您提供了一个完整的商品供应、商品需求的信息管理解决方案。交易撮合系统除了提供商品的供需信息,还提供的商品展示等功能。后台提供了用户管理、商品管理、帖子管理、文章管理,通过用户管理可以更改用户信用度、权限、是否琐定,通过帖子管理进行供求信息管理、交易撮合。 系统特点:前台,用户可以进行比较购物,发帖不需要进行复杂的个人注册,只需添个邮箱地址,以便进行交易通知。 技术支持:系统基于JAVA技术开发,可以跨平台,支持MYSQL数据库。 快速搭建
Java
- 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
atm
- 简单ATM(Automatic Teller Machine)系统的基本功能包括登录、注销、查询、存款、取款以及修改密码。 模拟的ATM终端在用户登录时,将其账号和密码通过网络传送到ATM服务器,ATM服务器根据数据库中的信息查询该账号和密码是否正确,并将结果返回给ATM终端。如果账号和密码正确,ATM终端进入下一操作界面;否则提示出错。注销操作用于通知ATM服务器本次交易结束,查询、存款、取款以及修改密码操作都是先将命令发送给ATM服务器,再由ATM服务器在数据库上执行相应操作,并将操作结果返
SNMPANDMESSAGE
- SNMP实现简单网络设备管理,并短信通知相关人员进行故障处理!-SNMP simple network device management to achieve and the message notify the relevant personnel in troubleshooting!
wait
- BlackBerry Java application using wait and notify progress bar (showing progress during network connection)
HealthClubProject
- 模仿www.healthsport.com俱乐部。 俱乐部会员资格费用为75元/人,或100元/家庭。每月收费,40元/人,55元/夫妻(每个10~18岁孩子另加10元)。 每位会员持有一张会员卡(7位识别码),每个家庭持有一张卡(7位识别码)。 参加活动,俱乐部服务员记录日期和卡号。 会费通过银行卡支付,如果支付中止,会员记录暂停,一旦支付恢复,会员记录可用;暂停6个月后,会员记录停止;会员可通知俱乐部取消资格。 逐月统计:会员年龄及各年龄段百分比、性别、居住地、有效/停止
electronicAuction
- 基于WEB的电子拍卖系统,实现了B2C,C2C的拍卖(系统自动判别)···对物品的分类管理,Email自动通知物主和拍买人,对物品的概要和详细浏览功能等,采用Struts2+Spring+Hibernate整合开发。-WEB-based electronic auction system, to achieve the B2C, C2C auction (automatic identification system)*** the classification of the goods man
phonebook
- an java addressbook not tested please notify us after testing
Java_multi-threaded_programming_pitfalls
- 线程交互是比较复杂的问题,SCJP要求不很基础:给定一个场景,编写代码来恰当使用等待、通知和通知所有线程-Thread interaction is a complex issue, SCJP asked not to be very basic: Given a scenario, write code to appropriate use of wait, notify and inform all threads
java
- 1)理解线程的概念; (2)了解线程的状态和生命周期; (3)学习继承Thread 类来创建线程; (4)使用Runnable 接口。 (5)学习Runnable 接口在Applet 程序中的使用; (6)掌握Runnable 接口实现多线程的优点; (7)加深对Applet 中的几个常用方法的理解。 (8)理解线程同步的含义; (9)掌握synchronized 同步方法与synchronized 同步语句的用法; (10)学会使用Thread Group
math
- A collection of mathematics routines that I use in my programs. Implementation of standard but non-trivial operations like interpolation and regression in Java. [note: please activate and notify me at tonysabbadini@hotmail.com if possible thanks!]-A
sheyMsg
- 弹窗,右下角弹窗,帅气,实用,仿QQ效果,msn等。-Nf,asp.net page notify
jiptables_beta1.tar
- JIPtables - Java api for linux firewall by Daniel Zozin <meltingshell@gmail.com> This API provide an iterface to the iptables firewall, to linux netfilter log and connection api The jIPtables rule management allow to parse, generate
pnotify-master
- Pines Notify是一个Javascr ipt的消息提醒插件,基于Bootstrap框架和jQuery UI框架。-Pines Notify is a Javascr ipt message reminded the plug-in, based on the the Bootstrap framework and jQuery UI framework.
5-5_2
- 采用NOTIFY和WAIT控制的多线程累加-NOTIFY and WAIT control using multithreading accumulation
PerformanceTestBase
- Interface to notify the input method when the user clicks a candidate or makes a direction-gesture on candidate view.
producer_cousummer_wait_notify
- 生产者与消费者问题,多线程的应用实例,介绍了wait()和notify()的使用方法-Producer and consumer issues, multithreaded application examples, describes the wait () and notify () method to use