charyj2000/DataServer
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
this is a web Project build by IntelliJ IDEA. i want to save some data at this place with mobile, and get data with my computer browser.so i create it. this server provide 3 interfaces 1 post server. url : http://localhost:port/DataServer/up?id=newID" , write data to post. this will save the data with in newID. 2 post server. url : http://localhost:port/DataServer/get?id=newID",no need write data. this will get one earliest piece of data with newID 3 post server. url : http://localhost:port/DataServer/clean?id=newID" ,no need write data .this will clean all data with newID