03 2018 档案

摘要:invalid bound statement (not found)解决办法 是mepper里面找不到对应的接口,注意sql里面的id与接口名字一一对应 阅读全文
posted @ 2018-03-27 23:22 傲云萧雨 阅读(151) 评论(0) 推荐(0)
摘要:<!--注入数据库连接参数文件 --> <!-- <util:properties id="jdbc" location="classpath:dbconfig.properties"> </util:properties> --> <bean id="propertyConfigurer" cla 阅读全文
posted @ 2018-03-22 18:41 傲云萧雨 阅读(1208) 评论(0) 推荐(0)
摘要:spring-xml文件配置 <!-- 文件上传组件 --> <bean id="multipartResolver" class="org.springframework.web.multipart.commons.CommonsMultipartResolver" > </bean> 表单页面 阅读全文
posted @ 2018-03-22 18:37 傲云萧雨 阅读(176) 评论(0) 推荐(0)
摘要:<!-- 加载Spring容器配置 --> <!-- 配置前端单一控制器 --> <servlet> <servlet-name>SpringMVC</servlet-name> <servlet-class>org.springframework.web.servlet.DispatcherSer 阅读全文
posted @ 2018-03-20 16:59 傲云萧雨 阅读(345) 评论(0) 推荐(0)
摘要:public class TestCase { @Test public void testEggAndRice(){// EggAndRice eggAndRice = new EggAndRice();// System.out.println(eggAndRice); String cfg = 阅读全文
posted @ 2018-03-19 21:33 傲云萧雨 阅读(134) 评论(0) 推荐(0)
摘要:userName=rootpassword=systemurl=cjdbc:oracle:thin:@localhost:1521:xeclassName=oracle.jdbc.driver.OracleDriver 阅读全文
posted @ 2018-03-19 20:19 傲云萧雨 阅读(83) 评论(0) 推荐(0)
摘要:<?xml version="1.0" encoding="UTF-8"?><beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 阅读全文
posted @ 2018-03-15 14:38 傲云萧雨 阅读(147) 评论(0) 推荐(0)
摘要:、jquery的介绍 1.jQuery是一个优秀的javaSript的框架,一个轻量级的js库2.他封装了js,css,dom,童工了一致的,简介的API3.兼容css3以及各种浏览器4,是用户更加方便的处理HTML。EVENTS,实现动画的效果,并且方便的为网站提供AJAX交互,是用户的HTML页 阅读全文
posted @ 2018-03-12 16:14 傲云萧雨 阅读(247) 评论(0) 推荐(0)