摘要:
@CreatedDate@LastModifiedDate 阅读全文
摘要:
There are two approaches to centering a columnin Bootstrap 3:Approach 1 (offsets):The first approach uses Bootstrap's own offset classes so it require... 阅读全文
摘要:
问题描述:现在需要将rack1目录下*.send文件中的"-ip="替换成“-localIp=10.0.0.1/n-ip=”刚才那个批量文本内容替换,只能替换内存中的内容,并不会替换文本中的内容,要替换文件中的内容需要一个一个文件去重定向,比较麻烦,本人比较懒,于是找到了一种更好的办法找到批量替换文... 阅读全文
摘要:
http://spring.io/blog/2015/02/11/better-application-events-in-spring-framework-4-2Better application events in Spring Framework 4.2ENGINEERINGSTÉPHANE... 阅读全文
摘要:
http://www.importnew.com/15637.html伴随lambda表达式、streams以及一系列小优化,Java 8 推出了全新的日期时间API,在教程中我们将通过一些简单的实例来学习如何使用新API。Java处理日期、日历和时间的方式一直为社区所诟病,将 java.util.... 阅读全文
摘要:
Spring应用的几种事务处理机制Java Transaction API和XA协议是Spring常用的分布式事务机制,不过你可以选择选择其他的实现方式。理想的实现取决于你的应用程序使用何种资源,你愿意在性能、安全、系统稳健性、数据完整方面做出何种权衡。在这次JavaWorld大会上,来自Sprin... 阅读全文
摘要:
http://blog.progs.be/542/date-to-java-timeJava8 has new date and time classes to “replace” the old not-so-beloved java.util.Date class.Unfortunately t... 阅读全文
摘要:
参考Java 8 Date and Time APIis one of the most sought after change for developers. Java has been missing a consistent approach for Date and Time from st... 阅读全文
摘要:
Spring-boot-enable-sslEnable HTTPS in Spring BootAPRIL 14, 2015DRISS AMRIThis weekend I answered a question about enabling HTTPS in JHipster onstackov... 阅读全文
摘要:
1、接口注释@Target({METHOD, FIELD, ANNOTATION_TYPE, CONSTRUCTOR, PARAMETER})@Retention(RUNTIME)@Documented@Constraint(validatedBy = {IncrementalValidator.c... 阅读全文