上一页 1 ··· 44 45 46 47 48 49 50 51 52 ··· 57 下一页
摘要: not exists 版本 SELECT org.*, u.rname AS uname FROM exam_org org LEFT JOIN exam_user u ON org.ouid = u.uno WHERE NOT EXISTS (SELECT id FROM exam_org WHERE id IN (8,0... 阅读全文
posted @ 2017-08-01 22:02 whmmm 阅读(517) 评论(0) 推荐(0)
摘要: 只对spring boot 有效,,对于xml 配置的 无效!!!! 阅读全文
posted @ 2017-08-01 08:39 whmmm 阅读(127) 评论(0) 推荐(0)
摘要: package org.whm.appcore; import java.util.Properties; import javax.sql.DataSource; import org.springframework.aop.framework.autoproxy.BeanNameAutoProxyCreator; import org.springframework.beans.fac... 阅读全文
posted @ 2017-07-31 11:10 whmmm 阅读(403) 评论(0) 推荐(0)
摘要: mybatis.xml mybatis mapper 头文件 阅读全文
posted @ 2017-07-30 21:25 whmmm 阅读(1186) 评论(0) 推荐(0)
摘要: #数据库访问配置 #mysql #spring.datasource.type=com.alibaba.druid.pool.DruidDataSource #spring.datasource.driver-class-name=com.mysql.jdbc.Driver #spring.datasource.url=jdbc:mysql://localhost:3306/blog #orac... 阅读全文
posted @ 2017-07-30 18:57 whmmm 阅读(2721) 评论(1) 推荐(0)
摘要: spring Boot 默认为我们提供了静态资源处理,使用 WebMvcAutoConfiguration 中的配置各种属性。 建议大家使用Spring Boot的默认配置方式,如果需要特殊处理的再通过配置进行修改。 如果想要自己完全控制WebMVC,就需要在@Configuration注解的配置类 阅读全文
posted @ 2017-07-30 17:04 whmmm 阅读(1186) 评论(0) 推荐(0)
摘要: package org.whm.core; import org.beetl.core.resource.ClasspathResourceLoader; import org.beetl.ext.spring.BeetlGroupUtilConfiguration; import org.beetl.ext.spring.BeetlSpringViewResolver; import org... 阅读全文
posted @ 2017-07-30 16:21 whmmm 阅读(4865) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2017-07-29 09:51 whmmm 阅读(363) 评论(0) 推荐(1)
摘要: 需要 spring-test 和 junit 阅读全文
posted @ 2017-07-28 10:23 whmmm 阅读(131) 评论(0) 推荐(0)
摘要: Pointcut 是指那些方法需要被执行"AOP",是由"Pointcut Expression"来描述的.Pointcut可以有下列方式来定义或者通过&& || 和!的方式进行组合. args()@args()execution()this()target()@target()within()@w 阅读全文
posted @ 2017-07-27 14:01 whmmm 阅读(126) 评论(0) 推荐(0)
上一页 1 ··· 44 45 46 47 48 49 50 51 52 ··· 57 下一页
//增加一段JS脚本,为目录生成使用