JSP 中Spring的Resource类读写中文Properties实例代码
网络编程 2021-07-05 11:23www.168986.cn编程入门
这篇文章主要介绍了JSP 中Spring的Resource类读写中文Properties实例代码的相关资料,需要的朋友可以参考下
JSP 中Spring的Resource类读写中文Properties
摘要: Spring对Properties的读取进行了完善而全面的封装,对于写则仍需配合FileOutputStream进行。
package .oolong.mon.util; import .springframework.core.io.support.PathMatchingResourcePatternResolver; import .springframework.core.io.support.ResourcePatternResolver; import java.io.; import java.util.; public class UserVar { private static String configFile = "classpath:param.properties"; private static .springframework.core.io.Resource resourceWritable; private static Properties p; / 注意事项: 1、properties放在source目录下 2、param.properties至少有一对键值对 / static { p = new Properties(); .springframework.core.io.Resource[] resources = null; try { ResourcePatternResolver resolver = new PathMatchingResourcePatternResolver(); resources = resolver.getResources(configFile); if (resources != null) { for (.springframework.core.io.Resource r : resources) { if (r != null) { p.load(r.getInputStream()); resourceWritable = r; } } } } catch (IOException e1) { e1.printStackTrace(); } } public static String get(String key) { String v = (String) p.get(key); if (v != null) { try { return new String(v.getBytes("ISO-8859-1"), "GBK"); } catch (UnsupportedEncodingException e) { e.printStackTrace(); return null; } } return null; } public static void set(String key,String value){ if (null != resourceWritable) { try { OutputStream fos = new FileOutputStream(resourceWritable.getFile()); Properties p = new Properties(); p.load(resourceWritable.getInputStream()); value = new String(value.getBytes("GBK"),"ISO-8859-1"); p.setProperty(key, value); p.store(fos, null); fos.close(); } catch (IOException e) { e.printStackTrace(); } } } }
感谢阅读,希望能帮助到大家,谢谢大家对本站的支持!
编程语言
- 如何快速学会编程 如何快速学会ug编程
- 免费学编程的app 推荐12个免费学编程的好网站
- 电脑怎么编程:电脑怎么编程网咯游戏菜单图标
- 如何写代码新手教学 如何写代码新手教学手机
- 基础编程入门教程视频 基础编程入门教程视频华
- 编程演示:编程演示浦丰投针过程
- 乐高编程加盟 乐高积木编程加盟
- 跟我学plc编程 plc编程自学入门视频教程
- ug编程成航林总 ug编程实战视频
- 孩子学编程的好处和坏处
- 初学者学编程该从哪里开始 新手学编程从哪里入
- 慢走丝编程 慢走丝编程难学吗
- 国内十强少儿编程机构 中国少儿编程机构十强有
- 成人计算机速成培训班 成人计算机速成培训班办
- 孩子学编程网上课程哪家好 儿童学编程比较好的
- 代码编程教学入门软件 代码编程教程