资源列表
Web_based_classic_code_QQ_process
- 基于web的QQ程序经典代码Web-based classic code QQ proce-Web-based classic code QQ process
spliter
- 可以移动变色的层,以大层为依托,小层可以不断产生-Div can move with change color!
upload
- This is used to upload the file
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
DemoThread
- java多线程中生产者消费者模型 1、生产者仅仅在仓储未满时候生产,仓满则停止生产。 2、消费者仅仅在仓储有产品时候才能消费,仓空则等待。 3、当消费者发现仓储没产品可消费时候会通知生产者生产。 4、生产者在生产出可消费产品时候,应该通知等待的消费者去消费。-producer and consumer model