2023年3月

背景:一个历史项目用的是 spring3.2 的版本,在jdk1.7中运行没有问题,但是如果在jdk1.8中运行就会报错

---浏览器中显示:

HTTP Status 500 - Servlet.init() for servlet springmvc_rest threw exception


HTTP Status 500 - Servlet.init() forservlet springmvc_rest threw exception

type Exception report

message Servlet.init()
forservlet springmvc_rest threw exception

description The server encountered an internal error that prevented it from fulfilling
thisrequest.

exception

javax.servlet.ServletException: Servlet.init()
forservlet springmvc_rest threw exception
org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:
502)
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:
79)
org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:
616)
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:
528)
org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:
1099)
org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:
670)
org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:
1520)
org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.run(NioEndpoint.java:
1476)
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:
1142)
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:
617)
org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:
61)
java.lang.Thread.run(Thread.java:
745)
root cause

java.lang.IllegalArgumentException
org.springframework.asm.ClassReader.
<init>(Unknown Source)
org.springframework.asm.ClassReader.
<init>(Unknown Source)
org.springframework.asm.ClassReader.
<init>(Unknown Source)
org.springframework.core.type.classreading.SimpleMetadataReader.
<init>(SimpleMetadataReader.java:52)
org.springframework.core.type.classreading.SimpleMetadataReaderFactory.getMetadataReader(SimpleMetadataReaderFactory.java:
80)
org.springframework.core.type.classreading.CachingMetadataReaderFactory.getMetadataReader(CachingMetadataReaderFactory.java:
101)
org.springframework.core.type.classreading.SimpleMetadataReaderFactory.getMetadataReader(SimpleMetadataReaderFactory.java:
76)
org.springframework.context.annotation.ConfigurationClassParser.getImports(ConfigurationClassParser.java:
298)
org.springframework.context.annotation.ConfigurationClassParser.getImports(ConfigurationClassParser.java:
300)
org.springframework.context.annotation.ConfigurationClassParser.getImports(ConfigurationClassParser.java:
300)
org.springframework.context.annotation.ConfigurationClassParser.doProcessConfigurationClass(ConfigurationClassParser.java:
230)
org.springframework.context.annotation.ConfigurationClassParser.processConfigurationClass(ConfigurationClassParser.java:
153)
org.springframework.context.annotation.ConfigurationClassParser.parse(ConfigurationClassParser.java:
130)
org.springframework.context.annotation.ConfigurationClassPostProcessor.processConfigBeanDefinitions(ConfigurationClassPostProcessor.java:
285)
org.springframework.context.annotation.ConfigurationClassPostProcessor.postProcessBeanDefinitionRegistry(ConfigurationClassPostProcessor.java:
223)
org.springframework.context.support.AbstractApplicationContext.invokeBeanFactoryPostProcessors(AbstractApplicationContext.java:
630)
org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:
461)
org.springframework.web.servlet.FrameworkServlet.configureAndRefreshWebApplicationContext(FrameworkServlet.java:
647)
org.springframework.web.servlet.FrameworkServlet.createWebApplicationContext(FrameworkServlet.java:
598)
org.springframework.web.servlet.FrameworkServlet.createWebApplicationContext(FrameworkServlet.java:
661)
org.springframework.web.servlet.FrameworkServlet.initWebApplicationContext(FrameworkServlet.java:
517)
org.springframework.web.servlet.FrameworkServlet.initServletBean(FrameworkServlet.java:
458)
org.springframework.web.servlet.HttpServletBean.init(HttpServletBean.java:
138)
javax.servlet.GenericServlet.init(GenericServlet.java:
158)
org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:
502)
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:
79)
org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:
616)
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:
528)
org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:
1099)
org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:
670)
org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:
1520)
org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.run(NioEndpoint.java:
1476)
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:
1142)
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:
617)
org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:
61)
java.lang.Thread.run(Thread.java:
745)

完整错误提示

------------eclipse 中显示:
八月 31, 2017 4:08:48 下午 org.apache.catalina.core.StandardWrapperValve invoke
严重: Allocate exception for servlet springmvc_rest
java.lang.IllegalArgumentException
at org.springframework.asm.ClassReader.<init>(Unknown Source)

八月 31, 2017 4:08:48下午 org.apache.catalina.core.StandardWrapperValve invoke
严重: Allocate exception
forservlet springmvc_rest
java.lang.IllegalArgumentException
at org.springframework.asm.ClassReader.
<init>(Unknown Source)
at org.springframework.asm.ClassReader.
<init>(Unknown Source)
at org.springframework.asm.ClassReader.
<init>(Unknown Source)
at org.springframework.core.type.classreading.SimpleMetadataReader.
<init>(SimpleMetadataReader.java:52)
at org.springframework.core.type.classreading.SimpleMetadataReaderFactory.getMetadataReader(SimpleMetadataReaderFactory.java:
80)
at org.springframework.core.type.classreading.CachingMetadataReaderFactory.getMetadataReader(CachingMetadataReaderFactory.java:
101)
at org.springframework.core.type.classreading.SimpleMetadataReaderFactory.getMetadataReader(SimpleMetadataReaderFactory.java:
76)
at org.springframework.context.annotation.ConfigurationClassParser.getImports(ConfigurationClassParser.java:
298)
at org.springframework.context.annotation.ConfigurationClassParser.getImports(ConfigurationClassParser.java:
300)
at org.springframework.context.annotation.ConfigurationClassParser.getImports(ConfigurationClassParser.java:
300)
at org.springframework.context.annotation.ConfigurationClassParser.doProcessConfigurationClass(ConfigurationClassParser.java:
230)
at org.springframework.context.annotation.ConfigurationClassParser.processConfigurationClass(ConfigurationClassParser.java:
153)
at org.springframework.context.annotation.ConfigurationClassParser.parse(ConfigurationClassParser.java:
130)
at org.springframework.context.annotation.ConfigurationClassPostProcessor.processConfigBeanDefinitions(ConfigurationClassPostProcessor.java:
285)
at org.springframework.context.annotation.ConfigurationClassPostProcessor.postProcessBeanDefinitionRegistry(ConfigurationClassPostProcessor.java:
223)
at org.springframework.context.support.AbstractApplicationContext.invokeBeanFactoryPostProcessors(AbstractApplicationContext.java:
630)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:
461)
at org.springframework.web.servlet.FrameworkServlet.configureAndRefreshWebApplicationContext(FrameworkServlet.java:
647)
at org.springframework.web.servlet.FrameworkServlet.createWebApplicationContext(FrameworkServlet.java:
598)
at org.springframework.web.servlet.FrameworkServlet.createWebApplicationContext(FrameworkServlet.java:
661)
at org.springframework.web.servlet.FrameworkServlet.initWebApplicationContext(FrameworkServlet.java:
517)
at org.springframework.web.servlet.FrameworkServlet.initServletBean(FrameworkServlet.java:
458)
at org.springframework.web.servlet.HttpServletBean.init(HttpServletBean.java:
138)
at javax.servlet.GenericServlet.init(GenericServlet.java:
158)
at org.apache.catalina.core.StandardWrapper.initServlet(StandardWrapper.java:
1238)
at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:
1151)
at org.apache.catalina.core.StandardWrapper.allocate(StandardWrapper.java:
828)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:
135)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:
106)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:
502)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:
141)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:
79)
at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:
616)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:
88)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:
528)
at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:
1099)
at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:
670)
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:
1520)
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.run(NioEndpoint.java:
1476)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:
1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:
617)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:
61)
at java.lang.Thread.run(Thread.java:
745)

完整错误提示

之前百度折腾过,说是spring 版本和jdk 冲突。要么就把spring 版本升级到4.0以上。本人下面的博客的第二点有说明:

http://www.cnblogs.com/rogge7/p/7241456.html

决定:心想总是要解决的,准备把spring相关的包升级到4以上的版本,那问题了,找jar包是个问题,找多少版本是个问题,相关连的包??

步骤:1、原来项目的jar包

如果去网上找?本地项目或仓库找? 一个个找感觉都不现实。想到一个方法,新建一个Maven项目,全部的导入相关的依赖包,把这些包导出来,替换到旧项目。

2、新建Maven项目, 添加添加相关jar(不懂百度)

Maven配置 和创建一个Maven项目 - 海蓝steven - 博客园 -- 5、添加jar包
http://www.cnblogs.com/rogge7/p/7272594.html

3、导出jar包

maven导出项目依赖的jar包 - java学习开发 - CSDN博客
http://blog.csdn.net/fendou123_love/article/details/46356823

导出到自定义目录中

在maven项目下创建lib文件夹(不创建也可以,自定义其它的文件夹名也可以),输入以下命令:

mvn dependency:copy-dependencies -DoutputDirectory=lib

maven项目所依赖的jar包都会复制到项目目录下的lib目录下

等待运行完成后,Maven项目下就会多了lib的文件夹

4、把旧项目的jar包换成新的就可以打开网页了。大功告成

拓展:Maven仓库估计没有配置远程的服务器,搜索的时候未能显示到jar包的其它版本(都是本地的)。待学习

==2017-11-13 18:18   把已经改造好的项目 从jdk1.8放到jdk1.7的环境运行:

\day01\03-视频\02-使用js的缺点.avi;
\day01\03-视频\03-jQuery初体验.avi;
\day01\03-视频\04-什么是jQuery.avi;
\day01\03-视频\05-jQuery版本问题.avi;
\day01\03-视频\06-jQuery入口函数的解释.avi;
\day01\03-视频\07-jq对象与DOM对象的区别.avi;
\day01\03-视频\08-jq对象与js对象.avi;
\day01\03-视频\09-隔行变色案例(区分两个对象).avi;
\day01\03-视频\10-$符号的实质.avi;
\day01\03-视频\11-jquery的基本选择器.avi;
\day01\03-视频\12-jquery的层级选择器.avi;
\day01\03-视频\13-过滤选择器.avi;
\day01\03-视频\14-下拉菜单案例.avi;
\day01\03-视频\15-mouseenter与mouseover的区别.avi;
\day01\03-视频\15-突出展示案例.avi;
\day01\03-视频\16-手风琴案例.avi;
\day01\03-视频\17-淘宝精品案例.avi;
\day01\03-视频\18-jq调错技巧.avi;
\day01\03-视频\19-index方法详解.avi;
\day01\03-视频\20-复习.avi;
\day02\03-视频\01-学生反馈.avi;
\day02\03-视频\02-css操作.avi;
\day02\03-视频\03-class操作.avi;
\day02\03-视频\04-tab栏切换.avi;
\day02\03-视频\05-属性操作.avi;
\day02\03-视频\06-美女相册案例.avi;
\day02\03-视频\07-prop方法与表格全选案例.avi;
\day02\03-视频\08-show hide动画.avi;
\day02\03-视频\09-三组基本动画.avi;
\day02\03-视频\10-京东轮播图.avi;
\day02\03-视频\11-自定义动画.avi;
\day02\03-视频\12-手风琴案例.avi;
\day02\03-视频\13-stop的使用.avi;
\day02\03-视频\14-停止动画.avi;
\day02\03-视频\15-音乐导航.avi;
\day02\03-视频\16-创建节点与添加节点.avi;
\day02\03-视频\17-城市选择案例.avi;
\day02\03-视频\18-清空与删除节点.avi;
\day02\03-视频\19-弹幕效果.avi;
\day02\03-视频\20-复习.avi;
\day03\03-视频\01-学生反馈.avi;
\day03\03-视频\02-复习.avi;
\day03\03-视频\03-val方法.avi;
\day03\03-视频\04-html方法与text方法.avi;
\day03\03-视频\05-width与height方法.avi;
\day03\03-视频\06-固定导航案例.avi;
\day03\03-视频\07-小火箭返回顶部案例.avi;
\day03\03-视频\08-offset方法与position方法.avi;
\day03\03-视频\09-jQuery事件发展历程.avi;
\day03\03-视频\10-委托事件原理.avi;
\day03\03-视频\11-委托事件的原理.avi;
\day03\03-视频\12-on注册事件的两种方式.avi;
\day03\03-视频\13-事件的执行顺序问题.avi;
\day03\03-视频\14-表格删除案例.avi;
\day03\03-视频\15-事件解绑与事件触发.avi;
\day03\03-视频\16-jquery事件对象.avi;
\day03\03-视频\17-钢琴案例.avi;
\day03\03-视频\18-添加节流阀.avi;
\day03\03-视频\19-五角星评分案例.avi;
\day03\03-视频\20-链式编程与end方法.avi;
\day03\03-视频\21-each方法.avi;
\day03\03-视频\22-$冲突的解决方案.avi;
\day03\03-视频\23-复习.avi;
\day04\03-视频\01-jquery插件的概述.avi;
\day04\03-视频\02-jquery.color.js的使用.avi;
\day04\03-视频\03-jquery.lazyload.js的使用.avi;
\day04\03-视频\04-jqueryui实现新闻模块.avi;
\day04\03-视频\05-webstorm安装(上).avi;
\day04\03-视频\06-简易版的jquery插件的制作.avi;
\day04\03-视频\07-手风琴插件的封装.avi;

