摘要: use zhai221328386\jieguo-2,clear destring _all,replace logout,auto(4) save ("D:\statashu\zhai221328386\描述统计0528.docx")word replace:tabstat Stkcd F0101 阅读全文
posted @ 2023-05-28 19:17 myrj 阅读(49) 评论(0) 推荐(0) 编辑
摘要: 执行: search esttab 点击红色框就可以安装了。一句话,先查找,点击,来安装 阅读全文
posted @ 2023-05-28 19:05 myrj 阅读(3715) 评论(0) 推荐(0) 编辑
摘要: # coding:utf-8 import base64 import requests url="https://amdc.m.taobao.com/amdc/mobileDispatch" headers={"Accept": "*/*", "Content-Type": "applicatio 阅读全文
posted @ 2023-05-28 06:52 myrj 阅读(473) 评论(0) 推荐(0) 编辑
摘要: def get_sign(Pm): #这里是加密需要的字段 arg0 = Pm['appKey'] arg1 = Pm['utdid'] + "&" arg1 = arg1 + Pm['uid']+ "&" arg1 = arg1 + Pm['reqbiz-ext']+ "&" arg1 = arg 阅读全文
posted @ 2023-05-28 06:44 myrj 阅读(291) 评论(0) 推荐(0) 编辑
摘要: def request(flow: http.HTTPFlow) -> None: # pretty_url takes the "Host" header of the request into account, which # is useful in transparent mode wher 阅读全文
posted @ 2023-05-28 05:28 myrj 阅读(18) 评论(0) 推荐(0) 编辑