资源列表
PersonManager
- 一个常见的人员管理接口,可以实现C,R,U,D操作,即插即用,简单明了-person manager,very useful
HelloSWT
- 我的第一个java桌面程序 正在学习 功能是打开一个程序窗口一些简单的组件-My first Java desktop applications are learning some simple components of a program window opens
Resources_Theme_Delegate
- Delegate used to provide new implementation of a select few methods of {@link Theme}.
SMILMediaElement
- interface SMILMediaElement extends ElementTime for Andriod.
XBooleanStatic
- This class doesn t have any XPathContext, so override whatever to ensure it works OK.
StudentManager_1.1_pengxiaojiang
- 学生管理系统,可以实现人员增减等功能,适合初学者。-JAVA Project\StudentManager_1.1_pengxiaojiang
FloatMath
- Returns the float conversion of the most positive (i.e. closest to positive infinity) integer value which is less than the argument.
TCPClient
- TCPClient in java - simple code - it is working-TCPClient in java - simple code - it is working
share
- 侧边栏停靠,可用于网页中,QQ好友、微博好友等的分享-share to your friend
DemoThread
- java多线程中生产者消费者模型 1、生产者仅仅在仓储未满时候生产,仓满则停止生产。 2、消费者仅仅在仓储有产品时候才能消费,仓空则等待。 3、当消费者发现仓储没产品可消费时候会通知生产者生产。 4、生产者在生产出可消费产品时候,应该通知等待的消费者去消费。-producer and consumer model