摘要: 阅读全文
posted @ 2023-05-23 03:38 Guanjie255 阅读(10) 评论(0) 推荐(0) 编辑
摘要: 1.主要是对python字符串的切片要熟悉,str[:]与str[::-1] 2. 探讨s[::-1] : 返回一个逆序的字符串 一个不太熟悉的trick 阅读全文
posted @ 2023-05-23 03:27 Guanjie255 阅读(84) 评论(0) 推荐(0) 编辑
摘要: 1.方法一:使用% 2.方法二:使用字符串的方法format 其中0:.2f, 0表示format的第一个参数,f表示浮点数,.2表示保留两位小数 阅读全文
posted @ 2023-05-23 03:21 Guanjie255 阅读(47) 评论(0) 推荐(0) 编辑
摘要: 1.查看ubuntu20.04的版本和linux内核版本 hostnamectl 2.查看pip的相关信息 pip show pip which pipls -alFh /usr/bin | grep pip 3.更换pip的下载源(一般选择清华镜像源或者阿里镜像源) pip config set 阅读全文
posted @ 2023-05-23 01:49 Guanjie255 阅读(1941) 评论(1) 推荐(1) 编辑