摘要:
事件处理的三个阶段 今天面试被问到这个问题,我听得一脸懵,啥三个阶段,我只知道触发事件,事件冒泡,别的还真不知道,上网搜索了一下,W3C的原文链接 The capture phase: The event object propagates through the target’s ancestor 阅读全文
摘要:
XML 全称为Extensible Markup Language 可扩展标记语言。一般作为配置文件,可在网络中传输。 和html的区别是,它的语法规定更加严格,同时,xml中的标签都是自定义的,而html中的标签是预定义的。 xml一般用来存储数据,而html一般用来展示数据。 xml文档的第一行 阅读全文
摘要:
错误信息 org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.reflection.ReflectionException: There is no getter for property 阅读全文
摘要:
错误信息 严重: Unable to process Jar entry [module-info.class] from Jar [jar:file:/C:/Users/qinsfu/.m2/repository/com/fasterxml/jackson/core/jackson-core/2. 阅读全文