资源列表
Servlet
- 用java实现的servlet生命周期,servlet小应用程序。可帮助初学者进一步了解servlet-Servlet small application with java servlet life cycle to achieve. Can help beginners learn more about servlet
CacheResponse
- A response cache entry. A {@code CacheResponse} object provides an {@code InputStream} to access the response body and a {@code Map} for the response headers.
SSLContextSpiImpl
- S S L Context Spi Impl Source Code for Andriod.
Test_lload
- forName Source Code for Andriod.
FolderSystem
- 实现一个简单的文件系统 添加一个文件或目录 删除一个文件或一个空目录 列出所有的孩子(文件或子目录)的目录-The realization of a simple file system Add a file or directory Delete a file or an empty directory List all of the children (file or directory) directory
Test
- 通过分页符 读取txt文本中数据,并将每一页数据放到一个数组中,在jsp页面中分页展示-Through breaks ' ' read txt text data, and each page of data into an array, paging display in jsp page
CompositeStu
- flex编程的入门参示,供学习参考, MXML编程环境,一种优越的AIR环境和富互联网技术,构建快捷实用的flash编程技术,-flex,learn much go,
Shiyan
- 处理异常需要的时间开销因方法不同,所需要的时间也是不同的-The time required to deal with unusual expenses due to differences in the method, the time required is also different
chopsticktest
- 这是一个用多线程编写的哲学家进餐问题,里面用到了多线程中的一些知识。-This is a multi-threaded, prepared with the dining philosophers problem, which uses a multi-threaded some knowledge.
Travaling
- 描述: 某售货员要到若干城市去推销商品,已知各城市之间的路程(或旅费)。他要选定一条从驻地出发,经过每个城市一遍,最后回到驻地的路线,使总的路程( 或旅费)最小。各个城市之间可能是有向连通的、无向连通的、以及存在某个城市不连通的情况,你的程序应该能够处理所有可能的情况。如下图表示各个城市间无向连通。 输入: 第一行为一个整数n(n<=10),表示城市的总个数。接下来是一个n*n的矩阵,用来表示城市间的连通情况以及花费,例如path[i][j]=len,len=
request
- 一个页面内部的request,学会使用jsp的内置对象-Within a page request, learn to use the built-in objects jsp
Caculator
- 通过Java语言,基本实现了计算器的最基本的运算,是初学Java者的很好的资料-Through the Java language, the basic realization of the basic calculator operations, is a good beginner' s information on Java