2019年11月18日
摘要: 0. pom.jar <!-- https://mvnrepository.com/artifact/org.mybatis/mybatis --> <dependency> <groupId>org.mybatis</groupId> <artifactId>mybatis</artifactId 阅读全文
posted @ 2019-11-18 20:35 iscurry 阅读(164) 评论(0) 推荐(0)
摘要: 1. springmvc.xml 设置拦截器 1 <mvc:interceptors> 2 <mvc:interceptor> 3 <mvc:mapping path="/*"/> 4 <bean class="com.xing.intercep.IntercepterDemo"></bean> 5 阅读全文
posted @ 2019-11-18 20:26 iscurry 阅读(144) 评论(0) 推荐(0)
摘要: 1. web <script src="https://cdn.staticfile.org/jquery/1.10.2/jquery.min.js"> </script> <script> function fun1() { $.ajax({ type:"post", url:"getJson.a 阅读全文
posted @ 2019-11-18 20:21 iscurry 阅读(145) 评论(0) 推荐(0)