diff --git a/test b/test deleted file mode 100644 index 16b14f5..0000000 --- a/test +++ /dev/null @@ -1 +0,0 @@ -test file diff --git "a/\347\254\254\344\270\200\345\221\250/.idea/.name" "b/\347\254\254\344\270\200\345\221\250/.idea/.name" new file mode 100644 index 0000000..fd703fb --- /dev/null +++ "b/\347\254\254\344\270\200\345\221\250/.idea/.name" @@ -0,0 +1 @@ +第一周 \ No newline at end of file diff --git "a/\347\254\254\344\270\200\345\221\250/.idea/misc.xml" "b/\347\254\254\344\270\200\345\221\250/.idea/misc.xml" new file mode 100644 index 0000000..19f74da --- /dev/null +++ "b/\347\254\254\344\270\200\345\221\250/.idea/misc.xml" @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + \ No newline at end of file diff --git "a/\347\254\254\344\270\200\345\221\250/.idea/modules.xml" "b/\347\254\254\344\270\200\345\221\250/.idea/modules.xml" new file mode 100644 index 0000000..1cd7715 --- /dev/null +++ "b/\347\254\254\344\270\200\345\221\250/.idea/modules.xml" @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git "a/\347\254\254\344\270\200\345\221\250/.idea/vcs.xml" "b/\347\254\254\344\270\200\345\221\250/.idea/vcs.xml" new file mode 100644 index 0000000..6564d52 --- /dev/null +++ "b/\347\254\254\344\270\200\345\221\250/.idea/vcs.xml" @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git "a/\347\254\254\344\270\200\345\221\250/.idea/workspace.xml" "b/\347\254\254\344\270\200\345\221\250/.idea/workspace.xml" new file mode 100644 index 0000000..a83d655 --- /dev/null +++ "b/\347\254\254\344\270\200\345\221\250/.idea/workspace.xml" @@ -0,0 +1,566 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + true + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + true + + + + + + + + + + + + + + + + + + + + 1464057820744 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + file://$PROJECT_DIR$/第一天/预解释.html + 48 + + + file://$PROJECT_DIR$/第二天/作用域链以及内存释放.html + 96 + + + file://$PROJECT_DIR$/周末/this作用域综合练习题.html + 13 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git "a/\347\254\254\344\270\200\345\221\250/.idea/\347\254\254\344\270\200\345\221\250.iml" "b/\347\254\254\344\270\200\345\221\250/.idea/\347\254\254\344\270\200\345\221\250.iml" new file mode 100644 index 0000000..c956989 --- /dev/null +++ "b/\347\254\254\344\270\200\345\221\250/.idea/\347\254\254\344\270\200\345\221\250.iml" @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git "a/\347\254\254\344\270\200\345\221\250/360\345\235\221\347\210\271\351\235\242\350\257\225.png" "b/\347\254\254\344\270\200\345\221\250/360\345\235\221\347\210\271\351\235\242\350\257\225.png" new file mode 100644 index 0000000..97704ca Binary files /dev/null and "b/\347\254\254\344\270\200\345\221\250/360\345\235\221\347\210\271\351\235\242\350\257\225.png" differ diff --git "a/\347\254\254\344\270\200\345\221\250/git.html" "b/\347\254\254\344\270\200\345\221\250/git.html" new file mode 100644 index 0000000..4ea3687 --- /dev/null +++ "b/\347\254\254\344\270\200\345\221\250/git.html" @@ -0,0 +1,32 @@ + + + + + Git + + +如何和别人的仓库保持连接并且更新 + 1 github 就是一个仓库,用来存储自己的代码 + 2 在本地建立一个文件夹用来更新老师的github仓库里的讲义 + 3 在建立好的文件夹右键打开git Bash + 4 输入第一条命令: git clone http:addff.git地址(群里地址的名字是以.git结尾的),待命令执行结束之后,在本地文件夹内就会出现一个和github仓库相同的文件夹。并且这个文件夹内有一个隐藏的文件夹叫做.git。这样我们就完成了本地和远程仓库的连接 + 5 链接以后就可以在本地更新远程仓库里的所有内容了。(以后每天返学回家直接更新就可以了) git pull origin master + +如何把自己的代码放到提交到自己的仓库 + 1 git add -A 我这样要把我所有的文件都提交到我的远程github仓库中,这会版本号都没有生成,只是在一个暂存区 + 2 git commit -m'这里是这一次提交我的描述' 描述的内容一般是这一次提交的代码是干嘛的,这个提交动作之后就会在版本库里生成了一个新的版本,但是我的仓库中还没有最新状态 + verson 1 静态 + 2 js写完了 + 48 好多需求 + 3 git push origin master 把已经生成版本号之后的提交到远程仓库 + 提交的过程中验证用户名和密码 + +如何把本地文件夹初始化成一个本地仓库 其实一个git clone 远程仓库地址 完成了以下三步 + + 1 git init 这个命令一定在这个文件夹打开gitbash里操作 + 2 git remote add origin 远程仓库地址 + 3 git pull origin master + + + + \ No newline at end of file diff --git "a/\347\254\254\344\270\200\345\221\250/\345\221\250\346\234\253/git.html" "b/\347\254\254\344\270\200\345\221\250/\345\221\250\346\234\253/git.html" new file mode 100644 index 0000000..daea88c --- /dev/null +++ "b/\347\254\254\344\270\200\345\221\250/\345\221\250\346\234\253/git.html" @@ -0,0 +1,17 @@ + + + + + git + + + + + + \ No newline at end of file diff --git "a/\347\254\254\344\270\200\345\221\250/\345\221\250\346\234\253/this.html" "b/\347\254\254\344\270\200\345\221\250/\345\221\250\346\234\253/this.html" new file mode 100644 index 0000000..9683196 --- /dev/null +++ "b/\347\254\254\344\270\200\345\221\250/\345\221\250\346\234\253/this.html" @@ -0,0 +1,76 @@ + + + + + this + + +
+ + + \ No newline at end of file diff --git "a/\347\254\254\344\270\200\345\221\250/\345\221\250\346\234\253/this\344\275\234\347\224\250\345\237\237\347\273\274\345\220\210\347\273\203\344\271\240\351\242\230.html" "b/\347\254\254\344\270\200\345\221\250/\345\221\250\346\234\253/this\344\275\234\347\224\250\345\237\237\347\273\274\345\220\210\347\273\203\344\271\240\351\242\230.html" new file mode 100644 index 0000000..0970790 --- /dev/null +++ "b/\347\254\254\344\270\200\345\221\250/\345\221\250\346\234\253/this\344\275\234\347\224\250\345\237\237\347\273\274\345\220\210\347\273\203\344\271\240\351\242\230.html" @@ -0,0 +1,35 @@ + + + + + this作用域综合练习题 + + + + + \ No newline at end of file diff --git "a/\347\254\254\344\270\200\345\221\250/\345\221\250\346\234\253/\345\206\205\345\255\230\351\207\212\346\224\276.html" "b/\347\254\254\344\270\200\345\221\250/\345\221\250\346\234\253/\345\206\205\345\255\230\351\207\212\346\224\276.html" new file mode 100644 index 0000000..37ffd7d --- /dev/null +++ "b/\347\254\254\344\270\200\345\221\250/\345\221\250\346\234\253/\345\206\205\345\255\230\351\207\212\346\224\276.html" @@ -0,0 +1,123 @@ + + + + + + + +
+ + + + + + \ No newline at end of file diff --git "a/\347\254\254\344\270\200\345\221\250/\345\221\250\346\234\253/\345\216\237\345\236\213.png" "b/\347\254\254\344\270\200\345\221\250/\345\221\250\346\234\253/\345\216\237\345\236\213.png" new file mode 100644 index 0000000..566c683 Binary files /dev/null and "b/\347\254\254\344\270\200\345\221\250/\345\221\250\346\234\253/\345\216\237\345\236\213.png" differ diff --git "a/\347\254\254\344\270\200\345\221\250/\345\221\250\346\234\253/\346\227\240\346\240\207\351\242\230.png" "b/\347\254\254\344\270\200\345\221\250/\345\221\250\346\234\253/\346\227\240\346\240\207\351\242\230.png" new file mode 100644 index 0000000..375702b Binary files /dev/null and "b/\347\254\254\344\270\200\345\221\250/\345\221\250\346\234\253/\346\227\240\346\240\207\351\242\230.png" differ diff --git "a/\347\254\254\344\270\200\345\221\250/\345\221\250\346\234\253/\347\202\271\350\265\236\347\232\204\344\276\213\345\255\220.html" "b/\347\254\254\344\270\200\345\221\250/\345\221\250\346\234\253/\347\202\271\350\265\236\347\232\204\344\276\213\345\255\220.html" new file mode 100644 index 0000000..9661041 --- /dev/null +++ "b/\347\254\254\344\270\200\345\221\250/\345\221\250\346\234\253/\347\202\271\350\265\236\347\232\204\344\276\213\345\255\220.html" @@ -0,0 +1,80 @@ + + + + + 点赞例子 + + + +
+ 珠峰培训已经 + 7岁了 +
+ + + \ No newline at end of file diff --git "a/\347\254\254\344\270\200\345\221\250/\345\221\250\346\234\253/\351\235\242\345\220\221\345\257\271\350\261\241.html" "b/\347\254\254\344\270\200\345\221\250/\345\221\250\346\234\253/\351\235\242\345\220\221\345\257\271\350\261\241.html" new file mode 100644 index 0000000..3b04d55 --- /dev/null +++ "b/\347\254\254\344\270\200\345\221\250/\345\221\250\346\234\253/\351\235\242\345\220\221\345\257\271\350\261\241.html" @@ -0,0 +1,209 @@ + + + + + + + + + + \ No newline at end of file diff --git "a/\347\254\254\344\270\200\345\221\250/\345\221\250\346\234\253/\351\242\204\350\247\243\351\207\212.html" "b/\347\254\254\344\270\200\345\221\250/\345\221\250\346\234\253/\351\242\204\350\247\243\351\207\212.html" new file mode 100644 index 0000000..b5d1a58 --- /dev/null +++ "b/\347\254\254\344\270\200\345\221\250/\345\221\250\346\234\253/\351\242\204\350\247\243\351\207\212.html" @@ -0,0 +1,106 @@ + + + + + + + + + + + + \ No newline at end of file diff --git "a/\347\254\254\344\270\200\345\221\250/\345\221\250\346\234\253/\351\242\204\350\247\243\351\207\212\344\276\213\345\255\220\344\273\245\345\217\212\345\205\250\345\261\200\345\222\214\347\247\201\346\234\211\345\217\230\351\207\217.html" "b/\347\254\254\344\270\200\345\221\250/\345\221\250\346\234\253/\351\242\204\350\247\243\351\207\212\344\276\213\345\255\220\344\273\245\345\217\212\345\205\250\345\261\200\345\222\214\347\247\201\346\234\211\345\217\230\351\207\217.html" new file mode 100644 index 0000000..e42173d --- /dev/null +++ "b/\347\254\254\344\270\200\345\221\250/\345\221\250\346\234\253/\351\242\204\350\247\243\351\207\212\344\276\213\345\255\220\344\273\245\345\217\212\345\205\250\345\261\200\345\222\214\347\247\201\346\234\211\345\217\230\351\207\217.html" @@ -0,0 +1,63 @@ + + + + + + + + + + + \ No newline at end of file diff --git "a/\347\254\254\344\270\200\345\221\250/\346\211\271\351\207\217\344\277\256\346\224\271\345\205\254\346\234\211\345\261\236\346\200\247.png" "b/\347\254\254\344\270\200\345\221\250/\346\211\271\351\207\217\344\277\256\346\224\271\345\205\254\346\234\211\345\261\236\346\200\247.png" new file mode 100644 index 0000000..09b1da6 Binary files /dev/null and "b/\347\254\254\344\270\200\345\221\250/\346\211\271\351\207\217\344\277\256\346\224\271\345\205\254\346\234\211\345\261\236\346\200\247.png" differ diff --git "a/\347\254\254\344\270\200\345\221\250/\347\254\254\344\270\200\345\244\251/\351\242\204\350\247\243\351\207\212.html" "b/\347\254\254\344\270\200\345\221\250/\347\254\254\344\270\200\345\244\251/\351\242\204\350\247\243\351\207\212.html" new file mode 100644 index 0000000..79faa3d --- /dev/null +++ "b/\347\254\254\344\270\200\345\221\250/\347\254\254\344\270\200\345\244\251/\351\242\204\350\247\243\351\207\212.html" @@ -0,0 +1,157 @@ + + + + + + + + + + + \ No newline at end of file diff --git "a/\347\254\254\344\270\200\345\221\250/\347\254\254\344\270\200\345\244\251/\351\242\204\350\247\243\351\207\212.png" "b/\347\254\254\344\270\200\345\221\250/\347\254\254\344\270\200\345\244\251/\351\242\204\350\247\243\351\207\212.png" new file mode 100644 index 0000000..a60bdca Binary files /dev/null and "b/\347\254\254\344\270\200\345\221\250/\347\254\254\344\270\200\345\244\251/\351\242\204\350\247\243\351\207\212.png" differ diff --git "a/\347\254\254\344\270\200\345\221\250/\347\254\254\344\270\211\345\244\251/\347\202\271\350\265\236.html" "b/\347\254\254\344\270\200\345\221\250/\347\254\254\344\270\211\345\244\251/\347\202\271\350\265\236.html" new file mode 100644 index 0000000..2541f1a --- /dev/null +++ "b/\347\254\254\344\270\200\345\221\250/\347\254\254\344\270\211\345\244\251/\347\202\271\350\265\236.html" @@ -0,0 +1,78 @@ + + + + + + + + +
+ 认为老师很帅的请点赞 + 1 +
+ + + diff --git "a/\347\254\254\344\270\200\345\221\250/\347\254\254\344\270\211\345\244\251/\347\273\203\344\271\240.html" "b/\347\254\254\344\270\200\345\221\250/\347\254\254\344\270\211\345\244\251/\347\273\203\344\271\240.html" new file mode 100644 index 0000000..d0ff436 --- /dev/null +++ "b/\347\254\254\344\270\200\345\221\250/\347\254\254\344\270\211\345\244\251/\347\273\203\344\271\240.html" @@ -0,0 +1,52 @@ + + + + + + + + + + + \ No newline at end of file diff --git "a/\347\254\254\344\270\200\345\221\250/\347\254\254\344\270\211\345\244\251/\351\235\242\345\220\221\345\257\271\350\261\241.html" "b/\347\254\254\344\270\200\345\221\250/\347\254\254\344\270\211\345\244\251/\351\235\242\345\220\221\345\257\271\350\261\241.html" new file mode 100644 index 0000000..7b70044 --- /dev/null +++ "b/\347\254\254\344\270\200\345\221\250/\347\254\254\344\270\211\345\244\251/\351\235\242\345\220\221\345\257\271\350\261\241.html" @@ -0,0 +1,150 @@ + + + + + + + + + + + \ No newline at end of file diff --git "a/\347\254\254\344\270\200\345\221\250/\347\254\254\344\272\214\345\244\251/this.html" "b/\347\254\254\344\270\200\345\221\250/\347\254\254\344\272\214\345\244\251/this.html" new file mode 100644 index 0000000..dfce229 --- /dev/null +++ "b/\347\254\254\344\270\200\345\221\250/\347\254\254\344\272\214\345\244\251/this.html" @@ -0,0 +1,85 @@ + + + + + this + + + + + + \ No newline at end of file diff --git "a/\347\254\254\344\270\200\345\221\250/\347\254\254\344\272\214\345\244\251/\344\275\234\347\224\250\345\237\237\351\223\276\344\273\245\345\217\212\345\206\205\345\255\230\351\207\212\346\224\276.html" "b/\347\254\254\344\270\200\345\221\250/\347\254\254\344\272\214\345\244\251/\344\275\234\347\224\250\345\237\237\351\223\276\344\273\245\345\217\212\345\206\205\345\255\230\351\207\212\346\224\276.html" new file mode 100644 index 0000000..fc72907 --- /dev/null +++ "b/\347\254\254\344\270\200\345\221\250/\347\254\254\344\272\214\345\244\251/\344\275\234\347\224\250\345\237\237\351\223\276\344\273\245\345\217\212\345\206\205\345\255\230\351\207\212\346\224\276.html" @@ -0,0 +1,128 @@ + + + + + 作用域链和内存释放问题 + + +
+ + + \ No newline at end of file diff --git "a/\347\254\254\344\270\200\345\221\250/\347\254\254\344\272\214\345\244\251/\345\206\205\345\255\230\351\207\212\346\224\276.png" "b/\347\254\254\344\270\200\345\221\250/\347\254\254\344\272\214\345\244\251/\345\206\205\345\255\230\351\207\212\346\224\276.png" new file mode 100644 index 0000000..95d153f Binary files /dev/null and "b/\347\254\254\344\270\200\345\221\250/\347\254\254\344\272\214\345\244\251/\345\206\205\345\255\230\351\207\212\346\224\276.png" differ diff --git "a/\347\254\254\344\270\200\345\221\250/\347\254\254\344\272\214\345\244\251/\345\235\221\347\210\271\347\232\204\351\242\230360\345\220\204\347\247\215this\345\220\204\347\247\215\345\235\221.html" "b/\347\254\254\344\270\200\345\221\250/\347\254\254\344\272\214\345\244\251/\345\235\221\347\210\271\347\232\204\351\242\230360\345\220\204\347\247\215this\345\220\204\347\247\215\345\235\221.html" new file mode 100644 index 0000000..7b46c2f --- /dev/null +++ "b/\347\254\254\344\270\200\345\221\250/\347\254\254\344\272\214\345\244\251/\345\235\221\347\210\271\347\232\204\351\242\230360\345\220\204\347\247\215this\345\220\204\347\247\215\345\235\221.html" @@ -0,0 +1,84 @@ + + + + + + + + + + + + + + + + diff --git "a/\347\254\254\344\270\200\345\221\250/\351\235\242\345\220\221\345\257\271\350\261\241.png" "b/\347\254\254\344\270\200\345\221\250/\351\235\242\345\220\221\345\257\271\350\261\241.png" new file mode 100644 index 0000000..6d3cf95 Binary files /dev/null and "b/\347\254\254\344\270\200\345\221\250/\351\235\242\345\220\221\345\257\271\350\261\241.png" differ diff --git "a/\347\254\254\344\270\200\345\221\250/\351\242\204\350\247\243\351\207\212.png" "b/\347\254\254\344\270\200\345\221\250/\351\242\204\350\247\243\351\207\212.png" new file mode 100644 index 0000000..1465867 Binary files /dev/null and "b/\347\254\254\344\270\200\345\221\250/\351\242\204\350\247\243\351\207\212.png" differ diff --git "a/\347\254\254\344\270\211\345\221\250/.idea/.name" "b/\347\254\254\344\270\211\345\221\250/.idea/.name" new file mode 100644 index 0000000..b9cef3b --- /dev/null +++ "b/\347\254\254\344\270\211\345\221\250/.idea/.name" @@ -0,0 +1 @@ +第三周 \ No newline at end of file diff --git "a/\347\254\254\344\270\211\345\221\250/.idea/misc.xml" "b/\347\254\254\344\270\211\345\221\250/.idea/misc.xml" new file mode 100644 index 0000000..19f74da --- /dev/null +++ "b/\347\254\254\344\270\211\345\221\250/.idea/misc.xml" @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + \ No newline at end of file diff --git "a/\347\254\254\344\270\211\345\221\250/.idea/modules.xml" "b/\347\254\254\344\270\211\345\221\250/.idea/modules.xml" new file mode 100644 index 0000000..fffdb39 --- /dev/null +++ "b/\347\254\254\344\270\211\345\221\250/.idea/modules.xml" @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git "a/\347\254\254\344\270\211\345\221\250/.idea/vcs.xml" "b/\347\254\254\344\270\211\345\221\250/.idea/vcs.xml" new file mode 100644 index 0000000..6564d52 --- /dev/null +++ "b/\347\254\254\344\270\211\345\221\250/.idea/vcs.xml" @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git "a/\347\254\254\344\270\211\345\221\250/.idea/workspace.xml" "b/\347\254\254\344\270\211\345\221\250/.idea/workspace.xml" new file mode 100644 index 0000000..3145036 --- /dev/null +++ "b/\347\254\254\344\270\211\345\221\250/.idea/workspace.xml" @@ -0,0 +1,289 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + true + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 1465264970438 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git "a/\347\254\254\344\270\211\345\221\250/.idea/\347\254\254\344\270\211\345\221\250.iml" "b/\347\254\254\344\270\211\345\221\250/.idea/\347\254\254\344\270\211\345\221\250.iml" new file mode 100644 index 0000000..c956989 --- /dev/null +++ "b/\347\254\254\344\270\211\345\221\250/.idea/\347\254\254\344\270\211\345\221\250.iml" @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git "a/\347\254\254\344\270\211\345\221\250/\347\233\222\345\255\220\346\250\241\345\236\213.html" "b/\347\254\254\344\270\211\345\221\250/\347\233\222\345\255\220\346\250\241\345\236\213.html" new file mode 100644 index 0000000..a3130ac --- /dev/null +++ "b/\347\254\254\344\270\211\345\221\250/\347\233\222\345\255\220\346\250\241\345\236\213.html" @@ -0,0 +1,158 @@ + + + + + + + + +
+
+
+ clientWidth:204 , clientHeight:105 , clientLeft:4 , clientTop:3clientWidth:204 , clientHeight:105 , clientLeft:4 , clientTop:3clientWidth:204 , clientHeight:105 , clientLeft:4 , clientTop:3clientWidth:204 , clientHeight:105 , clientLeft:4 , clientTop:3clientWidth:204 , clientHeight:105 , clientLeft:4 , clientTop:3clientWidth:204 , clientHeight:105 , clientLeft:4 , clientTop:3clientWidth:204 , clientHeight:105 , clientLeft:4 , clientTop:3clientWidth:204 , clientHeight:105 , clientLeft:4 , +
+
+
+ + + + + \ No newline at end of file diff --git "a/\347\254\254\344\270\211\345\221\250/\347\233\222\345\255\220\346\250\241\345\236\213.png" "b/\347\254\254\344\270\211\345\221\250/\347\233\222\345\255\220\346\250\241\345\236\213.png" new file mode 100644 index 0000000..a846925 Binary files /dev/null and "b/\347\254\254\344\270\211\345\221\250/\347\233\222\345\255\220\346\250\241\345\236\213.png" differ diff --git "a/\347\254\254\344\272\214\345\221\250/.idea/.name" "b/\347\254\254\344\272\214\345\221\250/.idea/.name" new file mode 100644 index 0000000..2d7b747 --- /dev/null +++ "b/\347\254\254\344\272\214\345\221\250/.idea/.name" @@ -0,0 +1 @@ +第二周 \ No newline at end of file diff --git "a/\347\254\254\344\272\214\345\221\250/.idea/encodings.xml" "b/\347\254\254\344\272\214\345\221\250/.idea/encodings.xml" new file mode 100644 index 0000000..41f1207 --- /dev/null +++ "b/\347\254\254\344\272\214\345\221\250/.idea/encodings.xml" @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git "a/\347\254\254\344\272\214\345\221\250/.idea/misc.xml" "b/\347\254\254\344\272\214\345\221\250/.idea/misc.xml" new file mode 100644 index 0000000..19f74da --- /dev/null +++ "b/\347\254\254\344\272\214\345\221\250/.idea/misc.xml" @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + \ No newline at end of file diff --git "a/\347\254\254\344\272\214\345\221\250/.idea/modules.xml" "b/\347\254\254\344\272\214\345\221\250/.idea/modules.xml" new file mode 100644 index 0000000..503f417 --- /dev/null +++ "b/\347\254\254\344\272\214\345\221\250/.idea/modules.xml" @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git "a/\347\254\254\344\272\214\345\221\250/.idea/vcs.xml" "b/\347\254\254\344\272\214\345\221\250/.idea/vcs.xml" new file mode 100644 index 0000000..6564d52 --- /dev/null +++ "b/\347\254\254\344\272\214\345\221\250/.idea/vcs.xml" @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git "a/\347\254\254\344\272\214\345\221\250/.idea/workspace.xml" "b/\347\254\254\344\272\214\345\221\250/.idea/workspace.xml" new file mode 100644 index 0000000..6bcb989 --- /dev/null +++ "b/\347\254\254\344\272\214\345\221\250/.idea/workspace.xml" @@ -0,0 +1,417 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + true + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + true + + + + + + + + + + + + 1464667114902 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git "a/\347\254\254\344\272\214\345\221\250/.idea/\347\254\254\344\272\214\345\221\250.iml" "b/\347\254\254\344\272\214\345\221\250/.idea/\347\254\254\344\272\214\345\221\250.iml" new file mode 100644 index 0000000..c956989 --- /dev/null +++ "b/\347\254\254\344\272\214\345\221\250/.idea/\347\254\254\344\272\214\345\221\250.iml" @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git "a/\347\254\254\344\272\214\345\221\250/dom\346\230\240\345\260\204.png" "b/\347\254\254\344\272\214\345\221\250/dom\346\230\240\345\260\204.png" new file mode 100644 index 0000000..355bb06 Binary files /dev/null and "b/\347\254\254\344\272\214\345\221\250/dom\346\230\240\345\260\204.png" differ diff --git "a/\347\254\254\344\272\214\345\221\250/\345\216\237\345\236\213\347\273\247\346\211\277.png" "b/\347\254\254\344\272\214\345\221\250/\345\216\237\345\236\213\347\273\247\346\211\277.png" new file mode 100644 index 0000000..8d211ec Binary files /dev/null and "b/\347\254\254\344\272\214\345\221\250/\345\216\237\345\236\213\347\273\247\346\211\277.png" differ diff --git "a/\347\254\254\344\272\214\345\221\250/\345\221\250\346\234\253/JSON.html" "b/\347\254\254\344\272\214\345\221\250/\345\221\250\346\234\253/JSON.html" new file mode 100644 index 0000000..92ca9dc --- /dev/null +++ "b/\347\254\254\344\272\214\345\221\250/\345\221\250\346\234\253/JSON.html" @@ -0,0 +1,31 @@ + + + + + JSON + + + + + + \ No newline at end of file diff --git "a/\347\254\254\344\272\214\345\221\250/\345\221\250\346\234\253/call&apply.html" "b/\347\254\254\344\272\214\345\221\250/\345\221\250\346\234\253/call&apply.html" new file mode 100644 index 0000000..38088a8 --- /dev/null +++ "b/\347\254\254\344\272\214\345\221\250/\345\221\250\346\234\253/call&apply.html" @@ -0,0 +1,240 @@ + + + + + + + + + + + + \ No newline at end of file diff --git "a/\347\254\254\344\272\214\345\221\250/\345\221\250\346\234\253/data.txt" "b/\347\254\254\344\272\214\345\221\250/\345\221\250\346\234\253/data.txt" new file mode 100644 index 0000000..9a9d4de --- /dev/null +++ "b/\347\254\254\344\272\214\345\221\250/\345\221\250\346\234\253/data.txt" @@ -0,0 +1,6 @@ +[ + {"name":"田喜","gender":1,"age":30,"height":175,"weight":90}, + {"name":"韩小波","gender":1,"age":29,"height":179,"weight":80}, + {"name":"张晓磊","gender":1,"age":28,"height":185,"weight":75}, + {"name":"耿敏","gender":0,"age":19,"height":165,"weight":50} + ] \ No newline at end of file diff --git "a/\347\254\254\344\272\214\345\221\250/\345\221\250\346\234\253/listToArray.html" "b/\347\254\254\344\272\214\345\221\250/\345\221\250\346\234\253/listToArray.html" new file mode 100644 index 0000000..09ff0b6 --- /dev/null +++ "b/\347\254\254\344\272\214\345\221\250/\345\221\250\346\234\253/listToArray.html" @@ -0,0 +1,37 @@ + + + + + + + + + + + + \ No newline at end of file diff --git "a/\347\254\254\344\272\214\345\221\250/\345\221\250\346\234\253/\346\255\243\345\210\231\350\241\250\350\276\276\345\274\217.html" "b/\347\254\254\344\272\214\345\221\250/\345\221\250\346\234\253/\346\255\243\345\210\231\350\241\250\350\276\276\345\274\217.html" new file mode 100644 index 0000000..182e8da --- /dev/null +++ "b/\347\254\254\344\272\214\345\221\250/\345\221\250\346\234\253/\346\255\243\345\210\231\350\241\250\350\276\276\345\274\217.html" @@ -0,0 +1,297 @@ + + + + + 正则 + + + + + \ No newline at end of file diff --git "a/\347\254\254\344\272\214\345\221\250/\345\221\250\346\234\253/\350\241\250\346\240\274\346\216\222\345\272\217.html" "b/\347\254\254\344\272\214\345\221\250/\345\221\250\346\234\253/\350\241\250\346\240\274\346\216\222\345\272\217.html" new file mode 100644 index 0000000..7773a6b --- /dev/null +++ "b/\347\254\254\344\272\214\345\221\250/\345\221\250\346\234\253/\350\241\250\346\240\274\346\216\222\345\272\217.html" @@ -0,0 +1,264 @@ + + + + + + + + +
+ + + + + + + + + + + + + +
姓名性别年龄身高(cm)体重(kg)
+
+ + + \ No newline at end of file diff --git "a/\347\254\254\344\272\214\345\221\250/\347\254\254\344\270\200\345\244\251/call&apply&bind.html" "b/\347\254\254\344\272\214\345\221\250/\347\254\254\344\270\200\345\244\251/call&apply&bind.html" new file mode 100644 index 0000000..e57eca6 --- /dev/null +++ "b/\347\254\254\344\272\214\345\221\250/\347\254\254\344\270\200\345\244\251/call&apply&bind.html" @@ -0,0 +1,112 @@ + + + + + + + +