//课程练习的代码

\19-jQuery第一天\01-教学资料\笔记\preview\笔记.html;
\19-jQuery第一天\04-代码\01-匿名自调用.html;
\19-jQuery第一天\04-代码\02-div动态展示与设置内容-练习.html;
\19-jQuery第一天\04-代码\02-div动态展示与设置内容.html;
\19-jQuery第一天\04-代码\03-jQuery初体验.html;
\19-jQuery第一天\04-代码\04-jQuery的入口函数.html;
\19-jQuery第一天\04-代码\05-DOM对象(js对象)与jq对象.html;
\19-jQuery第一天\04-代码\06-隔行变色.html;
\19-jQuery第一天\04-代码\07-$符号的实质.html;
\19-jQuery第一天\04-代码\08-基本选择器.html;
\19-jQuery第一天\04-代码\09-子类选择器和后代选择器.html;
\19-jQuery第一天\04-代码\10-过滤选择器(隔行变色).html;
\19-jQuery第一天\04-代码\11-筛选选择器.html;
\19-jQuery第一天\04-代码\12-下拉菜单案例\index.html;
\19-jQuery第一天\04-代码\13-突出展示案例\index.html;
\19-jQuery第一天\04-代码\14-手风琴案例.html;
\19-jQuery第一天\04-代码\15-淘宝精品案例\index.html;
\19-jQuery第一天\04-代码\16-index方法详解.html;
\19-jQuery第一天\04-代码\17-复习.html;
\19-jQuery第一天\04-代码\京东呼吸灯\01-jd\index1.html;
\19-jQuery第一天\04-代码\统一练习.html;
\20-jQuery第二天\01-教学资料\演示jQuery动画(animate).html;
\20-jQuery第二天\04-代码\01-css操作.html;
\20-jQuery第二天\04-代码\02-class操作.html;
\20-jQuery第二天\04-代码\03-tab栏切换\index.html;
\20-jQuery第二天\04-代码\04-属性操作.html;
\20-jQuery第二天\04-代码\05-美女相册\index.html;
\20-jQuery第二天\04-代码\06-prop方法.html;
\20-jQuery第二天\04-代码\07-表格全选案例.html;
\20-jQuery第二天\04-代码\08-三组基本动画.html;
\20-jQuery第二天\04-代码\09-滑入滑出动画.html;
\20-jQuery第二天\04-代码\10-淡入淡出动画.html;
\20-jQuery第二天\04-代码\11-下拉菜单案例\index.html;
\20-jQuery第二天\04-代码\12-京东轮播图\index1.html;
\20-jQuery第二天\04-代码\13-自定义动画.html;
\20-jQuery第二天\04-代码\14-手风琴案例\01-页面初始化.html;
\20-jQuery第二天\04-代码\15-动画队列.html;
\20-jQuery第二天\04-代码\16-停止动画详解.html;
\20-jQuery第二天\04-代码\17-动态创建节点.html;
\20-jQuery第二天\04-代码\17-音乐导航\01-页面.html;
\20-jQuery第二天\04-代码\18-jquery创建与添加节点.html;
\20-jQuery第二天\04-代码\19-城市选择案例.html;
\20-jQuery第二天\04-代码\20-微博发布案例.html;
\20-jQuery第二天\04-代码\20-清空节点与删除节点.html;
\20-jQuery第二天\04-代码\22-弹幕效果.html;
\20-jQuery第二天\04-代码\23-复习.html;
\21-jQuery第三天\01-教学资料\JQ03\preview\template.html;
\21-jQuery第三天\01-教学资料\JQ03\preview\笔记.html;
\21-jQuery第三天\01-教学资料\笔记\preview\template.html;
\21-jQuery第三天\01-教学资料\笔记\preview\笔记.html;
\21-jQuery第三天\04-代码\01-复习.html;
\21-jQuery第三天\04-代码\02-val方法.html;
\21-jQuery第三天\04-代码\03-html方法与text方法.html;
\21-jQuery第三天\04-代码\04-width方法与height方法.html;
\21-jQuery第三天\04-代码\05-scrollTop与scrollLeft.html;
\21-jQuery第三天\04-代码\06-固定导航案例\index.html;
\21-jQuery第三天\04-代码\07-小火箭返回顶部案例\index.html;
\21-jQuery第三天\04-代码\08-offset方法与position.html;
\21-jQuery第三天\04-代码\09-jquery事件机制的发展历程.html;
\21-jQuery第三天\04-代码\10-on注册事件的两种方式.html;
\21-jQuery第三天\04-代码\11-事件的执行顺序.html;
\21-jQuery第三天\04-代码\12-表格删除功能.html;
\21-jQuery第三天\04-代码\13-移除事件绑定.html;
\21-jQuery第三天\04-代码\14-事件对象.html;
\21-jQuery第三天\04-代码\15-阻止冒泡和阻止浏览器的默认行为.html;
\21-jQuery第三天\04-代码\16-delay的用法.html;
\21-jQuery第三天\04-代码\16-钢琴案例\08-钢琴版导航条.html;
\21-jQuery第三天\04-代码\17-链式编程.html;
\21-jQuery第三天\04-代码\18-五星评分案例.html;
\21-jQuery第三天\04-代码\19-each方法.html;
\21-jQuery第三天\04-代码\20-$冲突.html;
\21-jQuery第三天\04-代码\21-复习.html;
\22-jQuery第四天\01-教学资料\jquery-plugins\20-封装jquery插件\01-入门.html;
\22-jQuery第四天\01-教学资料\jquery-plugins\20-封装jquery插件\02-封装手风琴插件.html;
\22-jQuery第四天\01-教学资料\jquery-plugins\20-封装jquery插件\03-测试手风琴插件.html;
\22-jQuery第四天\01-教学资料\笔记\preview\template.html;
\22-jQuery第四天\01-教学资料\笔记\preview\笔记.html;
\22-jQuery第四天\04-代码\01-jquery.color.js的使用.html;
\22-jQuery第四天\04-代码\02-jquery.lazyload.js的使用.html;
\22-jQuery第四天\04-代码\03-jqueryui实现新闻模块.html;
\22-jQuery第四天\04-代码\04-原型初体验.html;
\22-jQuery第四天\04-代码\05-简易版本的jquery插件.html;
\22-jQuery第四天\04-代码\06-手风琴.html;
\22-jQuery第四天\04-代码\07-手风琴测试.html;


