#shell指令,批量传入
cat titleTest*.txt | python3 readFileTest2.py
#读取传入文件指定字段
#auto=wangshiyu
#File=readFileTest2.py
import sys
for line in sys.stdin:
start=line.find('<title')
end = line.find(('>'),len('>')+start)
print( line[start+7:end])
2024-03-22 08:13:30 阅读次数:30
#shell指令,批量传入
cat titleTest*.txt | python3 readFileTest2.py
#读取传入文件指定字段
#auto=wangshiyu
#File=readFileTest2.py
import sys
for line in sys.stdin:
start=line.find('<title')
end = line.find(('>'),len('>')+start)
print( line[start+7:end])
下一篇:数据库三级模式结构
python中对super()函数解惑
Django实战技巧(2)-git代码仓分支管理技巧
promethues_client模块为开放prometheus客户端,自定义监控指标。
python flask-caching模块缓存详解
设计模式python版(1)-设计模式简介与分类
ansible生产实践一 二进制安装ansible
Python自动化小技巧23——PDF文件拆分为单独页面(PyMuPDF)
24点游戏是一种数学益智游戏,它的目标是通过使用加法、减法、乘法和除法这四种基本算术运算,使得四个数字的结果等于24。这个游戏不仅能锻炼玩家的数学计算能力,还能提高逻辑思维和快速反应能力。
Python机器学习19——常用六种机器学习的异常值监测方法(孤立森林,数据支持描述,自编码器,高斯混合,DBSCAN,LOF)
pandas,polars,pyspark的df对象常见用法对比
文章
25746
阅读量
3145700
2024-09-25 10:15:15
2024-09-24 06:30:51
2024-09-24 06:30:08
2024-07-18 10:18:05
2024-07-16 10:03:26
2024-07-01 01:30:59
2023-04-27 07:57:16
2023-02-27 10:10:19
2023-03-21 03:15:34
2023-05-06 10:22:26
2023-02-22 07:04:55
2023-03-30 10:07:24