03 2014 档案
摘要:转自:http://lavasoft.blog.51cto.com/62575/723192
阅读全文
摘要:1 for(int i = 0;i<array.size();i++){ 2 Goods g = array.get(i); 3 File file = new File("d://goodsInfo.txt"); 4 FileOutputStream fos1 = new FileOutputStream(file, true); 5 // 创建FileOutputStream对应的PrintStream,方便操作。PrintStream的写入接口更便利 6 ...
阅读全文
摘要:hibernate4整合spring3 时出现nested exception is java.lang.NoClassDefFoundError:org/hibernate/engine/SessionFactoryImplementor异常原因:3中这样配置 View Code 原因:4中该这样配置 hibernate4
阅读全文

浙公网安备 33010602011771号