摘要: 封装sql提交和回滚 class SQLAlchemy(_SQLAlchemy): @contextmanager def auto_commit(self): try: yield self.session.commit() except Exception as e: self.session. 阅读全文
posted @ 2024-07-24 18:48 七夜魔手 阅读(15) 评论(0) 推荐(0) 编辑
摘要: 本篇博客旨在记录学习过程,不可用于商用等其它途径 入口 搜索栏关键词搜索最新数据 抓包 根据抓包结果和对比翻页包体得知动态参数是client_timestamp,keyword,client_session,sig,sigTime,cursor 初步观察得出以下结论: client_timestam 阅读全文
posted @ 2024-07-24 17:13 七夜魔手 阅读(4) 评论(0) 推荐(0) 编辑