- 授权协议: GPL
- 开发语言: Java
- 操作系统: 跨平台
- 软件首页: https://github.com/pankai2014/Java-Nio-Services
- 软件文档: https://github.com/pankai2014/Java-Nio-Services/blob/master/README.md
软件介绍
JAVA服务器基于JAVA NIO
I. 实现HTTP协议
II. 实现HTTPS协议
III. 实现FASTCGI协议(Client端)
运行HTTP/HTTPS服务器
运行开发包下jar文件
java -jar http-server-version-{version}.jar
源码编译
http: 编译源码并运行src/org/kaipan/www/socket/http/HttpServer.java
https: 编译源码并运行src/org/kaipan/www/socket/http/HttpSslServer.java
配置文件路径
开发包下http-server.properties
开发包下https-server.properties
Data Structures and Algorithms in Python
Michael T. Goodrich、Roberto Tamassia、Michael H. Goldwasser / John Wiley & Sons / 2013-7-5 / GBP 121.23
Based on the authors' market leading data structures books in Java and C++, this book offers a comprehensive, definitive introduction to data structures in Python by authoritative authors. Data Struct......一起来看看 《Data Structures and Algorithms in Python》 这本书的介绍吧!