12 2015 档案
Spring配置文件详解 - applicationContext.xml文件路径
摘要:spring的配置文件applicationContext.xml的默认地址在WEB-INF下,只要在web.xml中加入代码 spring就会被自动加载 但在实际的开发过程中,我们可能需要调整applicationContext.xml的位置,以使程序结构更加的清晰。在web.xml中,配置Spr
阅读全文
MyEclipse使用前优化与配置
摘要:局优化 1 设置默认编码方式 首选项> General > Workspace > GBK改成UTF-8 2 设置默认文件默认打开方式 首选项> General > Editors > File Associatioin 1) htm html 改成MyEclipse HTML Editor (中间
阅读全文