上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 27 下一页
摘要: 六月 30, 2016 5:47:47 下午 org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions信息: Loading XML bean definitions from class pa 阅读全文
posted @ 2016-06-30 18:00 园芳宝贝 阅读(9776) 评论(0) 推荐(0) 编辑
摘要: 1、把对象,list转成json: 2、json对象再转成对象或者list 此时即可。 阅读全文
posted @ 2016-06-30 13:40 园芳宝贝 阅读(8422) 评论(0) 推荐(0) 编辑
摘要: 1、常见错误: There is no getter for property named 'parentId' in 'class java.lang.Long'(或者String) org.mybatis.spring.MyBatisSystemException: nested excepti 阅读全文
posted @ 2016-06-28 19:25 园芳宝贝 阅读(27928) 评论(0) 推荐(0) 编辑
摘要: java.lang.IllegalStateException: Failed to load ApplicationContext at org.springframework.test.context.CacheAwareContextLoaderDelegate.loadContext(Cac 阅读全文
posted @ 2016-06-28 13:55 园芳宝贝 阅读(724) 评论(0) 推荐(0) 编辑
摘要: 常用: ModelAndViewi: return new ModelAndView("redirect:/toList"); 或者 ii:return "redirect:/toList"; 或者 1. 需求背景 需求:spring MVC框架controller间跳转,需重定向。有几种情况:不带 阅读全文
posted @ 2016-06-14 15:26 园芳宝贝 阅读(4163) 评论(0) 推荐(0) 编辑
摘要: IDEA运行tomcat,总是出现这个错误。 解决: 在tomcat的配置里,加上下面这句话: -Xms256m -Xmx512m -XX:MaxNewSize=64m -XX:MaxPermSize=128m 即是在tomcat里面设置jdk的命令: -Xms256m -Xmx512m -XX:M 阅读全文
posted @ 2016-06-01 15:29 园芳宝贝 阅读(1008) 评论(0) 推荐(0) 编辑
摘要: 1、新建tld文件: my-functions.tld: 2、建立java类: 3、在web.xml中定义: 4、jsp中调用 即可调用。 阅读全文
posted @ 2016-05-27 15:18 园芳宝贝 阅读(2579) 评论(0) 推荐(0) 编辑
摘要: 1、现在resources目录下创建xml文件: -resources --config shipCorp.xml shipCorp.xml:文件内容如下: 2、新建工具类: 以上就可以了。 阅读全文
posted @ 2016-05-27 13:25 园芳宝贝 阅读(761) 评论(0) 推荐(0) 编辑
摘要: 1、jsp自带标签的格式化: jstl fmt 函数大全:主要针对格式化功能 Tags fmt:requestEncoding fmt:setLocale fmt:timeZone fmt:setTimeZone fmt:bundle fmt:setBundle fmt:message fmt:pa 阅读全文
posted @ 2016-05-25 23:20 园芳宝贝 阅读(11452) 评论(3) 推荐(2) 编辑
摘要: 、在Windows Server2008R2上安装Oracle Database 11g Release 2,下载64位的安装程序,地址: 文件1:http://download.oracle.com/otn/nt/oracle11g/112010/win64_11gR2_database_1of2 阅读全文
posted @ 2016-05-18 17:34 园芳宝贝 阅读(2696) 评论(0) 推荐(0) 编辑
上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 27 下一页