文件名称:Simple-Search-Engine:来自 Udacity CS 101 的通过 Python 的简单搜索引擎
文件大小:44KB
文件格式:ZIP
更新时间:2024-07-18 13:57:26
JavaScript
关于这个项目
受启发和学习
练习 Python
脚步
提取链接(函数:get_next_target)
获取页面中的所有链接(函数:print_all_links)
在 apache2 中启用 Python CGI:
1.检查文件权限是否可执行
ls -al
chmod +x test.py
chmod 755 test.py
2.检查配置
cd /etc/apache2
vim apache.conf
在 apache.conf 中,添加以下内容
【文件预览】:
Simple-Search-Engine-master
----bootstrap()
--------ie10-viewport-bug-workaround.js(694B)
--------navbar.css(90B)
--------bootstrap.min.css(111KB)
--------navbar-fixed-top.css(52B)
--------bootstrap.min.js(35KB)
----index.html(6KB)
----signIn.html(10KB)
----resource()
--------js()
----user.sql(586B)
----login.py(1KB)
----testCGI.py(1KB)
----listProcess.py(844B)
----README.md(2KB)
----searchEngine.py(7KB)
----.gitignore(3B)