onload事件和DOMContentLoaded事件
onload事件和DOMContentLoaded事件onload事件:等待页面所有资源(包括dom树,图片,第三方框架)加载完毕,再执行代码DOMContentLoaded事件:等待页面dom树加载完毕,再执行代码jquery中使用的$(document).ready(function(){}),实际上监听的就是DOMContentLoaded事件...
Spring框架今日份练习
第一个配置文件<?xml version="1.0" encoding="UTF-8"?><beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="