摘要:
在开发的过程中,经常发现一些类似:${log4j.level}之类的内容,后来才知道原因。下面解释一下:1、PropertyPlaceholderConfigurer是个bean工厂后置处理器的实现,也就是BeanFactoryPostProcessor接口的一个实现。PropertyPlaceholderConfigurer可以将上下文(配置文件)中的属性值放在另一个单独的标准java Properties文件中去。在XML文件中用${key}替换指定的properties文件中的值。这样的话,只需要对properties文件进行修改,而不用对xml配置文件进行修改。2、在Spring中,使 阅读全文
posted @ 2013-11-07 18:00
李秋
阅读(528)
评论(0)
推荐(0)
摘要:
1、eclipse 运行简单JAVA程序事例2、eclipse 安装lombok3、eclipse 远程调试程序4、eclipse 经常弹出提示框5、eclipse 修改设置Ctrl+Shift+F长度6、eclipse 文字不清楚的问题perferences -- general -- appearance -- color and font在右边选择basic -- Aa text Font 编辑指定系统字体。选择“中欧字符”即可7、eclipse 报错:java.lang.OutOfMemoryError: PermGen space修改eclipse.ini里面内容,例如:-start 阅读全文
posted @ 2013-11-07 15:23
李秋
阅读(494)
评论(0)
推荐(0)
浙公网安备 33010602011771号