上一页 1 ··· 167 168 169 170 171 172 173 174 175 ··· 345 下一页
摘要: str1 = "hi hello world"st2=str1.split(" ")print(st2) ['hi', 'hello... 阅读全文
posted @ 2022-08-19 22:52 luoganttcc 阅读(6) 评论(0) 推荐(0)
摘要: import resimple_punctuation = '[’!"#$%&\'()*+,-/:;?@[\\]^_`{|}~,。,... 阅读全文
posted @ 2022-08-19 22:52 luoganttcc 阅读(14) 评论(0) 推荐(0)
摘要: import resimple_punctuation = '[’!"#$%&\'()*+,-/:;?@[\\]^_`{|}~,。,... 阅读全文
posted @ 2022-08-19 22:52 luoganttcc 阅读(7) 评论(0) 推荐(0)
摘要: #!/usr/bin/env python3a# -*- coding: utf-8 -*-"""Created on Sun De... 阅读全文
posted @ 2022-08-19 22:52 luoganttcc 阅读(10) 评论(0) 推荐(0)
摘要: #!/usr/bin/env python3a# -*- coding: utf-8 -*-"""Created on Sun De... 阅读全文
posted @ 2022-08-19 22:52 luoganttcc 阅读(8) 评论(0) 推荐(0)
摘要: 在做项目的过程中,使用正则表达式来匹配一段文本中的特定种类字符,是比较常用的一种方式,下面是对常用的正则匹配做了一个归纳整理。匹配中... 阅读全文
posted @ 2022-08-19 22:52 luoganttcc 阅读(215) 评论(0) 推荐(0)
摘要: 在做项目的过程中,使用正则表达式来匹配一段文本中的特定种类字符,是比较常用的一种方式,下面是对常用的正则匹配做了一个归纳整理。匹配中... 阅读全文
posted @ 2022-08-19 22:52 luoganttcc 阅读(56) 评论(0) 推荐(0)
摘要: #!/bin/bash# get all filename in specified pathpath=$1files=$(ls $... 阅读全文
posted @ 2022-08-19 22:52 luoganttcc 阅读(13) 评论(0) 推荐(0)
摘要: 添加链接描述 阅读全文
posted @ 2022-08-19 22:52 luoganttcc 阅读(10) 评论(0) 推荐(0)
摘要: 添加链接描述 阅读全文
posted @ 2022-08-19 22:52 luoganttcc 阅读(8) 评论(0) 推荐(0)
上一页 1 ··· 167 168 169 170 171 172 173 174 175 ··· 345 下一页