摘要:
http://www.tuicool.com/articles/iyiI32Pure中的主要组件包括:一个响应式网格,可根据需求定制。一个基于Normalize.css的基础库,用于修复跨浏览器兼容问题。统一的按钮风格,可与、元素结合使用。水平、垂直菜单,支持下拉菜单实用的表单组,适用于各种大小的屏... 阅读全文
摘要:
SpringMVC中使用Jcaptcha实现校验码验证:http://www.tuicool.com/articles/rMzAFj本文将使用Jcaptcha实现校验码验证,并演示在Spring/SpringMVC环境下的使用方法。1. maven依赖注:请按需对需要排除的依赖进行增减 com.o... 阅读全文
摘要:
@Controller@RequestMapping("/PictureCheckCode")public class ServletController { @RequestMapping public void pictureGenerate( HttpServletRequest ... 阅读全文
摘要:
iPhone 4iPhone 5iPhone 6iPhone 6 PlusDisplay Size3.5 in4 in4.7 in5.5 inScreen Size320 x 480 points320 x 568 points375 x 667 points414 x 736 pointsRend... 阅读全文
摘要:
/etc/nginx目录文件下:drwxr-xr-x 5 root root 4096 Apr 27 12:47 ./drwxr-xr-x 104 root root 4096 Apr 27 11:54 ../drwxr-xr-x 2 root root 4096 Feb 12 00:26 co... 阅读全文
摘要:
.navbar .nav > li .dropdown-menu { margin: 0;}.navbar .nav > li:hover .dropdown-menu { display: block;} 阅读全文
摘要:
1. Properties类@ConfigurationProperties(locations = "classpath:build.properties")@JsonInclude(value = JsonInclude.Include.NON_EMPTY)@JsonPropertyOrder(... 阅读全文
摘要:
Each bean should implements 'InitializingBean' 阅读全文
摘要:
1. javax.persistence.GeneratedValue@Data@MappedSuperclasspublic abstract class UUIDEntity { @Id @GeneratedValue(generator = "systemUUID") @Column(na... 阅读全文
摘要:
@LastModifiedDate @Convert(converter = LocalDateTime2TimestampConverter.class)@Slf4jpublic class LocalDateTime2TimestampConverter implements Attribut... 阅读全文