上一页 1 ··· 10 11 12 13 14
摘要: <!-- 加载Spring容器配置 --> <!-- 配置前端单一控制器 --> <servlet> <servlet-name>SpringMVC</servlet-name> <servlet-class>org.springframework.web.servlet.DispatcherSer 阅读全文
posted @ 2018-03-20 16:59 傲云萧雨 阅读(339) 评论(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 傲云萧雨 阅读(124) 评论(0) 推荐(0) 编辑
摘要: userName=rootpassword=systemurl=cjdbc:oracle:thin:@localhost:1521:xeclassName=oracle.jdbc.driver.OracleDriver 阅读全文
posted @ 2018-03-19 20:19 傲云萧雨 阅读(72) 评论(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 傲云萧雨 阅读(143) 评论(0) 推荐(0) 编辑
摘要: 、jquery的介绍 1.jQuery是一个优秀的javaSript的框架,一个轻量级的js库2.他封装了js,css,dom,童工了一致的,简介的API3.兼容css3以及各种浏览器4,是用户更加方便的处理HTML。EVENTS,实现动画的效果,并且方便的为网站提供AJAX交互,是用户的HTML页 阅读全文
posted @ 2018-03-12 16:14 傲云萧雨 阅读(234) 评论(0) 推荐(0) 编辑
摘要: <a href="javascript:;" onclick="document.getElementById('num').src = 'code.action?'+(new Date()).getTime()">换一张</a> 阅读全文
posted @ 2018-01-29 19:16 傲云萧雨 阅读(257) 评论(0) 推荐(0) 编辑
摘要: 坑1public class TestDemo { public static void main(String[] args) { System.out.println(test("0")+","+test(null)+","+test("66")); } public static int te 阅读全文
posted @ 2018-01-24 12:40 傲云萧雨 阅读(142) 评论(0) 推荐(0) 编辑
上一页 1 ··· 10 11 12 13 14