Skip to content

Commit

Permalink
add: toc 2023.09.13
Browse files Browse the repository at this point in the history
  • Loading branch information
TRHX committed Sep 13, 2023
1 parent 2f79dfe commit 18b3f29
Show file tree
Hide file tree
Showing 80 changed files with 543 additions and 1,662 deletions.
148 changes: 128 additions & 20 deletions docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ module.exports = {
themeConfig: {
nav: [
{ text: '首页', link: '/' },
{ text: '目录', link: '/pages/4df94fd275d64d78/' },
{ text: '目录', link: '/pages/toc/' },
// { text: '网络请求', link: '/pages/requests/',
// items: [
// { text: 'requests', link: '/pages/requests/' },
Expand All @@ -86,33 +86,141 @@ module.exports = {
// }
// ]
// },
{ text: '网络请求', link: '/pages/requests/',
items: [
{ text: 'requests', link: '/pages/requests/' },
{ text: 'urllib', link: '/pages/urllib/' },
{ text: 'aiohttp', link: '/pages/aiohttp/' },
{ text: 'httpx', link: '/pages/httpx/' },
{
text: '网络请求', link: '/pages/requests/', items: [
{
text: '基本请求', items: [
{ text: 'requests', link: '/pages/requests/' },
{ text: 'urllib', link: '/pages/urllib/' },
{ text: 'aiohttp', link: '/pages/aiohttp/' },
{ text: 'httpx', link: '/pages/httpx/' },
{ text: 'pyhttpx', link: '/pages/pyhttpx/' },
{ text: 'tls_client', link: '/pages/tls_client/' },
{ text: 'curl_cffi', link: '/pages/curl_cffi/' },
{ text: 'requests_go', link: '/pages/requests_go/' },
{ text: 'pycurl', link: '/pages/pycurl/' },
{ text: 'websocket', link: '/pages/websocket/' },
]
},
{
text: '异步协程', items: [
{ text: 'asyncio', link: '/pages/asyncio/' },
{ text: 'gevent', link: '/pages/gevent/' },
]
},
{
text: 'Golang', items: [
{ text: 'net/http', link: '/pages/nethttp/' },
text: '多线程', items: [
{ text: 'threading', link: '/pages/threading/' },
{ text: 'vthread', link: '/pages/vthread/' },
]
},
{
text: '多进程', items: [
{ text: 'multiprocessing', link: '/pages/multiprocessing/' },
]
}
]
},
{
text: '配置', link: '/pages/a20ce8/', items: [
{ text: '主题配置', link: '/pages/a20ce8/' },
{ text: '首页配置', link: '/pages/f14bdb/' },
{ text: 'front matter配置', link: '/pages/3216b0/' },
{ text: '目录页配置', link: '/pages/54651a/' },
{ text: '添加摘要', link: '/pages/1cc523/' },
{ text: '修改主题颜色和样式', link: '/pages/f51918/' },
{ text: '评论栏', link: '/pages/ce175c/' },
text: '数据处理', link: '/pages/re/', items: [
{
text: '数据提取', items: [
{ text: 're', link: '/pages/re/' },
{ text: 'lxml', link: '/pages/lxml/' },
{ text: 'BeautifulSoup', link: '/pages/BeautifulSoup/' },
{ text: 'pyquery', link: '/pages/pyquery/' },
{ text: 'selectolax', link: '/pages/selectolax/' }
]
},
{
text: '数据分析', items: [
{ text: 'wordcloud', link: '/pages/wordcloud/' },
{ text: 'jieba', link: '/pages/jieba/' },
{ text: 'pandas', link: '/pages/pandas/' },
{ text: 'NumPy', link: '/pages/NumPy/' },
{ text: 'SciPy', link: '/pages/SciPy/' },
]
},
{
text: '制表绘图', items: [
{ text: 'matplotlib', link: '/pages/matplotlib/' },
{ text: 'pyecharts', link: '/pages/pyecharts/' },
{ text: 'plotly', link: '/pages/plotly/' },
{ text: 'seaborn', link: '/pages/seaborn/' },
]
},
{
text: '数据存储', items: [
{ text: '文件存储', link: '/pages/file-storage/' },
{ text: 'MySQL', link: '/pages/MySQL/' },
{ text: 'MongoDB', link: '/pages/MongoDB/' },
{ text: 'Redis', link: '/pages/Redis/' },
{ text: 'SQLite', link: '/pages/SQLite/' },
]
},
]
},
{
text: '框架接口', link: '/pages/re/', items: [
{
text: '自动化框架', items: [
{ text: 'selenium', link: '/pages/selenium/' },
{ text: 'pyppeteer', link: '/pages/pyppeteer/' },
{ text: 'playwright', link: '/pages/playwright/' },
{ text: 'splash', link: '/pages/splash/' },
{ text: 'DrissionPage', link: '/pages/DrissionPage/' },
{ text: 'appium', link: '/pages/appium/' },
{ text: 'airtest', link: '/pages/airtest/' }
]
},
{
text: '接口编写', items: [
{ text: 'FastAPI', link: '/pages/FastAPI/' },
{ text: 'flask', link: '/pages/flask/' },
{ text: 'express', link: '/pages/express/' },
]
},
{
text: '爬虫框架', items: [
{ text: 'scrapy', link: '/pages/scrapy/' },
{ text: 'feapder', link: '/pages/feapder/' },
{ text: 'pyspider', link: '/pages/pyspider/' },
]
},
]
},
{
text: '脚本命令', link: '/pages/re/', items: [
{
text: '辅助脚本', items: [
{ text: 'JS Hook', link: '/pages/js-hook/' },
{ text: 'Frida API', link: '/pages/frida-api/' },
{ text: 'babel', link: '/pages/babel/' },
]
},
{
text: '命令查询', items: [
{ text: 'Linux 命令', link: '/pages/linux/' },
{ text: 'ADB 命令', link: '/pages/adb/' },
{ text: 'ARM 指令集', link: '/pages/arm/' },
{ text: 'Dalvik 指令集', link: '/pages/dalvik/' },
]
},
{
text: '加密算法', items: [
{ text: 'MD5', link: '/pages/md5/' },
{ text: 'Base64', link: '/pages/base64/' },
{ text: 'HMAC', link: '/pages/hmac/' },
{ text: 'SHA', link: '/pages/sha/' },
{ text: 'RC4', link: '/pages/rc4/' },
{ text: 'AES', link: '/pages/aes/' },
{ text: '3DES', link: '/pages/3des/' },
{ text: 'DES', link: '/pages/des/' },
{ text: 'RSA', link: '/pages/rsa/' },
]
},
]
},
{ text: '资源', link: '/pages/db78e2/' },
{ text: '案例', link: '/pages/5d571c/' },
{ text: '问答', link: '/pages/9cc27d/' },
{ text: '赞助', link: '/pages/1b12ed/' },
],
sidebarDepth: 2, // 侧边栏显示深度,默认1,最大2(显示到h3标题)
Expand Down
21 changes: 21 additions & 0 deletions docs/.vuepress/config/dist/spiderbox.dev.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
"use strict";

function makeMulti(string) {
var l = new String(string);
l = l.substring(l.indexOf("/*") + 3, l.lastIndexOf("*/"));
return "%c " + l;
}

var string = function string() {
/*
_____ _ __ ____
/ ___/____ (_)___/ /__ _____/ __ )____ _ __ 爬虫爬得欢
\__ \/ __ \/ / __ / _ \/ ___/ __ / __ \| |/_/ 监狱要坐穿
___/ / /_/ / / /_/ / __/ / / /_/ / /_/ /> < 数据玩得溜
/____/ .___/_/\__,_/\___/_/ /_____/\____/_/|_| 牢饭吃个够
/_/
*/
};

console.log(makeMulti(string), "color: #0084ff");
console.log("\n %c © BOB'S BLOG %c itbob.cn %c © SpiderBox %c spiderbox.cn %c © WebStack %c webstack.cc \n", "color: #fadfa3; background: #030307; padding:5px 0;", "background: #fadfa3; padding:5px 0;", "color: #ffffff; background: #0084ff; padding:5px 0;", "background: #fadfa3; padding:5px 0;", "color: #ffffff; background: #f1404b; padding:5px 0;", "background: #fadfa3; padding:5px 0;");
4 changes: 3 additions & 1 deletion docs/01.目录/01.目录/01.目录.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
---
title: 目录
date: 2020-05-12 14:57:21
permalink: /pages/4df94fd275d64d78
permalink: /pages/toc
article: false
---

## 目录

- 网络请求
- 数据处理
- 框架接口
- 脚本命令
Loading

0 comments on commit 18b3f29

Please sign in to comment.