\19-jQuery第一天\01-教学资料\jQuery1.11.0_中文.chm;
\19-jQuery第一天\01-教学资料\jQuery官网\Browser Support _ jQuery.html;
\19-jQuery第一天\01-教学资料\jQuery官网\Browser Support _ jQuery_files\0f96766cc0654d8d90b89580751966d7.png;
\19-jQuery第一天\01-教学资料\jQuery官网\Browser Support _ jQuery_files\ados;
\19-jQuery第一天\01-教学资料\jQuery官网\Browser Support _ jQuery_files\base.css;
\19-jQuery第一天\01-教学资料\jQuery官网\Browser Support _ jQuery_files\comment-reply.min.js;
\19-jQuery第一天\01-教学资料\jQuery官网\Browser Support _ jQuery_files\d;
\19-jQuery第一天\01-教学资料\jQuery官网\Browser Support _ jQuery_files\ga.js;
\19-jQuery第一天\01-教学资料\jQuery官网\Browser Support _ jQuery_files\i.gif;
\19-jQuery第一天\01-教学资料\jQuery官网\Browser Support _ jQuery_files\jquery-1.11.3.js;
\19-jQuery第一天\01-教学资料\jQuery官网\Browser Support _ jQuery_files\jquery-in-action.jpg;
\19-jQuery第一天\01-教学资料\jQuery官网\Browser Support _ jQuery_files\jquery-succinctly.jpg;
\19-jQuery第一天\01-教学资料\jQuery官网\Browser Support _ jQuery_files\learning-jquery-4th-ed.jpg;
\19-jQuery第一天\01-教学资料\jQuery官网\Browser Support _ jQuery_files\main.js;
\19-jQuery第一天\01-教学资料\jQuery官网\Browser Support _ jQuery_files\modernizr.custom.2.8.3.min.js;
\19-jQuery第一天\01-教学资料\jQuery官网\Browser Support _ jQuery_files\plugins.js;
\19-jQuery第一天\01-教学资料\jQuery官网\Browser Support _ jQuery_files\style.css;
\19-jQuery第一天\01-教学资料\jQuery官网\Browser Support _ jQuery_files\wde1aof.js;
\19-jQuery第一天\01-教学资料\jQuery官网\Browser Support _ jQuery_files\wp-embed.min.js;
\19-jQuery第一天\01-教学资料\jQuery官网\Browser Support _ jQuery_files\wp-emoji-release.min.js;
\19-jQuery第一天\01-教学资料\jQuery官网\Download jQuery _ jQuery.html;
\19-jQuery第一天\01-教学资料\jQuery官网\Download jQuery _ jQuery_files\ados;
\19-jQuery第一天\01-教学资料\jQuery官网\Download jQuery _ jQuery_files\base.css;
\19-jQuery第一天\01-教学资料\jQuery官网\Download jQuery _ jQuery_files\bc85dff2b3dc44ddb9650e1659b1ad1e.png;
\19-jQuery第一天\01-教学资料\jQuery官网\Download jQuery _ jQuery_files\comment-reply.min.js;
\19-jQuery第一天\01-教学资料\jQuery官网\Download jQuery _ jQuery_files\d;
\19-jQuery第一天\01-教学资料\jQuery官网\Download jQuery _ jQuery_files\ga.js;
\19-jQuery第一天\01-教学资料\jQuery官网\Download jQuery _ jQuery_files\i.gif;
\19-jQuery第一天\01-教学资料\jQuery官网\Download jQuery _ jQuery_files\jquery-1.11.3.js;
\19-jQuery第一天\01-教学资料\jQuery官网\Download jQuery _ jQuery_files\jquery-in-action.jpg;
\19-jQuery第一天\01-教学资料\jQuery官网\Download jQuery _ jQuery_files\jquery-succinctly.jpg;
\19-jQuery第一天\01-教学资料\jQuery官网\Download jQuery _ jQuery_files\learning-jquery-4th-ed.jpg;
\19-jQuery第一天\01-教学资料\jQuery官网\Download jQuery _ jQuery_files\main.js;
\19-jQuery第一天\01-教学资料\jQuery官网\Download jQuery _ jQuery_files\modernizr.custom.2.8.3.min.js;
\19-jQuery第一天\01-教学资料\jQuery官网\Download jQuery _ jQuery_files\plugins.js;
\19-jQuery第一天\01-教学资料\jQuery官网\Download jQuery _ jQuery_files\style.css;
\19-jQuery第一天\01-教学资料\jQuery官网\Download jQuery _ jQuery_files\wde1aof.js;
\19-jQuery第一天\01-教学资料\jQuery官网\Download jQuery _ jQuery_files\wp-embed.min.js;
\19-jQuery第一天\01-教学资料\jQuery官网\Download jQuery _ jQuery_files\wp-emoji-release.min.js;
\19-jQuery第一天\01-教学资料\jQuery官网\jQuery API Documentation.html;
\19-jQuery第一天\01-教学资料\jQuery官网\jQuery API Documentation_files\ados;
\19-jQuery第一天\01-教学资料\jQuery官网\jQuery API Documentation_files\base.css;
\19-jQuery第一天\01-教学资料\jQuery官网\jQuery API Documentation_files\bc85dff2b3dc44ddb9650e1659b1ad1e.png;
\19-jQuery第一天\01-教学资料\jQuery官网\jQuery API Documentation_files\d;
\19-jQuery第一天\01-教学资料\jQuery官网\jQuery API Documentation_files\ga.js;
\19-jQuery第一天\01-教学资料\jQuery官网\jQuery API Documentation_files\i.gif;
\19-jQuery第一天\01-教学资料\jQuery官网\jQuery API Documentation_files\jquery-1.11.3.js;
\19-jQuery第一天\01-教学资料\jQuery官网\jQuery API Documentation_files\jquery-in-action.jpg;
\19-jQuery第一天\01-教学资料\jQuery官网\jQuery API Documentation_files\jquery-succinctly.jpg;
\19-jQuery第一天\01-教学资料\jQuery官网\jQuery API Documentation_files\learning-jquery-4th-ed.jpg;
\19-jQuery第一天\01-教学资料\jQuery官网\jQuery API Documentation_files\main.js;
\19-jQuery第一天\01-教学资料\jQuery官网\jQuery API Documentation_files\modernizr.custom.2.8.3.min.js;
\19-jQuery第一天\01-教学资料\jQuery官网\jQuery API Documentation_files\plugins.js;
\19-jQuery第一天\01-教学资料\jQuery官网\jQuery API Documentation_files\style.css;
\19-jQuery第一天\01-教学资料\jQuery官网\jQuery API Documentation_files\wde1aof.js;
\19-jQuery第一天\01-教学资料\jQuery官网\jQuery API Documentation_files\wp-embed.min.js;
\19-jQuery第一天\01-教学资料\jQuery官网\jQuery API Documentation_files\wp-emoji-release.min.js;
\19-jQuery第一天\01-教学资料\jQuery官网\jQuery.html;
\19-jQuery第一天\01-教学资料\jQuery官网\jQuery_files\41901dd31b1a47448bf2afdb0dc41782.png;
\19-jQuery第一天\01-教学资料\jQuery官网\jQuery_files\ados;
\19-jQuery第一天\01-教学资料\jQuery官网\jQuery_files\base.css;
\19-jQuery第一天\01-教学资料\jQuery官网\jQuery_files\comment-reply.min.js;
\19-jQuery第一天\01-教学资料\jQuery官网\jQuery_files\d;
\19-jQuery第一天\01-教学资料\jQuery官网\jQuery_files\famous.png;
\19-jQuery第一天\01-教学资料\jQuery官网\jQuery_files\ga.js;
\19-jQuery第一天\01-教学资料\jQuery官网\jQuery_files\i.gif;
\19-jQuery第一天\01-教学资料\jQuery官网\jQuery_files\jquery-1.11.3.js;
\19-jQuery第一天\01-教学资料\jQuery官网\jQuery_files\jquery-in-action.jpg;
\19-jQuery第一天\01-教学资料\jQuery官网\jQuery_files\jquery-succinctly.jpg;
\19-jQuery第一天\01-教学资料\jQuery官网\jQuery_files\learning-jquery-4th-ed.jpg;
\19-jQuery第一天\01-教学资料\jQuery官网\jQuery_files\main.js;
\19-jQuery第一天\01-教学资料\jQuery官网\jQuery_files\maxcdn.png;
\19-jQuery第一天\01-教学资料\jQuery官网\jQuery_files\modernizr.custom.2.8.3.min.js;
\19-jQuery第一天\01-教学资料\jQuery官网\jQuery_files\neobux.png;
\19-jQuery第一天\01-教学资料\jQuery官网\jQuery_files\plugins.js;
\19-jQuery第一天\01-教学资料\jQuery官网\jQuery_files\style.css;
\19-jQuery第一天\01-教学资料\jQuery官网\jQuery_files\wde1aof.js;
\19-jQuery第一天\01-教学资料\jQuery官网\jQuery_files\wordpress.png;
\19-jQuery第一天\01-教学资料\jQuery官网\jQuery_files\wp-embed.min.js;
\19-jQuery第一天\01-教学资料\jQuery官网\jQuery_files\wp-emoji-release.min.js;
\19-jQuery第一天\01-教学资料\jQuery版本\jquery-1.12.4.js;
\19-jQuery第一天\01-教学资料\jQuery版本\jquery-1.12.4.min.js;
\19-jQuery第一天\01-教学资料\jQuery版本\jquery-2.2.4.js;
\19-jQuery第一天\01-教学资料\jQuery版本\jquery-2.2.4.min.js;
\19-jQuery第一天\01-教学资料\jQuery版本\jquery-3.0.0.js;
\19-jQuery第一天\01-教学资料\jQuery版本\jquery-3.0.0.min.js;
\19-jQuery第一天\01-教学资料\jQuery第一天笔记.doc;
\19-jQuery第一天\01-教学资料\笔记\preview\.DS_Store;
\19-jQuery第一天\01-教学资料\笔记\preview\images\1.png;
\19-jQuery第一天\01-教学资料\笔记\preview\template.html;
\19-jQuery第一天\01-教学资料\笔记\preview\toc\css\demo.css;
\19-jQuery第一天\01-教学资料\笔记\preview\toc\css\zTreeStyle\img\diy\1_close.png;
\19-jQuery第一天\01-教学资料\笔记\preview\toc\css\zTreeStyle\img\diy\1_open.png;
\19-jQuery第一天\01-教学资料\笔记\preview\toc\css\zTreeStyle\img\diy\2.png;
\19-jQuery第一天\01-教学资料\笔记\preview\toc\css\zTreeStyle\img\diy\3.png;
\19-jQuery第一天\01-教学资料\笔记\preview\toc\css\zTreeStyle\img\diy\4.png;
\19-jQuery第一天\01-教学资料\笔记\preview\toc\css\zTreeStyle\img\diy\5.png;
\19-jQuery第一天\01-教学资料\笔记\preview\toc\css\zTreeStyle\img\diy\6.png;
\19-jQuery第一天\01-教学资料\笔记\preview\toc\css\zTreeStyle\img\diy\7.png;
\19-jQuery第一天\01-教学资料\笔记\preview\toc\css\zTreeStyle\img\diy\8.png;
\19-jQuery第一天\01-教学资料\笔记\preview\toc\css\zTreeStyle\img\diy\9.png;
\19-jQuery第一天\01-教学资料\笔记\preview\toc\css\zTreeStyle\img\line_conn.gif;
\19-jQuery第一天\01-教学资料\笔记\preview\toc\css\zTreeStyle\img\loading.gif;
\19-jQuery第一天\01-教学资料\笔记\preview\toc\css\zTreeStyle\img\zTreeStandard.gif;
\19-jQuery第一天\01-教学资料\笔记\preview\toc\css\zTreeStyle\img\zTreeStandard.png;
\19-jQuery第一天\01-教学资料\笔记\preview\toc\css\zTreeStyle\zTreeStyle.css;
\19-jQuery第一天\01-教学资料\笔记\preview\toc\js\jquery-1.4.4.min.js;
\19-jQuery第一天\01-教学资料\笔记\preview\toc\js\jquery.ztree.all-3.5.min.js;
\19-jQuery第一天\01-教学资料\笔记\preview\toc\js\ztree_toc.js;
\19-jQuery第一天\01-教学资料\笔记\preview\toc\js\ztree_toc.min.js;
\19-jQuery第一天\01-教学资料\笔记\preview\toc\style\Clearness Dark.css;
\19-jQuery第一天\01-教学资料\笔记\preview\toc\style\Clearness.css;
\19-jQuery第一天\01-教学资料\笔记\preview\toc\style\github-bf51422f4bb36427d391e4b75a1daa083c2d840e.css;
\19-jQuery第一天\01-教学资料\笔记\preview\toc\style\GitHub.css;
\19-jQuery第一天\01-教学资料\笔记\preview\toc\style\github2-d731afd4f624c99a4b19ad69f3083cd6d02b81d5.css;
\19-jQuery第一天\01-教学资料\笔记\preview\toc\style\GitHub2.css;
\19-jQuery第一天\01-教学资料\笔记\preview\toc\style\makedownpad.css;
\19-jQuery第一天\01-教学资料\笔记\preview\toc_conf.js;
\19-jQuery第一天\01-教学资料\笔记\preview\笔记.html;
\19-jQuery第一天\01-教学资料\笔记\笔记.md;
\19-jQuery第一天\04-代码\.idea\04-代码.iml;
\19-jQuery第一天\04-代码\.idea\encodings.xml;
\19-jQuery第一天\04-代码\.idea\modules.xml;
\19-jQuery第一天\04-代码\.idea\workspace.xml;
\19-jQuery第一天\04-代码\01-匿名自调用.html;
\19-jQuery第一天\04-代码\02-div动态展示与设置内容-练习.html;
\19-jQuery第一天\04-代码\02-div动态展示与设置内容.html;
\19-jQuery第一天\04-代码\03-jQuery初体验.html;
\19-jQuery第一天\04-代码\04-jQuery的入口函数.html;
\19-jQuery第一天\04-代码\05-DOM对象(js对象)与jq对象.html;
\19-jQuery第一天\04-代码\06-隔行变色.html;
\19-jQuery第一天\04-代码\07-$符号的实质.html;
\19-jQuery第一天\04-代码\08-基本选择器.html;
\19-jQuery第一天\04-代码\09-子类选择器和后代选择器.html;
\19-jQuery第一天\04-代码\10-过滤选择器(隔行变色).html;
\19-jQuery第一天\04-代码\11-筛选选择器.html;
\19-jQuery第一天\04-代码\12-下拉菜单案例\imgs\bg.jpg;
\19-jQuery第一天\04-代码\12-下拉菜单案例\imgs\libg.jpg;
\19-jQuery第一天\04-代码\12-下拉菜单案例\index.html;
\19-jQuery第一天\04-代码\13-突出展示案例\images\01.jpg;
\19-jQuery第一天\04-代码\13-突出展示案例\images\02.jpg;
\19-jQuery第一天\04-代码\13-突出展示案例\images\03.jpg;
\19-jQuery第一天\04-代码\13-突出展示案例\images\04.jpg;
\19-jQuery第一天\04-代码\13-突出展示案例\images\05.jpg;
\19-jQuery第一天\04-代码\13-突出展示案例\images\06.jpg;
\19-jQuery第一天\04-代码\13-突出展示案例\index.html;
\19-jQuery第一天\04-代码\14-手风琴案例.html;
\19-jQuery第一天\04-代码\15-淘宝精品案例\images\abg.gif;
\19-jQuery第一天\04-代码\15-淘宝精品案例\images\lili.jpg;
\19-jQuery第一天\04-代码\15-淘宝精品案例\images\QQ截图20121215110234.png;
\19-jQuery第一天\04-代码\15-淘宝精品案例\images\冬裙.jpg;
\19-jQuery第一天\04-代码\15-淘宝精品案例\images\呢大衣.jpg;
\19-jQuery第一天\04-代码\15-淘宝精品案例\images\围巾.jpg;
\19-jQuery第一天\04-代码\15-淘宝精品案例\images\女包.jpg;
\19-jQuery第一天\04-代码\15-淘宝精品案例\images\女裤.jpg;
\19-jQuery第一天\04-代码\15-淘宝精品案例\images\女靴.jpg;
\19-jQuery第一天\04-代码\15-淘宝精品案例\images\棉服.jpg;
\19-jQuery第一天\04-代码\15-淘宝精品案例\images\毛衣.jpg;
\19-jQuery第一天\04-代码\15-淘宝精品案例\images\牛仔裤.jpg;
\19-jQuery第一天\04-代码\15-淘宝精品案例\images\男包.jpg;
\19-jQuery第一天\04-代码\15-淘宝精品案例\images\男棉服.jpg;
\19-jQuery第一天\04-代码\15-淘宝精品案例\images\男毛衣.jpg;
\19-jQuery第一天\04-代码\15-淘宝精品案例\images\男靴.jpg;
\19-jQuery第一天\04-代码\15-淘宝精品案例\images\登山鞋.jpg;
\19-jQuery第一天\04-代码\15-淘宝精品案例\images\皮带.jpg;
\19-jQuery第一天\04-代码\15-淘宝精品案例\images\皮衣.jpg;
\19-jQuery第一天\04-代码\15-淘宝精品案例\images\羽绒服.jpg;
\19-jQuery第一天\04-代码\15-淘宝精品案例\images\雪地靴.jpg;
\19-jQuery第一天\04-代码\15-淘宝精品案例\index.html;
\19-jQuery第一天\04-代码\16-index方法详解.html;
\19-jQuery第一天\04-代码\17-复习.html;
\19-jQuery第一天\04-代码\jquery-1.12.4.js;
\19-jQuery第一天\04-代码\jquery-1.12.4.min.js;
\19-jQuery第一天\04-代码\京东呼吸灯\01-jd\images\1.jpg;
\19-jQuery第一天\04-代码\京东呼吸灯\01-jd\images\2.jpg;
\19-jQuery第一天\04-代码\京东呼吸灯\01-jd\images\3.jpg;
\19-jQuery第一天\04-代码\京东呼吸灯\01-jd\images\4.jpg;
\19-jQuery第一天\04-代码\京东呼吸灯\01-jd\images\5.jpg;
\19-jQuery第一天\04-代码\京东呼吸灯\01-jd\images\6.jpg;
\19-jQuery第一天\04-代码\京东呼吸灯\01-jd\images\7.jpg;
\19-jQuery第一天\04-代码\京东呼吸灯\01-jd\images\8.jpg;
\19-jQuery第一天\04-代码\京东呼吸灯\01-jd\index1.html;
\19-jQuery第一天\04-代码\京东呼吸灯\01-jd\jquery-1.12.4.js;
\19-jQuery第一天\04-代码\统一练习.html;
\19-jQuery第一天.zip;
\20-jQuery第二天\01-教学资料\jquery-1.12.4.js;
\20-jQuery第二天\01-教学资料\演示jQuery动画(animate).html;
\20-jQuery第二天\04-代码\.idea\04-代码.iml;
\20-jQuery第二天\04-代码\.idea\encodings.xml;
\20-jQuery第二天\04-代码\.idea\modules.xml;
\20-jQuery第二天\04-代码\.idea\workspace.xml;
\20-jQuery第二天\04-代码\01-css操作.html;
\20-jQuery第二天\04-代码\02-class操作.html;
\20-jQuery第二天\04-代码\03-tab栏切换\imgs\guojidapai.jpg;
\20-jQuery第二天\04-代码\03-tab栏切换\imgs\guozhuangmingpin.jpg;
\20-jQuery第二天\04-代码\03-tab栏切换\imgs\nanshijingpin.jpg;
\20-jQuery第二天\04-代码\03-tab栏切换\imgs\qingjieyongpin.jpg;
\20-jQuery第二天\04-代码\03-tab栏切换\index.html;
\20-jQuery第二天\04-代码\04-属性操作.html;
\20-jQuery第二天\04-代码\04.gif;
\20-jQuery第二天\04-代码\05-美女相册\images\1-small.jpg;
\20-jQuery第二天\04-代码\05-美女相册\images\1.jpg;
\20-jQuery第二天\04-代码\05-美女相册\images\2-small.jpg;
\20-jQuery第二天\04-代码\05-美女相册\images\2.jpg;
\20-jQuery第二天\04-代码\05-美女相册\images\3-small.jpg;
\20-jQuery第二天\04-代码\05-美女相册\images\3.jpg;
\20-jQuery第二天\04-代码\05-美女相册\images\4-small.jpg;
\20-jQuery第二天\04-代码\05-美女相册\images\4.jpg;
\20-jQuery第二天\04-代码\05-美女相册\images\placeholder.png;
\20-jQuery第二天\04-代码\05-美女相册\index.html;
\20-jQuery第二天\04-代码\06-prop方法.html;
\20-jQuery第二天\04-代码\07-表格全选案例.html;
\20-jQuery第二天\04-代码\08-三组基本动画.html;
\20-jQuery第二天\04-代码\09-滑入滑出动画.html;
\20-jQuery第二天\04-代码\10-淡入淡出动画.html;
\20-jQuery第二天\04-代码\11-下拉菜单案例\imgs\bg.jpg;
\20-jQuery第二天\04-代码\11-下拉菜单案例\imgs\libg.jpg;
\20-jQuery第二天\04-代码\11-下拉菜单案例\index.html;
\20-jQuery第二天\04-代码\12-京东轮播图\images\1.jpg;
\20-jQuery第二天\04-代码\12-京东轮播图\images\2.jpg;
\20-jQuery第二天\04-代码\12-京东轮播图\images\3.jpg;
\20-jQuery第二天\04-代码\12-京东轮播图\images\4.jpg;
\20-jQuery第二天\04-代码\12-京东轮播图\images\5.jpg;
\20-jQuery第二天\04-代码\12-京东轮播图\images\6.jpg;
\20-jQuery第二天\04-代码\12-京东轮播图\images\7.jpg;
\20-jQuery第二天\04-代码\12-京东轮播图\images\8.jpg;
\20-jQuery第二天\04-代码\12-京东轮播图\index1.html;
\20-jQuery第二天\04-代码\12-京东轮播图\jquery-1.12.4.js;
\20-jQuery第二天\04-代码\13-自定义动画.html;
\20-jQuery第二天\04-代码\14-手风琴案例\01-页面初始化.html;
\20-jQuery第二天\04-代码\14-手风琴案例\images\1.jpg;
\20-jQuery第二天\04-代码\14-手风琴案例\images\2.jpg;
\20-jQuery第二天\04-代码\14-手风琴案例\images\3.jpg;
\20-jQuery第二天\04-代码\14-手风琴案例\images\4.jpg;
\20-jQuery第二天\04-代码\14-手风琴案例\images\5.jpg;
\20-jQuery第二天\04-代码\15-动画队列.html;
\20-jQuery第二天\04-代码\16-停止动画详解.html;
\20-jQuery第二天\04-代码\17-动态创建节点.html;
\20-jQuery第二天\04-代码\17-音乐导航\01-页面.html;
\20-jQuery第二天\04-代码\17-音乐导航\movie\movie01.mp4;
\20-jQuery第二天\04-代码\17-音乐导航\mp3\1.ogg;
\20-jQuery第二天\04-代码\17-音乐导航\mp3\2.ogg;
\20-jQuery第二天\04-代码\17-音乐导航\mp3\3.ogg;
\20-jQuery第二天\04-代码\17-音乐导航\mp3\4.ogg;
\20-jQuery第二天\04-代码\17-音乐导航\mp3\5.ogg;
\20-jQuery第二天\04-代码\17-音乐导航\mp3\6.ogg;
\20-jQuery第二天\04-代码\17-音乐导航\mp3\7.ogg;
\20-jQuery第二天\04-代码\17-音乐导航\mp3\8.ogg;
\20-jQuery第二天\04-代码\17-音乐导航\mp3\9.ogg;
\20-jQuery第二天\04-代码\18-jquery创建与添加节点.html;
\20-jQuery第二天\04-代码\19-城市选择案例.html;
\20-jQuery第二天\04-代码\20-微博发布案例.html;
\20-jQuery第二天\04-代码\20-清空节点与删除节点.html;
\20-jQuery第二天\04-代码\22-弹幕效果.html;
\20-jQuery第二天\04-代码\23-复习.html;
\20-jQuery第二天\04-代码\jquery-1.12.4.js;
\20-jQuery第二天.zip;
\21-jQuery第三天\01-教学资料\JQ03\preview\.DS_Store;
\21-jQuery第三天\01-教学资料\JQ03\preview\template.html;
\21-jQuery第三天\01-教学资料\JQ03\preview\toc\css\demo.css;
\21-jQuery第三天\01-教学资料\JQ03\preview\toc\css\zTreeStyle\img\diy\1_close.png;
\21-jQuery第三天\01-教学资料\JQ03\preview\toc\css\zTreeStyle\img\diy\1_open.png;
\21-jQuery第三天\01-教学资料\JQ03\preview\toc\css\zTreeStyle\img\diy\2.png;
\21-jQuery第三天\01-教学资料\JQ03\preview\toc\css\zTreeStyle\img\diy\3.png;
\21-jQuery第三天\01-教学资料\JQ03\preview\toc\css\zTreeStyle\img\diy\4.png;
\21-jQuery第三天\01-教学资料\JQ03\preview\toc\css\zTreeStyle\img\diy\5.png;
\21-jQuery第三天\01-教学资料\JQ03\preview\toc\css\zTreeStyle\img\diy\6.png;
\21-jQuery第三天\01-教学资料\JQ03\preview\toc\css\zTreeStyle\img\diy\7.png;
\21-jQuery第三天\01-教学资料\JQ03\preview\toc\css\zTreeStyle\img\diy\8.png;
\21-jQuery第三天\01-教学资料\JQ03\preview\toc\css\zTreeStyle\img\diy\9.png;
\21-jQuery第三天\01-教学资料\JQ03\preview\toc\css\zTreeStyle\img\line_conn.gif;
\21-jQuery第三天\01-教学资料\JQ03\preview\toc\css\zTreeStyle\img\loading.gif;
\21-jQuery第三天\01-教学资料\JQ03\preview\toc\css\zTreeStyle\img\zTreeStandard.gif;
\21-jQuery第三天\01-教学资料\JQ03\preview\toc\css\zTreeStyle\img\zTreeStandard.png;
\21-jQuery第三天\01-教学资料\JQ03\preview\toc\css\zTreeStyle\zTreeStyle.css;
\21-jQuery第三天\01-教学资料\JQ03\preview\toc\js\jquery-1.4.4.min.js;
\21-jQuery第三天\01-教学资料\JQ03\preview\toc\js\jquery.ztree.all-3.5.min.js;
\21-jQuery第三天\01-教学资料\JQ03\preview\toc\js\ztree_toc.js;
\21-jQuery第三天\01-教学资料\JQ03\preview\toc\js\ztree_toc.min.js;
\21-jQuery第三天\01-教学资料\JQ03\preview\toc\style\Clearness Dark.css;
\21-jQuery第三天\01-教学资料\JQ03\preview\toc\style\Clearness.css;
\21-jQuery第三天\01-教学资料\JQ03\preview\toc\style\github-bf51422f4bb36427d391e4b75a1daa083c2d840e.css;
\21-jQuery第三天\01-教学资料\JQ03\preview\toc\style\GitHub.css;
\21-jQuery第三天\01-教学资料\JQ03\preview\toc\style\github2-d731afd4f624c99a4b19ad69f3083cd6d02b81d5.css;
\21-jQuery第三天\01-教学资料\JQ03\preview\toc\style\GitHub2.css;
\21-jQuery第三天\01-教学资料\JQ03\preview\toc\style\makedownpad.css;
\21-jQuery第三天\01-教学资料\JQ03\preview\toc_conf.js;
\21-jQuery第三天\01-教学资料\JQ03\preview\笔记.html;
\21-jQuery第三天\01-教学资料\JQ03\笔记.md;
\21-jQuery第三天\01-教学资料\笔记\preview\.DS_Store;
\21-jQuery第三天\01-教学资料\笔记\preview\template.html;
\21-jQuery第三天\01-教学资料\笔记\preview\toc\css\demo.css;
\21-jQuery第三天\01-教学资料\笔记\preview\toc\css\zTreeStyle\img\diy\1_close.png;
\21-jQuery第三天\01-教学资料\笔记\preview\toc\css\zTreeStyle\img\diy\1_open.png;
\21-jQuery第三天\01-教学资料\笔记\preview\toc\css\zTreeStyle\img\diy\2.png;
\21-jQuery第三天\01-教学资料\笔记\preview\toc\css\zTreeStyle\img\diy\3.png;
\21-jQuery第三天\01-教学资料\笔记\preview\toc\css\zTreeStyle\img\diy\4.png;
\21-jQuery第三天\01-教学资料\笔记\preview\toc\css\zTreeStyle\img\diy\5.png;
\21-jQuery第三天\01-教学资料\笔记\preview\toc\css\zTreeStyle\img\diy\6.png;
\21-jQuery第三天\01-教学资料\笔记\preview\toc\css\zTreeStyle\img\diy\7.png;
\21-jQuery第三天\01-教学资料\笔记\preview\toc\css\zTreeStyle\img\diy\8.png;
\21-jQuery第三天\01-教学资料\笔记\preview\toc\css\zTreeStyle\img\diy\9.png;
\21-jQuery第三天\01-教学资料\笔记\preview\toc\css\zTreeStyle\img\line_conn.gif;
\21-jQuery第三天\01-教学资料\笔记\preview\toc\css\zTreeStyle\img\loading.gif;
\21-jQuery第三天\01-教学资料\笔记\preview\toc\css\zTreeStyle\img\zTreeStandard.gif;
\21-jQuery第三天\01-教学资料\笔记\preview\toc\css\zTreeStyle\img\zTreeStandard.png;
\21-jQuery第三天\01-教学资料\笔记\preview\toc\css\zTreeStyle\zTreeStyle.css;
\21-jQuery第三天\01-教学资料\笔记\preview\toc\js\jquery-1.4.4.min.js;
\21-jQuery第三天\01-教学资料\笔记\preview\toc\js\jquery.ztree.all-3.5.min.js;
\21-jQuery第三天\01-教学资料\笔记\preview\toc\js\ztree_toc.js;
\21-jQuery第三天\01-教学资料\笔记\preview\toc\js\ztree_toc.min.js;
\21-jQuery第三天\01-教学资料\笔记\preview\toc\style\Clearness Dark.css;
\21-jQuery第三天\01-教学资料\笔记\preview\toc\style\Clearness.css;
\21-jQuery第三天\01-教学资料\笔记\preview\toc\style\github-bf51422f4bb36427d391e4b75a1daa083c2d840e.css;
\21-jQuery第三天\01-教学资料\笔记\preview\toc\style\GitHub.css;
\21-jQuery第三天\01-教学资料\笔记\preview\toc\style\github2-d731afd4f624c99a4b19ad69f3083cd6d02b81d5.css;
\21-jQuery第三天\01-教学资料\笔记\preview\toc\style\GitHub2.css;
\21-jQuery第三天\01-教学资料\笔记\preview\toc\style\makedownpad.css;
\21-jQuery第三天\01-教学资料\笔记\preview\toc_conf.js;
\21-jQuery第三天\01-教学资料\笔记\preview\笔记.html;
\21-jQuery第三天\01-教学资料\笔记\笔记.md;
\21-jQuery第三天\04-代码\.idea\04-代码.iml;
\21-jQuery第三天\04-代码\.idea\encodings.xml;
\21-jQuery第三天\04-代码\.idea\modules.xml;
\21-jQuery第三天\04-代码\.idea\workspace.xml;
\21-jQuery第三天\04-代码\01-复习.html;
\21-jQuery第三天\04-代码\02-val方法.html;
\21-jQuery第三天\04-代码\03-html方法与text方法.html;
\21-jQuery第三天\04-代码\04-width方法与height方法.html;
\21-jQuery第三天\04-代码\05-scrollTop与scrollLeft.html;
\21-jQuery第三天\04-代码\06-固定导航案例\images\main.png;
\21-jQuery第三天\04-代码\06-固定导航案例\images\nav.png;
\21-jQuery第三天\04-代码\06-固定导航案例\images\top.png;
\21-jQuery第三天\04-代码\06-固定导航案例\index.html;
\21-jQuery第三天\04-代码\07-小火箭返回顶部案例\images\gotop.gif;
\21-jQuery第三天\04-代码\07-小火箭返回顶部案例\images\gotop.png;
\21-jQuery第三天\04-代码\07-小火箭返回顶部案例\index.html;
\21-jQuery第三天\04-代码\07-小火箭返回顶部案例\jquery-1.12.4.js;
\21-jQuery第三天\04-代码\08-offset方法与position.html;
\21-jQuery第三天\04-代码\09-jquery事件机制的发展历程.html;
\21-jQuery第三天\04-代码\10-on注册事件的两种方式.html;
\21-jQuery第三天\04-代码\11-事件的执行顺序.html;
\21-jQuery第三天\04-代码\12-表格删除功能.html;
\21-jQuery第三天\04-代码\13-移除事件绑定.html;
\21-jQuery第三天\04-代码\14-事件对象.html;
\21-jQuery第三天\04-代码\15-阻止冒泡和阻止浏览器的默认行为.html;
\21-jQuery第三天\04-代码\16-delay的用法.html;
\21-jQuery第三天\04-代码\16-钢琴案例\08-钢琴版导航条.html;
\21-jQuery第三天\04-代码\16-钢琴案例\mp3\1.ogg;
\21-jQuery第三天\04-代码\16-钢琴案例\mp3\2.ogg;
\21-jQuery第三天\04-代码\16-钢琴案例\mp3\3.ogg;
\21-jQuery第三天\04-代码\16-钢琴案例\mp3\4.ogg;
\21-jQuery第三天\04-代码\16-钢琴案例\mp3\5.ogg;
\21-jQuery第三天\04-代码\16-钢琴案例\mp3\6.ogg;
\21-jQuery第三天\04-代码\16-钢琴案例\mp3\7.ogg;
\21-jQuery第三天\04-代码\16-钢琴案例\mp3\8.ogg;
\21-jQuery第三天\04-代码\16-钢琴案例\mp3\9.ogg;
\21-jQuery第三天\04-代码\17-链式编程.html;
\21-jQuery第三天\04-代码\18-五星评分案例.html;
\21-jQuery第三天\04-代码\19-each方法.html;
\21-jQuery第三天\04-代码\20-$冲突.html;
\21-jQuery第三天\04-代码\21-复习.html;
\21-jQuery第三天\04-代码\itcast.js;
\21-jQuery第三天\04-代码\jquery-1.12.4.js;
\21-jQuery第三天.zip;
\22-jQuery第四天\01-教学资料\JQuery UI API.chm;
\22-jQuery第四天\01-教学资料\jquery-plugins\20-封装jquery插件\01-入门.html;
\22-jQuery第四天\01-教学资料\jquery-plugins\20-封装jquery插件\02-封装手风琴插件.html;
\22-jQuery第四天\01-教学资料\jquery-plugins\20-封装jquery插件\03-测试手风琴插件.html;
\22-jQuery第四天\01-教学资料\jquery-plugins\20-封装jquery插件\jquery.accord.js;
\22-jQuery第四天\01-教学资料\jquery-plugins\20-封装jquery插件\jquery.bgColor.js;
\22-jQuery第四天\01-教学资料\jquery-plugins\jquery-1.12.4.js;
\22-jQuery第四天\01-教学资料\jquery-plugins\jquery-color-master\jquery-color-master\.gitattributes;
\22-jQuery第四天\01-教学资料\jquery-plugins\jquery-color-master\jquery-color-master\.gitignore;
\22-jQuery第四天\01-教学资料\jquery-plugins\jquery-color-master\jquery-color-master\.jshintrc;
\22-jQuery第四天\01-教学资料\jquery-plugins\jquery-color-master\jquery-color-master\.mailmap;
\22-jQuery第四天\01-教学资料\jquery-plugins\jquery-color-master\jquery-color-master\AUTHORS.txt;
\22-jQuery第四天\01-教学资料\jquery-plugins\jquery-color-master\jquery-color-master\bower.json;
\22-jQuery第四天\01-教学资料\jquery-plugins\jquery-color-master\jquery-color-master\CONTRIBUTING.md;
\22-jQuery第四天\01-教学资料\jquery-plugins\jquery-color-master\jquery-color-master\external\jquery-1.10.0\jquery.js;
\22-jQuery第四天\01-教学资料\jquery-plugins\jquery-color-master\jquery-color-master\external\jquery-1.10.0\MIT-LICENSE.txt;
\22-jQuery第四天\01-教学资料\jquery-plugins\jquery-color-master\jquery-color-master\external\jquery-1.10.1\jquery.js;
\22-jQuery第四天\01-教学资料\jquery-plugins\jquery-color-master\jquery-color-master\external\jquery-1.10.1\MIT-LICENSE.txt;
\22-jQuery第四天\01-教学资料\jquery-plugins\jquery-color-master\jquery-color-master\external\jquery-1.10.2\jquery.js;
\22-jQuery第四天\01-教学资料\jquery-plugins\jquery-color-master\jquery-color-master\external\jquery-1.10.2\MIT-LICENSE.txt;
\22-jQuery第四天\01-教学资料\jquery-plugins\jquery-color-master\jquery-color-master\external\jquery-1.11.0\jquery.js;
\22-jQuery第四天\01-教学资料\jquery-plugins\jquery-color-master\jquery-color-master\external\jquery-1.11.0\MIT-LICENSE.txt;
\22-jQuery第四天\01-教学资料\jquery-plugins\jquery-color-master\jquery-color-master\external\jquery-1.11.1\jquery.js;
\22-jQuery第四天\01-教学资料\jquery-plugins\jquery-color-master\jquery-color-master\external\jquery-1.11.1\MIT-LICENSE.txt;
\22-jQuery第四天\01-教学资料\jquery-plugins\jquery-color-master\jquery-color-master\external\jquery-1.5.0\jquery.js;
\22-jQuery第四天\01-教学资料\jquery-plugins\jquery-color-master\jquery-color-master\external\jquery-1.5.0\MIT-LICENSE.txt;
\22-jQuery第四天\01-教学资料\jquery-plugins\jquery-color-master\jquery-color-master\external\jquery-1.5.1\jquery.js;
\22-jQuery第四天\01-教学资料\jquery-plugins\jquery-color-master\jquery-color-master\external\jquery-1.5.1\MIT-LICENSE.txt;
\22-jQuery第四天\01-教学资料\jquery-plugins\jquery-color-master\jquery-color-master\external\jquery-1.5.2\jquery.js;
\22-jQuery第四天\01-教学资料\jquery-plugins\jquery-color-master\jquery-color-master\external\jquery-1.5.2\MIT-LICENSE.txt;
\22-jQuery第四天\01-教学资料\jquery-plugins\jquery-color-master\jquery-color-master\external\jquery-1.6.0\jquery.js;
\22-jQuery第四天\01-教学资料\jquery-plugins\jquery-color-master\jquery-color-master\external\jquery-1.6.0\MIT-LICENSE.txt;
\22-jQuery第四天\01-教学资料\jquery-plugins\jquery-color-master\jquery-color-master\external\jquery-1.6.1\jquery.js;
\22-jQuery第四天\01-教学资料\jquery-plugins\jquery-color-master\jquery-color-master\external\jquery-1.6.1\MIT-LICENSE.txt;
\22-jQuery第四天\01-教学资料\jquery-plugins\jquery-color-master\jquery-color-master\external\jquery-1.6.2\jquery.js;
\22-jQuery第四天\01-教学资料\jquery-plugins\jquery-color-master\jquery-color-master\external\jquery-1.6.2\MIT-LICENSE.txt;
\22-jQuery第四天\01-教学资料\jquery-plugins\jquery-color-master\jquery-color-master\external\jquery-1.6.3\jquery.js;
\22-jQuery第四天\01-教学资料\jquery-plugins\jquery-color-master\jquery-color-master\external\jquery-1.6.3\MIT-LICENSE.txt;
\22-jQuery第四天\01-教学资料\jquery-plugins\jquery-color-master\jquery-color-master\external\jquery-1.6.4\jquery.js;
\22-jQuery第四天\01-教学资料\jquery-plugins\jquery-color-master\jquery-color-master\external\jquery-1.6.4\MIT-LICENSE.txt;
\22-jQuery第四天\01-教学资料\jquery-plugins\jquery-color-master\jquery-color-master\external\jquery-1.7.0\jquery.js;
\22-jQuery第四天\01-教学资料\jquery-plugins\jquery-color-master\jquery-color-master\external\jquery-1.7.0\MIT-LICENSE.txt;
\22-jQuery第四天\01-教学资料\jquery-plugins\jquery-color-master\jquery-color-master\external\jquery-1.7.1\jquery.js;
\22-jQuery第四天\01-教学资料\jquery-plugins\jquery-color-master\jquery-color-master\external\jquery-1.7.1\MIT-LICENSE.txt;
\22-jQuery第四天\01-教学资料\jquery-plugins\jquery-color-master\jquery-color-master\external\jquery-1.7.2\jquery.js;
\22-jQuery第四天\01-教学资料\jquery-plugins\jquery-color-master\jquery-color-master\external\jquery-1.7.2\MIT-LICENSE.txt;
\22-jQuery第四天\01-教学资料\jquery-plugins\jquery-color-master\jquery-color-master\external\jquery-1.8.0\jquery.js;
\22-jQuery第四天\01-教学资料\jquery-plugins\jquery-color-master\jquery-color-master\external\jquery-1.8.0\MIT-LICENSE.txt;
\22-jQuery第四天\01-教学资料\jquery-plugins\jquery-color-master\jquery-color-master\external\jquery-1.8.1\jquery.js;
\22-jQuery第四天\01-教学资料\jquery-plugins\jquery-color-master\jquery-color-master\external\jquery-1.8.1\MIT-LICENSE.txt;
\22-jQuery第四天\01-教学资料\jquery-plugins\jquery-color-master\jquery-color-master\external\jquery-1.8.2\jquery.js;
\22-jQuery第四天\01-教学资料\jquery-plugins\jquery-color-master\jquery-color-master\external\jquery-1.8.2\MIT-LICENSE.txt;
\22-jQuery第四天\01-教学资料\jquery-plugins\jquery-color-master\jquery-color-master\external\jquery-1.8.3\jquery.js;
\22-jQuery第四天\01-教学资料\jquery-plugins\jquery-color-master\jquery-color-master\external\jquery-1.8.3\MIT-LICENSE.txt;
\22-jQuery第四天\01-教学资料\jquery-plugins\jquery-color-master\jquery-color-master\external\jquery-1.9.0\jquery.js;
\22-jQuery第四天\01-教学资料\jquery-plugins\jquery-color-master\jquery-color-master\external\jquery-1.9.0\MIT-LICENSE.txt;
\22-jQuery第四天\01-教学资料\jquery-plugins\jquery-color-master\jquery-color-master\external\jquery-1.9.1\jquery.js;
\22-jQuery第四天\01-教学资料\jquery-plugins\jquery-color-master\jquery-color-master\external\jquery-1.9.1\MIT-LICENSE.txt;
\22-jQuery第四天\01-教学资料\jquery-plugins\jquery-color-master\jquery-color-master\external\jquery-2.0.0\jquery.js;
\22-jQuery第四天\01-教学资料\jquery-plugins\jquery-color-master\jquery-color-master\external\jquery-2.0.0\MIT-LICENSE.txt;
\22-jQuery第四天\01-教学资料\jquery-plugins\jquery-color-master\jquery-color-master\external\jquery-2.0.1\jquery.js;
\22-jQuery第四天\01-教学资料\jquery-plugins\jquery-color-master\jquery-color-master\external\jquery-2.0.1\MIT-LICENSE.txt;
\22-jQuery第四天\01-教学资料\jquery-plugins\jquery-color-master\jquery-color-master\external\jquery-2.0.2\jquery.js;
\22-jQuery第四天\01-教学资料\jquery-plugins\jquery-color-master\jquery-color-master\external\jquery-2.0.2\MIT-LICENSE.txt;
\22-jQuery第四天\01-教学资料\jquery-plugins\jquery-color-master\jquery-color-master\external\jquery-2.0.3\jquery.js;
\22-jQuery第四天\01-教学资料\jquery-plugins\jquery-color-master\jquery-color-master\external\jquery-2.0.3\MIT-LICENSE.txt;
\22-jQuery第四天\01-教学资料\jquery-plugins\jquery-color-master\jquery-color-master\external\jquery-2.1.0\jquery.js;
\22-jQuery第四天\01-教学资料\jquery-plugins\jquery-color-master\jquery-color-master\external\jquery-2.1.0\MIT-LICENSE.txt;
\22-jQuery第四天\01-教学资料\jquery-plugins\jquery-color-master\jquery-color-master\external\jquery-2.1.1\jquery.js;
\22-jQuery第四天\01-教学资料\jquery-plugins\jquery-color-master\jquery-color-master\external\jquery-2.1.1\MIT-LICENSE.txt;
\22-jQuery第四天\01-教学资料\jquery-plugins\jquery-color-master\jquery-color-master\external\qunit\MIT-LICENSE.txt;
\22-jQuery第四天\01-教学资料\jquery-plugins\jquery-color-master\jquery-color-master\external\qunit\qunit.css;
\22-jQuery第四天\01-教学资料\jquery-plugins\jquery-color-master\jquery-color-master\external\qunit\qunit.js;
\22-jQuery第四天\01-教学资料\jquery-plugins\jquery-color-master\jquery-color-master\Gruntfile.js;
\22-jQuery第四天\01-教学资料\jquery-plugins\jquery-color-master\jquery-color-master\jquery.color.js;
\22-jQuery第四天\01-教学资料\jquery-plugins\jquery-color-master\jquery-color-master\jquery.color.svg-names.js;
\22-jQuery第四天\01-教学资料\jquery-plugins\jquery-color-master\jquery-color-master\LICENSE.txt;
\22-jQuery第四天\01-教学资料\jquery-plugins\jquery-color-master\jquery-color-master\package.json;
\22-jQuery第四天\01-教学资料\jquery-plugins\jquery-color-master\jquery-color-master\README.md;
\22-jQuery第四天\01-教学资料\jquery-plugins\jquery-color-master\jquery-color-master\test\data\swarminject.js;
\22-jQuery第四天\01-教学资料\jquery-plugins\jquery-color-master\jquery-color-master\test\data\testinit.js;
\22-jQuery第四天\01-教学资料\jquery-plugins\jquery-color-master\jquery-color-master\test\index.html;
\22-jQuery第四天\01-教学资料\jquery-plugins\jquery-color-master\jquery-color-master\test\jquery.js;
\22-jQuery第四天\01-教学资料\jquery-plugins\jquery-color-master\jquery-color-master\test\test.html;
\22-jQuery第四天\01-教学资料\jquery-plugins\jquery-color-master\jquery-color-master\test\unit\.jshintrc;
\22-jQuery第四天\01-教学资料\jquery-plugins\jquery-color-master\jquery-color-master\test\unit\color.js;
\22-jQuery第四天\01-教学资料\jquery-plugins\jquery-ui-1.11.4.custom\jquery-ui-1.11.4.custom\external\jquery\jquery.js;
\22-jQuery第四天\01-教学资料\jquery-plugins\jquery-ui-1.11.4.custom\jquery-ui-1.11.4.custom\images\ui-bg_diagonals-thick_18_b81900_40x40.png;
\22-jQuery第四天\01-教学资料\jquery-plugins\jquery-ui-1.11.4.custom\jquery-ui-1.11.4.custom\images\ui-bg_diagonals-thick_20_666666_40x40.png;
\22-jQuery第四天\01-教学资料\jquery-plugins\jquery-ui-1.11.4.custom\jquery-ui-1.11.4.custom\images\ui-bg_flat_10_000000_40x100.png;
\22-jQuery第四天\01-教学资料\jquery-plugins\jquery-ui-1.11.4.custom\jquery-ui-1.11.4.custom\images\ui-bg_glass_100_f6f6f6_1x400.png;
\22-jQuery第四天\01-教学资料\jquery-plugins\jquery-ui-1.11.4.custom\jquery-ui-1.11.4.custom\images\ui-bg_glass_100_fdf5ce_1x400.png;
\22-jQuery第四天\01-教学资料\jquery-plugins\jquery-ui-1.11.4.custom\jquery-ui-1.11.4.custom\images\ui-bg_glass_65_ffffff_1x400.png;
\22-jQuery第四天\01-教学资料\jquery-plugins\jquery-ui-1.11.4.custom\jquery-ui-1.11.4.custom\images\ui-bg_gloss-wave_35_f6a828_500x100.png;
\22-jQuery第四天\01-教学资料\jquery-plugins\jquery-ui-1.11.4.custom\jquery-ui-1.11.4.custom\images\ui-bg_highlight-soft_100_eeeeee_1x100.png;
\22-jQuery第四天\01-教学资料\jquery-plugins\jquery-ui-1.11.4.custom\jquery-ui-1.11.4.custom\images\ui-bg_highlight-soft_75_ffe45c_1x100.png;
\22-jQuery第四天\01-教学资料\jquery-plugins\jquery-ui-1.11.4.custom\jquery-ui-1.11.4.custom\images\ui-icons_222222_256x240.png;
\22-jQuery第四天\01-教学资料\jquery-plugins\jquery-ui-1.11.4.custom\jquery-ui-1.11.4.custom\images\ui-icons_228ef1_256x240.png;
\22-jQuery第四天\01-教学资料\jquery-plugins\jquery-ui-1.11.4.custom\jquery-ui-1.11.4.custom\images\ui-icons_ef8c08_256x240.png;
\22-jQuery第四天\01-教学资料\jquery-plugins\jquery-ui-1.11.4.custom\jquery-ui-1.11.4.custom\images\ui-icons_ffd27a_256x240.png;
\22-jQuery第四天\01-教学资料\jquery-plugins\jquery-ui-1.11.4.custom\jquery-ui-1.11.4.custom\images\ui-icons_ffffff_256x240.png;
\22-jQuery第四天\01-教学资料\jquery-plugins\jquery-ui-1.11.4.custom\jquery-ui-1.11.4.custom\index.html;
\22-jQuery第四天\01-教学资料\jquery-plugins\jquery-ui-1.11.4.custom\jquery-ui-1.11.4.custom\jquery-ui.css;
\22-jQuery第四天\01-教学资料\jquery-plugins\jquery-ui-1.11.4.custom\jquery-ui-1.11.4.custom\jquery-ui.js;
\22-jQuery第四天\01-教学资料\jquery-plugins\jquery-ui-1.11.4.custom\jquery-ui-1.11.4.custom\jquery-ui.min.css;
\22-jQuery第四天\01-教学资料\jquery-plugins\jquery-ui-1.11.4.custom\jquery-ui-1.11.4.custom\jquery-ui.min.js;
\22-jQuery第四天\01-教学资料\jquery-plugins\jquery-ui-1.11.4.custom\jquery-ui-1.11.4.custom\jquery-ui.structure.css;
\22-jQuery第四天\01-教学资料\jquery-plugins\jquery-ui-1.11.4.custom\jquery-ui-1.11.4.custom\jquery-ui.structure.min.css;
\22-jQuery第四天\01-教学资料\jquery-plugins\jquery-ui-1.11.4.custom\jquery-ui-1.11.4.custom\jquery-ui.theme.css;
\22-jQuery第四天\01-教学资料\jquery-plugins\jquery-ui-1.11.4.custom\jquery-ui-1.11.4.custom\jquery-ui.theme.min.css;
\22-jQuery第四天\01-教学资料\jquery-plugins\jquery_lazyload-1.9.5\.gitignore;
\22-jQuery第四天\01-教学资料\jquery-plugins\jquery_lazyload-1.9.5\.jshintrc;
\22-jQuery第四天\01-教学资料\jquery-plugins\jquery_lazyload-1.9.5\bower.json;
\22-jQuery第四天\01-教学资料\jquery-plugins\jquery_lazyload-1.9.5\CHANGELOG.textile;
\22-jQuery第四天\01-教学资料\jquery-plugins\jquery_lazyload-1.9.5\CONTRIBUTING.md;
\22-jQuery第四天\01-教学资料\jquery-plugins\jquery_lazyload-1.9.5\disabled.html;
\22-jQuery第四天\01-教学资料\jquery-plugins\jquery_lazyload-1.9.5\enabled.html;
\22-jQuery第四天\01-教学资料\jquery-plugins\jquery_lazyload-1.9.5\enabled_ajax.html;
\22-jQuery第四天\01-教学资料\jquery-plugins\jquery_lazyload-1.9.5\enabled_background.html;
\22-jQuery第四天\01-教学资料\jquery-plugins\jquery_lazyload-1.9.5\enabled_container.html;
\22-jQuery第四天\01-教学资料\jquery-plugins\jquery_lazyload-1.9.5\enabled_fadein.html;
\22-jQuery第四天\01-教学资料\jquery-plugins\jquery_lazyload-1.9.5\enabled_gazillion.html;
\22-jQuery第四天\01-教学资料\jquery-plugins\jquery_lazyload-1.9.5\enabled_noscript.html;
\22-jQuery第四天\01-教学资料\jquery-plugins\jquery_lazyload-1.9.5\enabled_timeout.html;
\22-jQuery第四天\01-教学资料\jquery-plugins\jquery_lazyload-1.9.5\enabled_wide.html;
\22-jQuery第四天\01-教学资料\jquery-plugins\jquery_lazyload-1.9.5\enabled_wide_container.html;
\22-jQuery第四天\01-教学资料\jquery-plugins\jquery_lazyload-1.9.5\Gruntfile.js;
\22-jQuery第四天\01-教学资料\jquery-plugins\jquery_lazyload-1.9.5\img\bmw_m1_hood.jpg;
\22-jQuery第四天\01-教学资料\jquery-plugins\jquery_lazyload-1.9.5\img\bmw_m1_side.jpg;
\22-jQuery第四天\01-教学资料\jquery-plugins\jquery_lazyload-1.9.5\img\bmw_m3_gt.jpg;
\22-jQuery第四天\01-教学资料\jquery-plugins\jquery_lazyload-1.9.5\img\corvette_pitstop.jpg;
\22-jQuery第四天\01-教学资料\jquery-plugins\jquery_lazyload-1.9.5\img\grey.gif;
\22-jQuery第四天\01-教学资料\jquery-plugins\jquery_lazyload-1.9.5\img\transparent.gif;
\22-jQuery第四天\01-教学资料\jquery-plugins\jquery_lazyload-1.9.5\img\viper_1.jpg;
\22-jQuery第四天\01-教学资料\jquery-plugins\jquery_lazyload-1.9.5\img\viper_corner.jpg;
\22-jQuery第四天\01-教学资料\jquery-plugins\jquery_lazyload-1.9.5\img\white.gif;
\22-jQuery第四天\01-教学资料\jquery-plugins\jquery_lazyload-1.9.5\jquery.lazyload.js;
\22-jQuery第四天\01-教学资料\jquery-plugins\jquery_lazyload-1.9.5\jquery.lazyload.min.js;
\22-jQuery第四天\01-教学资料\jquery-plugins\jquery_lazyload-1.9.5\jquery.scrollstop.js;
\22-jQuery第四天\01-教学资料\jquery-plugins\jquery_lazyload-1.9.5\jquery.scrollstop.min.js;
\22-jQuery第四天\01-教学资料\jquery-plugins\jquery_lazyload-1.9.5\lazyload.jquery.json;
\22-jQuery第四天\01-教学资料\jquery-plugins\jquery_lazyload-1.9.5\package.json;
\22-jQuery第四天\01-教学资料\jquery-plugins\jquery_lazyload-1.9.5\README.md;
\22-jQuery第四天\01-教学资料\笔记\preview\.DS_Store;
\22-jQuery第四天\01-教学资料\笔记\preview\template.html;
\22-jQuery第四天\01-教学资料\笔记\preview\toc\css\demo.css;
\22-jQuery第四天\01-教学资料\笔记\preview\toc\css\zTreeStyle\img\diy\1_close.png;
\22-jQuery第四天\01-教学资料\笔记\preview\toc\css\zTreeStyle\img\diy\1_open.png;
\22-jQuery第四天\01-教学资料\笔记\preview\toc\css\zTreeStyle\img\diy\2.png;
\22-jQuery第四天\01-教学资料\笔记\preview\toc\css\zTreeStyle\img\diy\3.png;
\22-jQuery第四天\01-教学资料\笔记\preview\toc\css\zTreeStyle\img\diy\4.png;
\22-jQuery第四天\01-教学资料\笔记\preview\toc\css\zTreeStyle\img\diy\5.png;
\22-jQuery第四天\01-教学资料\笔记\preview\toc\css\zTreeStyle\img\diy\6.png;
\22-jQuery第四天\01-教学资料\笔记\preview\toc\css\zTreeStyle\img\diy\7.png;
\22-jQuery第四天\01-教学资料\笔记\preview\toc\css\zTreeStyle\img\diy\8.png;
\22-jQuery第四天\01-教学资料\笔记\preview\toc\css\zTreeStyle\img\diy\9.png;
\22-jQuery第四天\01-教学资料\笔记\preview\toc\css\zTreeStyle\img\line_conn.gif;
\22-jQuery第四天\01-教学资料\笔记\preview\toc\css\zTreeStyle\img\loading.gif;
\22-jQuery第四天\01-教学资料\笔记\preview\toc\css\zTreeStyle\img\zTreeStandard.gif;
\22-jQuery第四天\01-教学资料\笔记\preview\toc\css\zTreeStyle\img\zTreeStandard.png;
\22-jQuery第四天\01-教学资料\笔记\preview\toc\css\zTreeStyle\zTreeStyle.css;
\22-jQuery第四天\01-教学资料\笔记\preview\toc\js\jquery-1.4.4.min.js;
\22-jQuery第四天\01-教学资料\笔记\preview\toc\js\jquery.ztree.all-3.5.min.js;
\22-jQuery第四天\01-教学资料\笔记\preview\toc\js\ztree_toc.js;
\22-jQuery第四天\01-教学资料\笔记\preview\toc\js\ztree_toc.min.js;
\22-jQuery第四天\01-教学资料\笔记\preview\toc\style\Clearness Dark.css;
\22-jQuery第四天\01-教学资料\笔记\preview\toc\style\Clearness.css;
\22-jQuery第四天\01-教学资料\笔记\preview\toc\style\github-bf51422f4bb36427d391e4b75a1daa083c2d840e.css;
\22-jQuery第四天\01-教学资料\笔记\preview\toc\style\GitHub.css;
\22-jQuery第四天\01-教学资料\笔记\preview\toc\style\github2-d731afd4f624c99a4b19ad69f3083cd6d02b81d5.css;
\22-jQuery第四天\01-教学资料\笔记\preview\toc\style\GitHub2.css;
\22-jQuery第四天\01-教学资料\笔记\preview\toc\style\makedownpad.css;
\22-jQuery第四天\01-教学资料\笔记\preview\toc_conf.js;
\22-jQuery第四天\01-教学资料\笔记\preview\笔记.html;
\22-jQuery第四天\01-教学资料\笔记\笔记.md;
\22-jQuery第四天\04-代码\.idea\04-代码.iml;
\22-jQuery第四天\04-代码\.idea\encodings.xml;
\22-jQuery第四天\04-代码\.idea\modules.xml;
\22-jQuery第四天\04-代码\.idea\workspace.xml;
\22-jQuery第四天\04-代码\01-jquery.color.js的使用.html;
\22-jQuery第四天\04-代码\02-jquery.lazyload.js的使用.html;
\22-jQuery第四天\04-代码\02.gif;
\22-jQuery第四天\04-代码\03-jqueryui实现新闻模块.html;
\22-jQuery第四天\04-代码\04-原型初体验.html;
\22-jQuery第四天\04-代码\05-简易版本的jquery插件.html;
\22-jQuery第四天\04-代码\06-手风琴.html;
\22-jQuery第四天\04-代码\07-手风琴测试.html;
\22-jQuery第四天\04-代码\images\1.jpg;
\22-jQuery第四天\04-代码\images\2.jpg;
\22-jQuery第四天\04-代码\images\3.jpg;
\22-jQuery第四天\04-代码\images\4.jpg;
\22-jQuery第四天\04-代码\images\5.jpg;
\22-jQuery第四天\04-代码\jquery-1.12.4.js;
\22-jQuery第四天\04-代码\jquery-ui.css;
\22-jQuery第四天\04-代码\jquery-ui.js;
\22-jQuery第四天\04-代码\jquery.accordion.js;
\22-jQuery第四天\04-代码\jquery.bgColor.js;
\22-jQuery第四天\04-代码\jquery.color.js;
\22-jQuery第四天\04-代码\jquery.lazyload.js;
\22-jQuery第四天.zip;
\递归文件工具.exe;

