在 Mac 上将iPhone上的照片备份到外接(移动硬盘)存储设备 2024-06-16 macos 862 words 2 mins read 将iPhone和Mac上的“照片”备份到第三方(移动硬盘)存储,达到释放存储空间目的。 在购移动存储设备时,大多都支持连接多种设备,如iPho Read more...
[Mac] 在 Mac 上格式化新买的 ssd 固态硬盘 2024-06-14 macos 248 words 1 min read 新买的 ssd 固态硬盘,在使用前需要进行格式化处理 第一步:ssd 硬盘连接上Mac系统 第二步: 打开 磁盘工具 ,选择外置磁盘空间 第三步:点按“抹掉”按钮 Read more...
Mac pytest install error: externally-managed-environment 2024-06-09 python 895 words 2 mins read macox安装pytest报错解决方案 错误提示信息如下: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 pip3 install pytest error: externally-managed-environment × This Read more...
kubernetes 基础组件及作用 2024-06-08 docker kubernetes 1642 words 4 mins read Kubernetes documentation 什么是 Kubernetes? Kubernetes 是一个开源容器管理工具,负责容器部署,容器扩缩容以及负载平衡。它提供了出色的社区,并与所有云提供商合作。因 Read more...
Python Fastapi 实现获取 Snowflake ID 接口 2024-06-08 python 696 words 2 mins read Python Fastapi 实现获取 Snowflake ID 接口,并用helm部署。 snowflake python 实现如下 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 Read more...