08 2021 档案
摘要:打开charles(打开charles 后,电脑浏览器会自动打开代理设置) -> 一、禁用缓存: Tools -> No cache -> 勾选 enable No chache(可添加具体网址);或浏览器 ->network -> disable cache; 二、断点& mock: 1.设置断点
阅读全文
摘要:pip install cx_oracle import cx_Oracle # 设置dsn = cx_Oracle.makedsn("ip", port, "主机") # 连接conn = cx_Oracle.connect("username","password",dsn) # conn =
阅读全文