摘要: 提取代码如下 import tokenize import re with tokenize.open('readcomment.py') as f: list = [] for toktype, tok, start, end, line in tokenize.generate_tokens(f 阅读全文
posted @ 2022-11-16 16:46 猪小跳style 阅读(164) 评论(0) 推荐(0)
摘要: 场景分析方式总结 1、批量操作,并发场景 2、功能互操作场景 3、异常场景 3、数据一致性 4、业务流程、场景法 分享一篇写的很好的场景法介绍 https://blog.csdn.net/baidu_37837739/article/details/102823514?utm_medium=dist 阅读全文
posted @ 2021-12-07 15:41 猪小跳style 阅读(121) 评论(0) 推荐(0)