05 2021 档案

摘要:登录gitlab后,找到要删除的仓库,如下图所示: 找到项目的高级设置,并展开,Adanced→expand,如下图所示: 阅读全文
posted @ 2021-05-11 17:17 我是一只小小小小鸟~ 阅读(5453) 评论(0) 推荐(0) 编辑
摘要:示例一: import re strTest = '美通卡支付9.5折' contentValue = re.findall(r"\d+\.?\d*", strTest) print(contentValue) ['9.5'] print(type(contentValue)) <class 'li 阅读全文
posted @ 2021-05-10 09:22 我是一只小小小小鸟~ 阅读(81) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示