摘要:
The origin server did not find a current reprsentation for the target resource or is not willing to disclose that one exists. 解决: 1. web.xml文件位置是否放错,应 阅读全文
摘要:
友情链接:葬瞳飘血的个人博客(知识点总结&刷题笔记) 用池来管理Connection,这可以重复使用Connection。有了池,所以我们就不用自己来创建Connection,而是通过池来获取Connection对象。 当使用完Connection后,调用Connection的close()方法也不 阅读全文