2017年 11月 01日 - IntelliJIDEALicenseServer1.5搭建在线激活

    内容说明

    IntelliJ IDEA价格不菲,但是如果有机会,各位请支持正版,教程仅供学习有交流,IntelliJ IDEA官网 如需激活,可以直接使用http://idealicenseserver.eoekun.top进行激活.

    2017年 11月 01日 - diamond operator is not supported in -source 1.5

    问题描述

    maven打包的时候,报错提示diamond operator is not supported in -source 1.5 原因是泛型构建在1.7中才支持略写的格式.设置下maven的编译跟打包版本为1.7之后的版本即可.

    2017年 10月 19日 - SpringMvc中使用@PathVariable丢失'.'的问题解决

    问题描述

    使用@PathVariable注解获取url中的参数时,当参数中包含.会截取.之前的部分作为@PathVariable的参数.