摘要: 1 2 3 4 JAX-RS Tools Generated - Do not modify 5 JAX-RS Servlet 6 com.sun.jersey.spi.container.servlet.ServletContainer 7 8 ... 阅读全文
posted @ 2015-01-23 14:34 keitho00 阅读(2933) 评论(0) 推荐(0) 编辑
摘要: 1 先来看@queryparam 先看例子:Java代码Path("/users") public class UserService { @GET @Path("/query") public Response getUsers( @QueryParam... 阅读全文
posted @ 2015-01-22 15:58 keitho00 阅读(652) 评论(0) 推荐(0) 编辑
摘要: 1题目:Huffman Codeshttp://www.patest.cn/contests/mooc-ds/04-3 1 import java.io.BufferedReader; 2 import java.io.IOException; 3 import java.io.InputSt... 阅读全文
posted @ 2015-01-15 14:59 keitho00 阅读(209) 评论(0) 推荐(0) 编辑