Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
梦想橡皮擦
爬虫训练场
提交
b69dcbba
爬
爬虫训练场
项目概览
梦想橡皮擦
/
爬虫训练场
通知
64
Star
7
Fork
1
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
DevOps
流水线
流水线任务
计划
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
爬
爬虫训练场
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
DevOps
DevOps
流水线
流水线任务
计划
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
流水线任务
提交
Issue看板
提交
b69dcbba
编写于
12月 26, 2022
作者:
梦想橡皮擦
💬
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
README 更新
上级
715cea08
变更
2
显示空白变更内容
内联
并排
Showing
2 changed file
with
18 addition
and
4 deletion
+18
-4
README.md
README.md
+8
-4
app/templates/index.html
app/templates/index.html
+10
-0
未找到文件。
README.md
浏览文件 @
b69dcbba
...
...
@@ -2,6 +2,8 @@
本案例为方便学习爬虫使用,所有案例都可用于爬虫测试,站点免费,搭建过程可以参考下述博客。
案例展示地址:
[
pachong.vip
](
https://pachong.vip
)
## Python Flask 爬虫训练场搭建博客
1.
[
【永不断档】Python 爬虫训练场项目第一讲,环境初始化
](
https://blog.csdn.net/hihell/article/details/128383663?spm=1001.2014.3001.5501
)
...
...
@@ -10,15 +12,17 @@
4.
[
爬虫训练场项目前端之 Bootstrap 信息提示框,按钮与按钮组,徽章,进度条
](
https://blog.csdn.net/hihell/article/details/128396651?spm=1001.2014.3001.5501
)
5.
[
爬虫训练场基础铺垫,BT加载器,分页,列表组,卡片,下拉菜单一文掌握
](
https://blog.csdn.net/hihell/article/details/128397468?spm=1001.2014.3001.5501
)
6.
[
爬虫训练场项目重要组件,导航栏+轮播图
](
https://blog.csdn.net/hihell/article/details/128399122?spm=1001.2014.3001.5501
)
7.
[
7. 爬虫训练场项目,首页布局构建,完整版
](
https://blog.csdn.net/hihell/article/details/128417565?spm=1001.2014.3001.5501
)
8.
[
8. 爬虫训练场,第一个爬虫目标页设计,单页爬虫案例
](
https://blog.csdn.net/hihell/article/details/128420246?spm=1001.2014.3001.5501
)
9.
[
9. 爬虫训练场,分页爬虫案例设计Demo,打通 Python Flask 和 MySQL
](
https://blog.csdn.net/hihell/article/details/128429345?spm=1001.2014.3001.5501
)
10.
[
10. 爬虫训练场,分页爬虫案例前端页面制作
](
https://blog.csdn.net/hihell/article/details/128440699?spm=1001.2014.3001.5501
)
7.
[
爬虫训练场项目,首页布局构建,完整版
](
https://blog.csdn.net/hihell/article/details/128417565?spm=1001.2014.3001.5501
)
8.
[
爬虫训练场,第一个爬虫目标页设计,单页爬虫案例
](
https://blog.csdn.net/hihell/article/details/128420246?spm=1001.2014.3001.5501
)
9.
[
爬虫训练场,分页爬虫案例设计Demo,打通 Python Flask 和 MySQL
](
https://blog.csdn.net/hihell/article/details/128429345?spm=1001.2014.3001.5501
)
10.
[
爬虫训练场,分页爬虫案例前端页面制作
](
https://blog.csdn.net/hihell/article/details/128440699?spm=1001.2014.3001.5501
)
11.
[
爬虫训练场,学校数据分页呈现,Bootstrap5 媒体组件
](
https://blog.csdn.net/hihell/article/details/128444515?spm=1001.2014.3001.5501
)
## 小知识点补充博客
1.
[
【小知识点】爬虫训练场项目,Python Flask 模板更新,每次都要重新服务
](
https://blog.csdn.net/hihell/article/details/128399376?spm=1001.2014.3001.5501
)
2.
[
【小知识点】Python Flask 部署,生成环境的爬虫训练场项目
](
https://blog.csdn.net/hihell/article/details/128422613?spm=1001.2014.3001.5501
)
3.
[
【小知识点】给PythonWeb项目添加百度统计,爬虫训练场
](
https://blog.csdn.net/hihell/article/details/128448271?spm=1001.2014.3001.5501
)
## 站点数据储备博客
...
...
app/templates/index.html
浏览文件 @
b69dcbba
...
...
@@ -6,6 +6,16 @@
<title>
爬虫训练场,版权:梦想橡皮擦
</title>
<link
rel=
"stylesheet"
href=
"https://cdn.staticfile.org/twitter-bootstrap/5.1.1/css/bootstrap.min.css"
>
<link
rel=
"stylesheet"
href=
"{{url_for('static',filename='css/base.css')}}"
>
<script>
var
_hmt
=
_hmt
||
[];
(
function
()
{
var
hm
=
document
.
createElement
(
"
script
"
);
hm
.
src
=
"
https://hm.baidu.com/hm.js?da9d53b49ebc36aa452284a554d53e98
"
;
var
s
=
document
.
getElementsByTagName
(
"
script
"
)[
0
];
s
.
parentNode
.
insertBefore
(
hm
,
s
);
})();
</script>
</head>
<body>
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录