上课资料目录

1、 项目右键-- Configure --
Convert to Maven Project
后可以生成maven结构,多了红色框的



<projectxmlns="http://maven.apache.org/POM/4.0.0"xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  <modelVersion>4.0.0</modelVersion>
  <groupId>springmvc_mybatis_gxfgs</groupId>
  <artifactId>springmvc_mybatis_gxfgs</artifactId>
  <version>0.0.1-SNAPSHOT</version>
  <packaging>war</packaging>
  <description>广西新增上传车辆辅助</description>
  <build>
    <sourceDirectory>src</sourceDirectory>
    <testSourceDirectory>Test</testSourceDirectory>
    <resources>
      <resource>
        <directory>src</directory>
        <excludes>
          <exclude>**/*.java</exclude>
        </excludes>
      </resource>
      <resource>
        <directory>config</directory>
        <excludes>
          <exclude>**/*.java</exclude>
        </excludes>
      </resource>
    </resources>
    <plugins>
      <plugin>
        <artifactId>maven-compiler-plugin</artifactId>
        <version>3.5.1</version>
        <configuration>
          <source>1.7</source>
          <target>1.7</target>
        </configuration>
      </plugin>
      <plugin>
        <artifactId>maven-war-plugin</artifactId>
        <version>3.0.0</version>
        <configuration>
          <warSourceDirectory>WebRoot</warSourceDirectory>
        </configuration>
      </plugin>
    </plugins>
  </build>
