Skip to content

Commit

Permalink
《Python基础教程》笔记第27章
Browse files Browse the repository at this point in the history
  • Loading branch information
ZZy979 committed Jul 4, 2024
1 parent c42c242 commit 21434d3
Show file tree
Hide file tree
Showing 10 changed files with 336 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _posts/2023-11-05-python-note-index.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ tags: [python]
* [第24章 项目5:虚拟茶话会]({% post_url 2024-06-10-python-note-ch24-project-5-a-virtual-tea-party %})
* [第25章 项目6:使用CGI进行远程编辑]({% post_url 2024-06-22-python-note-ch25-project-6-remote-editing-with-cgi %})
* [第26章 项目7:自建公告板]({% post_url 2024-06-24-python-note-ch26-project-7-your-own-bulletin-board %})
* 第27章 项目8:使用XML-RPC进行文件共享
* [第27章 项目8:使用XML-RPC进行文件共享]({% post_url 2024-06-30-python-note-ch27-project-8-file-sharing-with-xml-rpc %})
* 第28章 项目9:文件共享2——GUI版本
* 第29章 项目10:自制街机游戏

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,6 @@ $ python -m http.server --cgi

## 26.6 进一步探索
现在你有能力使用可靠而高效的存储开发强大的大型Web应用了,但值得深入探究的方面还有很多。
* 可以为你喜欢的巨蟒剧团剧目数据库编写一个Web前端
* 可以为你喜欢的巨蟒剧团(Monty Python)剧目数据库编写一个Web前端
* 如果你想改进本章的系统,应该考虑抽象。可以创建一个实用模块,其中包含用于打印网页标准头部和尾部的函数,这样就无需在每个脚本中编写同样的HTML内容了。另外,添加一个能够处理密码的用户数据库,或者将创建连接的代码抽象出来或许比较有帮助。
* 如果你希望存储不需要专用的服务器,可以使用SQLite,也可以使用非SQL数据库(例如MongoDB (<https://www.mongodb.com/>)),还可以使用专用的文件格式(例如HDF5 (<https://www.h5py.org/>))。

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 21434d3

Please sign in to comment.