- 博客(2)
- 收藏
- 关注
原创 test.py
from zeep import Client url = r'http://10.233.83.125:8084/ControllerService.asmx?WSDL' def test_ws(inf_name, input_xml): client = Client(url) output_xml = client.service.Get_Info_Frmbarcode(inf_name, input_xml) print(output_xml) def slot_powe...
2021-11-18 11:26:13
1849
原创 Grep整理
Grep 用法 准备test文件,内容如下: dlf test dlfthink www.baidu.com TEST 123 Dlf's lemon grep Grep abc abc123abc 123dlf123 [www.baidu.com] 1)grep -i "test" test.txt 搜索出含有“test” 字符串(-i:不区分大小) 2)grep -i -n "test" test.txt 搜索出...
2021-10-25 10:45:13
7909
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