</project>

刚开始pom.XML的 内容

2、Jar包引用改造: 此时项目是可以跑起来的,但是pom中 并未有 添加jar包依赖。难道我旧项目这么多jar包都要一一 添加到pom中吗??

我配置了的远程仓库:目前感觉只可以用来下载, ADD时搜索不到

Maven Repository: Search/Browse/Explore--目前只能去这里找坐标了
http://mvnrepository.com/

还有看不懂 jar包的依赖关系。找到依赖树

在pom.xml中搜索不错jar包或者文件版本很少:
找解决方法:

方法
:配置了阿里云镜像仓库  和一些常用的远程仓库,更新索引。

【启动某些远程仓库的索引,更新,打开windows -> preferences -> maven,勾选 download repository index updates on startup】

http://www.cnblogs.com/rogge7/p/7238974.html--本文有些关于索引的建议

------

下方应该是更新中央仓库,但是十分卡,后来取消了。

更新了远程仓库的 索引后
,查找jar包就非常方便了。下面随意输入任意jar包,都可以搜出一大堆信息。

后来陆续替换项目路径下的jar包,改成用maven的引用。减小了项目的大小

虽然可以搜索出来,完美。不过搜索得还是很慢,难道没有在本地建索引成功,或者没有建完全??

3、--0914
问题来了:
在此之前感觉项目一直是正常,项目右键-- maven -- Update Project..也是正常的,

