摘要:
@Target(value=TYPE) @Retention(value=RUNTIME) @Documented @Component public @interface Configuration Indicates that a class declares one or more @Bean 阅读全文
摘要:
URI 是统一资源 标识符,而 URL 是统一资源 定位符。因此,笼统地说,每个 URL 都是 URI,但不一定每个 URI 都是 URL。这是因为 URI 还包括一个子类,即统一资源 名称 (URN),它命名资源但不指定如何定位资源。上面的 mailto、 news 和 isbn URI 都是 U 阅读全文
摘要:
Mapping Requests to Servlets 映射请求到 Servlet The mapping techniques described in this chapter are required for Web containers mapping client requests to 阅读全文