摘要: 使用 @PathVariable 获取URL变量 controller 代码 jsp页面 阅读全文
posted @ 2018-08-09 21:37 大长腿 阅读(163) 评论(0) 推荐(0) 编辑
摘要: 工具类处理json public class ResponseUtil { public static void write(HttpServletResponse response,Object o)throws Exception{ response.setContentType("text/h 阅读全文
posted @ 2018-08-09 16:46 大长腿 阅读(103) 评论(0) 推荐(0) 编辑
摘要: 在 web.xml中添加 阅读全文
posted @ 2018-08-09 16:00 大长腿 阅读(95) 评论(0) 推荐(0) 编辑
摘要: 问题一:你们为什么要招聘这个职位? Q1: Why are you currently recruiting for this position? 这个问题会使得面试官开始谈论当前的项目,或者谈论前一位离职人员。无论哪种情况,都会让你了解,一些与你最密切相关的公司情况。 问题二:你们的新员工多吗? 阅读全文
posted @ 2018-08-09 14:39 大长腿 阅读(575) 评论(0) 推荐(0) 编辑
摘要: 1 导包 阅读全文
posted @ 2018-08-08 21:28 大长腿 阅读(485) 评论(0) 推荐(0) 编辑
摘要: <%@page isELIgnored=”false” %> 阅读全文
posted @ 2018-08-08 20:12 大长腿 阅读(207) 评论(0) 推荐(0) 编辑
摘要: 第一步 搭建web框架 name=archetypeCatalog value=internal (maven的配置) 第二步 导包 可能会用到的包 <!--测试--> <dependency> <groupId>junit</groupId> <artifactId>junit</artifact 阅读全文
posted @ 2018-08-08 15:57 大长腿 阅读(188) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/shang-shang/p/7477607.html 阅读全文
posted @ 2018-08-08 15:43 大长腿 阅读(97) 评论(0) 推荐(0) 编辑