diff --git a/.DS_Store b/.DS_Store index f7094e6..2d6925a 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/READ.md b/READ.md new file mode 100644 index 0000000..e69de29 diff --git a/README.md b/README.md deleted file mode 100644 index 9a4dbcb..0000000 --- a/README.md +++ /dev/null @@ -1,8 +0,0 @@ -# 笔记 -## git使用 -- 参考视屏:https://www.youtube.com/watch?v=ozRLyN2wyNs&list=PLmOn9nNkQxJFISyrvKUk8OWg-Pzs1donX&index=24 -## 操作系统 -- 参考视屏:https://www.youtube.com/watch?v=ujVSQDPwdOE&list=PLg5ULjirtivtd1p89jL5t1SKU6batBysz&index=8 -## 算法思想 -- 动态规划参考视屏:https://www.youtube.com/watch?v=1BAsAgdx7Ac https://www.youtube.com/watch?v=Jakbj4vaIbE - diff --git a/algorithm/algorithm.md b/algorithm/algorithm.md deleted file mode 100644 index 8303709..0000000 --- a/algorithm/algorithm.md +++ /dev/null @@ -1,10 +0,0 @@ -# 算法思想描述 - -## 动态规划问题 - -- 视屏资源:第一讲->https://www.youtube.com/watch?v=1BAsAgdx7Ac -- 第二讲:https://www.youtube.com/watch?v=Jakbj4vaIbE - -- 在时间不冲突的情况下挣钱最多? - - ![image-20191227004315659](/Users/fanding/gitProjects/notes/algorithm/img/image-20191227004315659.png) \ No newline at end of file diff --git a/algorithm/img/image-20191227004315659.png b/algorithm/img/image-20191227004315659.png deleted file mode 100644 index 35a582e..0000000 Binary files a/algorithm/img/image-20191227004315659.png and /dev/null differ diff --git a/spider/img/image-20200121110700270.png b/spider/img/image-20200121110700270.png new file mode 100644 index 0000000..7f50204 Binary files /dev/null and b/spider/img/image-20200121110700270.png differ diff --git a/spider/img/image-20200121113631436.png b/spider/img/image-20200121113631436.png new file mode 100644 index 0000000..244915a Binary files /dev/null and b/spider/img/image-20200121113631436.png differ diff --git a/spider/img/image-20200121113716159.png b/spider/img/image-20200121113716159.png new file mode 100644 index 0000000..dd76654 Binary files /dev/null and b/spider/img/image-20200121113716159.png differ diff --git a/spider/img/image-20200128221627046.png b/spider/img/image-20200128221627046.png new file mode 100644 index 0000000..c5768a8 Binary files /dev/null and b/spider/img/image-20200128221627046.png differ diff --git a/spider/img/image-20200128221715829.png b/spider/img/image-20200128221715829.png new file mode 100644 index 0000000..e9f5d8b Binary files /dev/null and b/spider/img/image-20200128221715829.png differ diff --git a/spider/img/image-20200129103435025.png b/spider/img/image-20200129103435025.png new file mode 100644 index 0000000..c468f13 Binary files /dev/null and b/spider/img/image-20200129103435025.png differ diff --git a/spider/img/image-20200129103535586.png b/spider/img/image-20200129103535586.png new file mode 100644 index 0000000..ebbde71 Binary files /dev/null and b/spider/img/image-20200129103535586.png differ diff --git a/spider/img/image-20200129103703708.png b/spider/img/image-20200129103703708.png new file mode 100644 index 0000000..80601d1 Binary files /dev/null and b/spider/img/image-20200129103703708.png differ diff --git a/spider/img/image-20200129104114073.png b/spider/img/image-20200129104114073.png new file mode 100644 index 0000000..103b2fa Binary files /dev/null and b/spider/img/image-20200129104114073.png differ diff --git "a/spider/m3u8\347\261\273\345\236\213\350\247\206\345\261\217\344\270\213\350\275\275.pdf" "b/spider/m3u8\347\261\273\345\236\213\350\247\206\345\261\217\344\270\213\350\275\275.pdf" new file mode 100644 index 0000000..82794fe Binary files /dev/null and "b/spider/m3u8\347\261\273\345\236\213\350\247\206\345\261\217\344\270\213\350\275\275.pdf" differ diff --git a/spider/spider.md b/spider/spider.md new file mode 100644 index 0000000..06a7b3c --- /dev/null +++ b/spider/spider.md @@ -0,0 +1,30 @@ +# 爬虫进阶笔记 + +## js操作 + +### js逆混淆方式 + +![image-20200128221627046](/Users/fanding/gitProjects/notes/spider/img/image-20200128221627046.png) + +![image-20200128221715829](/Users/fanding/gitProjects/notes/spider/img/image-20200128221715829.png) + +## AES加密 + +![image-20200129103435025](/Users/fanding/gitProjects/notes/spider/img/image-20200129103435025.png) + +### ecb加密模式 + +![image-20200129103703708](/Users/fanding/gitProjects/notes/spider/img/image-20200129103703708.png) + +### cbc加密模式 + +![image-20200129104114073](/Users/fanding/gitProjects/notes/spider/img/image-20200129104114073.png) + +### AES代码实现 + +![image-20200129103535586](/Users/fanding/gitProjects/notes/spider/img/image-20200129103535586.png) + +## 对称加密 + +## 非对称加密 + diff --git a/algorithm/.DS_Store b/spiderProject/.DS_Store similarity index 88% rename from algorithm/.DS_Store rename to spiderProject/.DS_Store index 814cd59..2900a57 100644 Binary files a/algorithm/.DS_Store and b/spiderProject/.DS_Store differ diff --git a/spiderProject/.idea/dictionaries/fanding.xml b/spiderProject/.idea/dictionaries/fanding.xml new file mode 100644 index 0000000..46a7155 --- /dev/null +++ b/spiderProject/.idea/dictionaries/fanding.xml @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/spiderProject/.idea/misc.xml b/spiderProject/.idea/misc.xml new file mode 100644 index 0000000..88617a8 --- /dev/null +++ b/spiderProject/.idea/misc.xml @@ -0,0 +1,7 @@ + + + + + + \ No newline at end of file diff --git a/spiderProject/.idea/modules.xml b/spiderProject/.idea/modules.xml new file mode 100644 index 0000000..66a9811 --- /dev/null +++ b/spiderProject/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/spiderProject/.idea/spiderProject.iml b/spiderProject/.idea/spiderProject.iml new file mode 100644 index 0000000..7f73d73 --- /dev/null +++ b/spiderProject/.idea/spiderProject.iml @@ -0,0 +1,11 @@ + + + + + + + + + + \ No newline at end of file diff --git a/spiderProject/.idea/workspace.xml b/spiderProject/.idea/workspace.xml new file mode 100644 index 0000000..37b1706 --- /dev/null +++ b/spiderProject/.idea/workspace.xml @@ -0,0 +1,319 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + subproce + debugger + + + + + + + + + true + DEFINITION_ORDER + + + + + + + + + + + + + + + + + + + + + + + + +