欢迎访问我的个人网站==》 jiashubing.cn
摘要: 先在 web.xml 中 添加Servlet <servlet> <servlet-name>bingTestServlet</servlet-name> <servlet-class>com.bing.servlet.BingTestServlet</servlet-class> <load-on 阅读全文
posted @ 2021-04-30 16:42 贾树丙 阅读(674) 评论(0) 推荐(0)
摘要: httpcore 包 <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpcore</artifactId> <version>${httpcore.version}</version> </depend 阅读全文
posted @ 2021-04-30 14:25 贾树丙 阅读(413) 评论(0) 推荐(0)