-
MyCxfServer
基于cxf实现的java服务器端webservice,包含一个sayHello方法,供入门者参考(Java server-side Web service based on CXF includes a sayHello method for beginners to refer to)
- 2019-05-19 15:38:46下载
- 积分:1
-
飞机大战jar包
想学习java的朋友们可以自行下载了解一下(If you want to learn java, you can download it for yourself.)
- 2020-06-21 22:20:02下载
- 积分:1
-
javaException
说明: JAVA中一些常见的异常和发生此异常的原因解释(JAVA some common anomaly interpretation)
- 2009-09-01 18:03:32下载
- 积分:1
-
www.RoboHobby.com_Java_ME_Disc
Java program that teaches you how to
- 2013-10-30 02:10:40下载
- 积分:1
-
43556877
java方面的教程, 是一个好教程 内容很全 讲解详细()
- 2018-02-08 18:22:04下载
- 积分:1
-
生存手册 12.5.17
a kind of living book
- 2018-10-20 13:01:41下载
- 积分:1
-
java实现的P2P即时聊天程序(源码+文档+jar运行包)
一个简单的P2P即时聊天系统,实现功能如下: 1) 点对点的单人聊天 2) 多人同时聊天 3) 用户可以自由加入和退出
- 2019-06-29下载
- 积分:1
-
Airline-Resevation-System
A Netbeans project for Online Airline reservation system( in Java)
- 2014-07-12 16:56:34下载
- 积分:1
-
时钟 走动
说明: 一个应用线程实现指针运动的指针时钟程序。程序应用绘制函数时钟面板,根据线程休眠时间间隔,每隔1000ms进行一次重绘。程序通过获取系统时间函数并加以计算个指针位置,再利用绘制函数将其绘制在面板上,通过设置指针长度及颜色,实现时针、分针、秒针的区分。次外,通过获取窗体大小,设置圆面圆心坐标及半径,可依据窗口大小动态划分圆面大小,并动态绘制刻度点位置。(A pointer clock program that uses threads to implement pointer movement. The program draws the function clock panel and redraws it every 1000ms according to the interval of thread dormancy. The program obtains the system time function and calculates the position of a pointer, then draws it on the panel by drawing function. By setting the length and color of the pointer, it achieves the distinction of clockwise, minute and secondhand. Secondly, by acquiring the size of the form and setting the coordinates and radius of the circle center, the circle size can be dynamically divided according to the size of the window, and the location of the scale points can be dynamically plotted.)
- 2020-06-19 19:00:01下载
- 积分:1
-
BankSystem
说明: 更新银行系统(BankSystem),模拟实现3个用户对统一账号进行存入、取出、转账等操作
CustomerGenerator线程:随机生成办理业务的顾客以及其操作类型、金额等
Cashier线程:从等待队列中抽取第一个顾客并为其办理业务
多线程:ArrayBlockingQueue<Customer>数组阻塞队列
文件列表:
BankSystem.java
Cashier.java
Customer.java
CustomerGenerator.java
CustomerLine.java(BankSystem
ArrayBlockingQueue<Customer>)
- 2020-07-15 17:08:50下载
- 积分:1