某天心血来潮 导出war包,添加了一些代码,就发现了 明明一个很简单的 if条件 为false 居然也执行进去了;折腾了不少时间 直到心理崩溃。

后来反思:其实在改成maven jar包引用的过程中出现过一些小问题,感觉都改正过了。也许其中造成了错误。后来同事过来帮忙看一下,看出了项目很多设定都不对了。

发现问题1:以下 pom.xml 可以限定jdk为1.7;因为旧项目是jdk1.7 转换时 默认pom固定1.7了,即使项目右键里面改成了1.8,

你进行 maven 项目更新时会被改成1.7jdk(即使你之前已经手动项目jdk改成了1.8)。

因为环境是1.8,所以引出了很问题。tomcat 之前也限定为7.0,只是把下面的 xml 1.7改成 1.8 更新maven 项目 就没有问题了。

 <plugin>
        <artifactId>maven-compiler-plugin</artifactId>
        <version>3.5.1</version>
        <configuration>
          <source>1.7</source> //限定
          <target>1.7</target> //限定什么??
        </configuration>
      </plugin>

发现问题2:项目右键-- Build path--Configure BuildPath..   A) 里面很多jar包还是引用原来项目下 lib文件夹中jar包(部分本地jar包替换为maven引用后 被删除了)

B) 项目两个jar包不是 IDE级别 的,是跟着项目的,  估计这里有待改进

