Functionals“To become significantly more reliable, code must become more transparent. In particular, nested conditions and loops must be viewed with g...
分类:
其他好文 时间:
2014-12-27 16:05:34
阅读次数:
283
一、什么是嵌套类及内部类? 可以在一个类的内部定义另一个类,这种类称为嵌套类(nested classes),它有两种类型: 静态嵌套类和非静态嵌套类。静态嵌套类使用很少,最重要的是非静态嵌套类,也即是被称作为 内部类(inner)。嵌套类从JDK1.1开始引入。其中inner类又可分为三种:...
分类:
编程语言 时间:
2014-12-25 11:15:44
阅读次数:
284
异常如下:org.dom4j.DocumentException: Error on line 2 of document file:///D:/workspaces/struts2/lesson01/src/newfile.xml : White spaces are required betwe...
分类:
其他好文 时间:
2014-12-20 00:36:40
阅读次数:
523
最近开发遇到一个bug,异常日志为:nested exception is org.codehaus.jackson.JsonParseException: Invalid UTF-8 start byte 0xbc,从日志上可以看出,springMVC在解析json数据时,发现json数据不是utf-8的格式,这样的结果让我百思不得其解,于是经历下如下的一系列尝试,花了半天时间,才解决这个bug...
分类:
编程语言 时间:
2014-12-19 10:05:35
阅读次数:
296
注意提示信息:Mapped Statements collection does not contain value for Addressbook.pageSelect此问题的原因是Dao层使用的命名空间与Mapper文件中使用的不一致;HTTP Status 500 - Request processing failed; nested exception is org.mybatis.spr...
分类:
移动开发 时间:
2014-12-17 18:33:01
阅读次数:
287
Introduce to basic $stateProvider.state() with $stateParams services. Understand how nested router works.Note: we can put template into a spreated htm...
分类:
Web程序 时间:
2014-12-17 00:12:42
阅读次数:
299
1、错误描述
nested exception is java.sql.SQLException:ORA-01722:无效数字
2、错误原因
3、解决办法...
分类:
其他好文 时间:
2014-12-10 18:07:56
阅读次数:
121
今天在把自己的项目转为maven架构的时候,居然碰到了一个很奇葩的问题具体如下:org.springframework.beans.factory.xml.XmlBeanDefinitionStoreException: Line 23 in XML document from class pat....
分类:
编程语言 时间:
2014-12-10 17:55:32
阅读次数:
1240
一. nested loop 原理
nested loop 连接(循环嵌套连接)指的是两个表连接时, 通过两层嵌套循环来进行依次的匹配, 最后得到返回结果集的表连接方法.
假如下面的 sql 语句中表 T1 和 T2 的连接方式是循环嵌套连接, T1 是驱动表
select *
from T1, T2
where T1.id = T2.id and T1.nam...
分类:
数据库 时间:
2014-12-09 19:40:23
阅读次数:
145
报错信息: Failed?to?send?out?e-mail com.sun.mail.smtp.SMTPSendFailedException:?501?mail?from?address?must?be?same?as?authorization?user;??nested?exception?is: com.sun.mail.smtp.S...
分类:
其他好文 时间:
2014-12-08 19:53:02
阅读次数:
450