Java应用服务器 Java-Nio-Services

码农软件 · 软件分类 · Java开发工具 · 2019-11-06 20:29:02

软件介绍

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

本文地址:https://www.codercto.com/soft/d/18422.html

Data Structures and Algorithms in Python

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》 这本书的介绍吧!

JSON 在线解析
JSON 在线解析

在线 JSON 格式化工具

Base64 编码/解码
Base64 编码/解码

Base64 编码/解码

HEX HSV 转换工具
HEX HSV 转换工具

HEX HSV 互换工具