凌培勇

Results 2 issues of 凌培勇

when I click a label in ie, then alert colorbox, but the position of colorbox is not center,the center position is the left ,top of colorbox;because the size of the...

**1. 问题表现** 比如我在resources/application.yml下定义一个变量 hasor: dataway: authorization: username: adminuser 然后我又在resources/config/application.yml下定义一个变量 hasor: dataway: authorization: username: adminuserInConfig 那么我从 hasor的BuildConfig.envProperties得到的值是adminuser , 而从 @Value("${hasor.dataway.authorization.username:}")得到的值是adminuserInConfig **2.问题可能出现的地方** 我个人觉得出现问题的地方是net.hasor.spring.beans.AbstractEnvironmentAware#setupEnvironment这个方法 public Properties setupEnvironment(Environment environment) { this.environment = environment; Properties...