white knight

导航

 

2018年4月27日

摘要: @SpringBootApplication @EnableJpaAuditing public class Application {...} @Component public class AuditorAwareImpl implements AuditorAware<String> { pu 阅读全文
posted @ 2018-04-27 16:23 white knight 阅读(1040) 评论(0) 推荐(0) 编辑
 
摘要: <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-cache</artifactId></dependency>@Cacheable(value = "value1", k 阅读全文
posted @ 2018-04-27 16:03 white knight 阅读(139) 评论(0) 推荐(0) 编辑
 
摘要: 参考 https://www.cnblogs.com/JentleWang/p/3654603.html https://blog.csdn.net/tuzhen007/article/details/11183961 if @exist_trancount > 0 begin rollback t 阅读全文
posted @ 2018-04-27 15:01 white knight 阅读(292) 评论(0) 推荐(0) 编辑
 
摘要: 参考 http://www.jb51.net/article/83051.htm angluar.module("aaa").directive("testDirective", function() { return { scope : { param1 : "=", param2 : "=" } 阅读全文
posted @ 2018-04-27 09:23 white knight 阅读(156) 评论(0) 推荐(0) 编辑
 
摘要: 参考 https://blog.csdn.net/u010451286/article/details/50635839 阅读全文
posted @ 2018-04-27 09:17 white knight 阅读(63) 评论(0) 推荐(0) 编辑