小修改
This commit is contained in:
parent
b2a40fc656
commit
25a3338c43
@ -1,9 +1,14 @@
|
||||
---
|
||||
title: Pyhton 环境搭建
|
||||
sitemap: true
|
||||
keywords: [Python]
|
||||
categories: [Python]
|
||||
tags: [Python]
|
||||
categories:
|
||||
- Python
|
||||
keywords:
|
||||
- Python
|
||||
- pip
|
||||
- pypi
|
||||
- pipenv
|
||||
tags:
|
||||
- Python
|
||||
date: 2022-09-03 12:13:10
|
||||
---
|
||||
|
||||
|
@ -1,10 +1,12 @@
|
||||
---
|
||||
title: Python 捕获 Ctrl+C 手工终止程序的方法
|
||||
date: 2022-08-31 15:13:08
|
||||
sitemap: true
|
||||
keywords: [Python]
|
||||
categories: [Python]
|
||||
tags: [Python]
|
||||
categories:
|
||||
- Python
|
||||
keywords:
|
||||
- Python
|
||||
tags:
|
||||
- Python
|
||||
---
|
||||
|
||||
日常编写调试运行程序过程中,难免需要手动终止程序。可以使用以下的方法捕获 KeyboardInterrupt,从而优雅地终止程序的运行。
|
||||
|
@ -1,10 +1,13 @@
|
||||
---
|
||||
title: 如何为系统选择默认的 Python 版本
|
||||
categories:
|
||||
- Python
|
||||
keywords:
|
||||
- Python
|
||||
- 版本
|
||||
tags:
|
||||
- Python
|
||||
date: 2022-08-31 15:08:08
|
||||
sitemap: true
|
||||
keywords: [Python,默认,版本]
|
||||
categories: [Python]
|
||||
tags: [Python]
|
||||
---
|
||||
|
||||
# 对于 Debian, Ubuntu 等系统
|
||||
|
Loading…
Reference in New Issue
Block a user