目前貌似正常了

内容没有错误,项目上却有个小红叉:先找到错误在哪。Problems选项卡会有详细的错误描述

仔细一看,原来真的有描述,找到 Faceted project ,Runtimes tab默认是不显示的,切换发现里面居然有两个tomcat。改成和环境一致的 8.0


《jQuery精品教程视频/资料/19-jQuery第一天/01-教学资料/笔记/preview/笔记.html》

【01-让div显示与设置内容.html】

使用javascript开发过程中,有许多的缺点:

1. 查找元素的方法太少,麻烦。
2. 遍历伪数组很麻烦,通常要嵌套一大堆的for循环。
3. 有兼容性问题。
4. 想要实现简单的动画效果,也很麻烦
5. 代码冗余。

1.2. jQuery初体验

【02-让div显示与设置内容.html】

$(document).ready(function () {
    $("#btn1").click(function () {
          //隐式迭代:偷偷的遍历,在jQuery中,不需要手动写for循环了,会自动进行遍历。
        $("div").show(200);
    });

    $("#btn2").click(function () {
        $("div").text("我是内容");
    });
});

优点总结:

1. 查找元素的方法多种多样,非常灵活
2. 拥有隐式迭代特性,因此不再需要手写for循环了。
3. 完全没有兼容性问题。
4. 实现动画非常简单,而且功能更加的强大。
5. 代码简单、粗暴。

