资源列表
xian
- 线程池用一个双向链表来表示,池中的元素是处于休眠状态的工作线程。ThreadPool类大部分工作都是来维护这个双向链表,当有新的请求到达时,先从表头摘取一个工作线程,将其唤醒转入工作状态。如果线程池为空,则创建一个新的工作线程。-thread pool with a two-way link list said to a pool element is in a state of dormancy threads. ThreadPool class most of the work to mai
javascript_trim
- 用JS实现JAVA string中的trim()方法
BluetoothServerPlayer
- its about using bluetooth in j2me as server
454
- 用代码做风景相册 1、准备尺寸大小相同的网上风景图片若干张(不超过28张), 2、打开文章编辑框,点选“源代码”, 3、将下面的源代码复制、粘贴进编辑框内, 4、用自己的图片网址替换源代码中的图片网址(红色), 5、根据图片的尺寸大小,修改源代码中图片的宽(width)和高(height)的像素值, 6、点选“编辑”,按正常编辑模式发表文章。-Using the code to do landscape album
PlayVideo
- 播放视频的代码实现。 需要下载JFM控件,清自行下载。-play Vedio . it can paly a lots of vedio. It need downLoad JFM,please download it youselft. Thanks you download very much.
ArnoldCat
- This java applet application shows the simple random graphic using awt tool.
java
- 这是一个java程序,判断是否构成三角形,如果是三角形,并且判断该三角形形状,很适合初学者学习-java study.
textsplittextnomodificationallowederrEE
- Create an ent3 reference and execute the "splitText(offset)" method.
ConstantString
- This VariableString is constant over time.
cyclic-array-to-string
- Test printing of cyclic arrays for Java scr ipt.
content-provider
- 可以使用content provider来对数据进行曾删改查-Can use the content provider to the data is used to delete
MD5Util
- MD5 Utility class to calculate the MD5 in a fast and efficient form.