摘要: <bean id="prop" class="org.springframework.beans.factory.config.PropertiesFactoryBean"><property name="locations"> <array> <value>classpath:db.propert 阅读全文
posted @ 2018-10-30 23:36 轩钰儿 阅读(464) 评论(0) 推荐(0) 编辑
摘要: @Value(("#{prop.uploadHost}"))private String uploadHost;@RequestMapping(value = "/insertImgUrl")public ResultData insertImgUrl(HttpServletRequest requ 阅读全文
posted @ 2018-10-30 23:31 轩钰儿 阅读(898) 评论(0) 推荐(0) 编辑
摘要: 修改文件可读写属性的方法 例如:把index.htm 文件修改为可写可读可执行: chmod 777 index.htm 要修改目录下所有文件属性可写可读可执行: chmod 777 *.* 该命令中可以使用 * 作为通配符。 比如:修改所有htm文件的属性: chmod 777 *.htm 修改文 阅读全文
posted @ 2018-10-30 23:23 轩钰儿 阅读(863) 评论(0) 推荐(0) 编辑