摘要: https://see.stanford.edu/Course 阅读全文
posted @ 2017-04-21 17:30 charles999 阅读(89) 评论(0) 推荐(0)
摘要: Previous:SpringMVC_1 Next:SpringMVC_3_实操Binding ************************************************************ Spring MVC起步 http://www.imooc.com/learn/4 阅读全文
posted @ 2017-04-21 15:45 charles999 阅读(252) 评论(0) 推荐(0)
摘要: next:MyBatis加强版_2_分页 ************************************** mybaits接口式编程:规范参数,与spring结合时非常重要 sql数据库的xml文件: <mapper namespace="com.imooc.dao.IMessage"> 阅读全文
posted @ 2017-04-21 10:29 charles999 阅读(228) 评论(0) 推荐(0)
摘要: 官方API:http://api.jquery.com/ from IMOOC: Web前端工程师 http://www.imooc.com/course/programdetail/pid/32 jQuery基础(二)—DOM篇 http://www.imooc.com/learn/530 jQu 阅读全文
posted @ 2017-04-21 10:07 charles999 阅读(262) 评论(0) 推荐(0)
摘要: previous:MyBatis_2_MyBatis下载并搭建框架 next:MyBatis_4_一对多关系配置 4-1 SQL动态拼接 1.parameterType可直接填写java.long包的类型,不需要包名 2. OGNL(与EL一样是一种语言)功能强大的表达式语言(直接支持JAVA对象的 阅读全文
posted @ 2017-04-20 14:21 charles999 阅读(10988) 评论(0) 推荐(0)
摘要: from IMOOC: Web前端工程师 http://www.imooc.com/course/programdetail/pid/32 jQuery基础(二)—DOM篇 http://www.imooc.com/learn/530 jQuery基础(三)—事件篇 http://www.imooc 阅读全文
posted @ 2017-04-20 11:30 charles999 阅读(150) 评论(0) 推荐(0)
摘要: preivious:MyBatis_1 next:MyBatis_3_SQL动态拼接 3-1 MyBatis下载并搭建框架 download site: https://github.com/mybatis/mybatis-3/releases 下载: Latest release mybatis- 阅读全文
posted @ 2017-04-20 09:39 charles999 阅读(656) 评论(0) 推荐(0)
摘要: 20170412 Eclipse:快捷提示 alt +/ 阅读全文
posted @ 2017-04-19 17:58 charles999 阅读(122) 评论(0) 推荐(0)
摘要: 转载请注明出处:http://www.cnblogs.com/JsonShare Spring学习(8) @Autowired注解(一) 可以将@Autowired注解为“传统”的setter方法 ? 1 2 3 4 5 6 7 8 9 10 11 12 13 14 package com.mypa 阅读全文
posted @ 2017-04-19 17:58 charles999 阅读(165) 评论(0) 推荐(0)
摘要: Spring学习(18) AOP基本概念及特点 出处:http://www.cnblogs.com/JsonShare Spring官方文档:http://docs.spring.io/spring/docs/current/spring-framework-reference/htmlsingle 阅读全文
posted @ 2017-04-19 17:57 charles999 阅读(226) 评论(0) 推荐(0)