+ + + + diff --git "a/\347\254\254\344\272\214\345\221\250/\347\254\254\344\270\200\345\244\251/call&apply\347\273\203\344\271\240.html" "b/\347\254\254\344\272\214\345\221\250/\347\254\254\344\270\200\345\244\251/call&apply\347\273\203\344\271\240.html" new file mode 100644 index 0000000..c73ff24 --- /dev/null +++ "b/\347\254\254\344\272\214\345\221\250/\347\254\254\344\270\200\345\244\251/call&apply\347\273\203\344\271\240.html" @@ -0,0 +1,119 @@ + + + + + + + + + + + \ No newline at end of file diff --git "a/\347\254\254\344\272\214\345\221\250/\347\254\254\344\270\200\345\244\251/\346\212\212\347\261\273\346\225\260\347\273\204\350\275\254\345\214\226\344\270\272\346\225\260\347\273\204.html" "b/\347\254\254\344\272\214\345\221\250/\347\254\254\344\270\200\345\244\251/\346\212\212\347\261\273\346\225\260\347\273\204\350\275\254\345\214\226\344\270\272\346\225\260\347\273\204.html" new file mode 100644 index 0000000..b9fc7ae --- /dev/null +++ "b/\347\254\254\344\272\214\345\221\250/\347\254\254\344\270\200\345\244\251/\346\212\212\347\261\273\346\225\260\347\273\204\350\275\254\345\214\226\344\270\272\346\225\260\347\273\204.html" @@ -0,0 +1,87 @@ + + + + + + + + + + + \ No newline at end of file diff --git "a/\347\254\254\344\272\214\345\221\250/\347\254\254\344\270\211\345\244\251/\346\255\243\345\210\231.html" "b/\347\254\254\344\272\214\345\221\250/\347\254\254\344\270\211\345\244\251/\346\255\243\345\210\231.html" new file mode 100644 index 0000000..b6734b5 --- /dev/null +++ "b/\347\254\254\344\272\214\345\221\250/\347\254\254\344\270\211\345\244\251/\346\255\243\345\210\231.html" @@ -0,0 +1,204 @@ + + + + + fuck + + + + + + \ No newline at end of file diff --git "a/\347\254\254\344\272\214\345\221\250/\347\254\254\344\270\211\345\244\251/\346\255\243\345\210\2311.html" "b/\347\254\254\344\272\214\345\221\250/\347\254\254\344\270\211\345\244\251/\346\255\243\345\210\2311.html" new file mode 100644 index 0000000..39f70db --- /dev/null +++ "b/\347\254\254\344\272\214\345\221\250/\347\254\254\344\270\211\345\244\251/\346\255\243\345\210\2311.html" @@ -0,0 +1,13 @@ + + + + + 你大爷的 + + + + + + \ No newline at end of file diff --git "a/\347\254\254\344\272\214\345\221\250/\347\254\254\344\272\214\345\244\251/JSON.html" "b/\347\254\254\344\272\214\345\221\250/\347\254\254\344\272\214\345\244\251/JSON.html" new file mode 100644 index 0000000..513508c --- /dev/null +++ "b/\347\254\254\344\272\214\345\221\250/\347\254\254\344\272\214\345\244\251/JSON.html" @@ -0,0 +1,30 @@ + + + + + JSON + + + + + + \ No newline at end of file diff --git "a/\347\254\254\344\272\214\345\221\250/\347\254\254\344\272\214\345\244\251/dom.html" "b/\347\254\254\344\272\214\345\221\250/\347\254\254\344\272\214\345\244\251/dom.html" new file mode 100644 index 0000000..632bbfd --- /dev/null +++ "b/\347\254\254\344\272\214\345\221\250/\347\254\254\344\272\214\345\244\251/dom.html" @@ -0,0 +1,125 @@ + + + + + dom的映射和回流 + + + + + + + \ No newline at end of file diff --git "a/\347\254\254\344\272\214\345\221\250/\347\254\254\344\272\214\345\244\251/json.txt" "b/\347\254\254\344\272\214\345\221\250/\347\254\254\344\272\214\345\244\251/json.txt" new file mode 100644 index 0000000..40c03de --- /dev/null +++ "b/\347\254\254\344\272\214\345\221\250/\347\254\254\344\272\214\345\244\251/json.txt" @@ -0,0 +1,7 @@ +[ + {"name":"田喜","age":30,"height":175,"weight":75,"gender":1}, + {"name":"陈超","age":25,"height":180,"weight":80,"gender":1}, + {"name":"张学荣","age":21,"height":176,"weight":70,"gender":1}, + {"name":"龙霞","age":19,"height":160,"weight":45,"gender":0}, + {"name":"李宁","age":19,"height":160,"weight":45,"gender":0} + ] \ No newline at end of file diff --git "a/\347\254\254\344\272\214\345\221\250/\347\254\254\344\272\214\345\244\251/utils.js" "b/\347\254\254\344\272\214\345\221\250/\347\254\254\344\272\214\345\244\251/utils.js" new file mode 100644 index 0000000..45bd768 --- /dev/null +++ "b/\347\254\254\344\272\214\345\221\250/\347\254\254\344\272\214\345\244\251/utils.js" @@ -0,0 +1,22 @@ +/** + * һЩõķͺ nameSpace ģʽ + */ +var utils = { + listToArray : function (likeArray){ + try{ + return Array.prototype.slice.call(likeArray,0); + }catch (e){ + var ary = []; + for(var i=0; i + + + + 表格排序 + + + +
+ + + + + + + + + + + + + +
姓名年龄身高(cm)体重(kg)性别
+
+ + + + \ No newline at end of file diff --git "a/\347\254\254\344\272\214\345\221\250/\347\273\247\346\211\277.html" "b/\347\254\254\344\272\214\345\221\250/\347\273\247\346\211\277.html" new file mode 100644 index 0000000..f5de5e1 --- /dev/null +++ "b/\347\254\254\344\272\214\345\221\250/\347\273\247\346\211\277.html" @@ -0,0 +1,102 @@ + + + + + 继承 + + + + + + \ No newline at end of file diff --git "a/\347\254\254\344\272\214\345\221\250/\347\273\247\346\211\277.png" "b/\347\254\254\344\272\214\345\221\250/\347\273\247\346\211\277.png" new file mode 100644 index 0000000..9bf096c Binary files /dev/null and "b/\347\254\254\344\272\214\345\221\250/\347\273\247\346\211\277.png" differ