ZHENFENG13 /
My-Blog
:palm_tree::octocat:A simple & beautiful blogging system implemented with spring-boot & thymeleaf & mybatis My Blog 是由 SpringBoot + Mybatis + Thymeleaf 等技术实现的 Java 博客系统,页面美观、功能齐全、部署简单及完善的代码,一定会给使用者无与伦比的体验
Loading repository data…
deep2223 / repository
implement a simple HTTP server application and use it with off- the-shelf HTTP clients (including httpc client). Precisely, we aim to build a simple remote file manager on top of the HTTP protocol in the server side with following functionalities and commands : HTTP server library, GET, GET /filename, POST /filename, Security Hardening, Error handling, Concurrent Requests, Content-Type and Content-Disposition
This Reository contains code for the Data communication and Computer Network Protocol Implementation
Steps to run Project: 1. Run Server.java ( Run on Port 8888 ) 2. Run HttpClient.java ( To handle HTTP client request) 3. FTP_Client.java ( To handle FTP client request )
Implement HTTP server library
To Get with query parameters : httpc get 'http://localhost:8888/get?'
To Get with verbose option : httpc get -v 'http://localhost:8888/get?course=networking&assignment=1'
Post : httpc post http://localhost: 8888/post?
To Post with inline data : httpc post -h Content-Type:application/json -d '{"Assignment":1}' http://localhost:8888/post?
To Support –o option: httpc get -v 'http://localhost:8888/get?course=networking&assignment=1' -o hello.txt
Implement GET / : httpfs get/ http://localhost:8888/get?
Implement GET /filename: httpfs get/one.java http://localhost:8083/get?
Implement POST /filename: httpfs post/helo.txt http://localhost:8889/post?
5.6. HTTP/1.1 404 FILE NOT FOUND error message
Concurrent Requests: Multiple client can read but can not write at same time.
Content-Type and Content-Disposition:
Selected from shared topics, language and repository description—not editorial ratings.
ZHENFENG13 /
:palm_tree::octocat:A simple & beautiful blogging system implemented with spring-boot & thymeleaf & mybatis My Blog 是由 SpringBoot + Mybatis + Thymeleaf 等技术实现的 Java 博客系统,页面美观、功能齐全、部署简单及完善的代码,一定会给使用者无与伦比的体验
Yalantis /
Neat library, that provides a simple way to implement guillotine-styled animation
michelelacorte /
A simple implementation of swipe card like StreetView
mohamed-taman /
Springy Store is a conceptual simple μServices-based project using the latest cutting-edge technologies, to demonstrate how the Store services are created to be a cloud-native and 12-factor app agnostic. Those μServices are developed based on Spring Boot & Cloud framework that implements cloud-native intuitive, design patterns, and best practices.
iamxpy /
UC Berkeley's Database class CS186: Implement A Simple Database Management System
ZHENFENG13 /
layui 版本的 My-Blog : A simple & beautiful blogging system implemented with spring-boot & layui & thymeleaf & mybatis My Blog 是由 SpringBoot + Layui + Mybatis + Thymeleaf 等技术实现的 Java 博客系统,页面美观、功能齐全、部署简单及完善的代码,一定会给使用者无与伦比的体验