没有对比,就没有伤害,有了对比,处处戳中要害。

需求背景:某天用浏览器请求某个 API 提示:

{"RESULT_TYPE" : -1 , "STATE" : 401 , "RESULT_DESC" : "Not Login!"}

原来请求是要带用户登录成功的参数作为Cookie一起过去,

浏览器请求页面并无登录并记录Cookie的地方,所以需要手动添加个 模拟的 Cookie过去

下面教你如何实现:

------------------如何修改浏览器Cookie – 开心e点的博客
http://www.ebnd.cn/2011/02/22/edit-browser-cookies/

Firefox
:
安装
Web Developer
插件,装完重启之后会出现一排新的工具栏,点击 Cookies -> Add Cookie… 即可增加/修改一个Cookie了。

Opera
:
Opera 可以在 菜单 -> 工具 -> 高级 -> Cookie… 对话框中找到当前的页面的 Cookie 项,选中以后点“编辑…”即可修改。如果修改不成功的话,有可能是因为启用了 Opera Turbo 加速器导致的,可以检查 菜单 -> 工具 -> 快速参数(F12) -> 启动Opera Turbo 是否开启,如开启着的话,把它关闭以后再试试是不是可以了。

Chrome
:
安装
Edit This Cookie
插件,之后点击插件图标即可操作 Cookie。

IE
:
可以用
IECookiesView
碰碰运气,如果有其他更好的办法也请告知。

除上述工具之外,免费工具
Fiddler
和商业软件
HttpWatch
可以通过设置断点,跨浏览器调试所有的 HTTP(S)流量,很好很强大。只是需要写脚本,就改 Cookie 这个功能没有上述专门的工具来的方便,有杀鸡用牛刀之嫌。

====本人用Chrome,如果用浏览器自带的 应用店 很难打开,所以直接百度下载  Edit This Cookie 插件;我下载了
EditThisCookie_v1.4.1.crx

地址:http://www.pc6.com/soft/FireFox_502304.html

勾选上开发者模式,拖进文件进去,安装。

如何使用edit this cookie_百度经验
http://jingyan.baidu.com/article/6d704a13f7aa1428da51ca7e.html

拓展:插件 postman 有什么好处自己百度,不建议到官方下载,可以百度非官方下载:也许会碰到一下问题:

解决“只能通过Chrome网上应用商店安装该程序”的方法 - Chrome插件(谷歌浏览器插件)--按照此方法可以解决。
http://chromecj.com/utilities/2015-04/423.html