上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 123 下一页
摘要: 1.下载该项目的代码 https://github.com/unk2k/txsocksx 然后打包上传到python第三方库,之后导入包即可。 2.修改的下载中间件代码如下: from scrapy.core.downloader.handlers.http11 import HTTP11Downl 阅读全文
posted @ 2022-08-31 11:37 公众号python学习开发 阅读(258) 评论(0) 推荐(0) 编辑
摘要: API部分 #TODO write a description for this script #@author CXA #@category Memory #@keybinding ctrl alt shift n #@menupath Tools.Packet.Nop #@toolbar cur 阅读全文
posted @ 2022-07-25 19:46 公众号python学习开发 阅读(40) 评论(0) 推荐(0) 编辑
摘要: const fs = require('fs') const {NodeVM, VMScript} = require('vm2') let gdata={}; const vm = new NodeVM({ console: 'inherit', sandbox: { gdata }, //全局变 阅读全文
posted @ 2022-07-20 19:15 公众号python学习开发 阅读(271) 评论(0) 推荐(0) 编辑
摘要: sailfish:/data/app/com.ss.android.ugc.aweme--KbgjmPrFnQH5uY_UO0kug==/lib/arm # chgrp system libsscronet.so sailfish:/data/app/com.ss.android.ugc.aweme 阅读全文
posted @ 2022-07-12 15:11 公众号python学习开发 阅读(253) 评论(0) 推荐(0) 编辑
摘要: for i in `ls |grep .m4a` do ffmpeg -i $i -y -acodec libmp3lame -aq 0 ${i/m4a/mp3} done 阅读全文
posted @ 2022-07-08 00:13 公众号python学习开发 阅读(107) 评论(0) 推荐(0) 编辑
摘要: adb shell “echo 1 > /sys/class/power_supply/battery/input_suspend” input_suspend为1时,USB充电被停用,使用USB监测仪发现电流为0; input_suspend为0时,USB充电正常。 用adb启动一个/data/l 阅读全文
posted @ 2022-07-04 11:00 公众号python学习开发 阅读(264) 评论(0) 推荐(0) 编辑
摘要: # -*- coding: utf-8 -*- import cv2 class SlideCrack(object): def __init__(self, gap, bg, out): """ init code :param gap: 缺口图片 :param bg: 背景图片 :param o 阅读全文
posted @ 2022-06-27 22:58 公众号python学习开发 阅读(377) 评论(0) 推荐(0) 编辑
摘要: 在做 js 逆向的时候,为了方便调试和分析 js 文件,一般我们将js请求替换为我们本地自己优化好的 js 文件。 本文使用的是比较通用方式通过抓包工具 Charles 进行,请求的替换。我们的测试网站是 aHR0cHM6Ly93d3cuZG91eWluLmNvbQ==。 0x1 配置Charles 阅读全文
posted @ 2022-06-21 23:16 公众号python学习开发 阅读(446) 评论(0) 推荐(0) 编辑
摘要: 打开浏览器输入手机,此时的浏览器窗口里面的链接为。 内容整理自网络: 未登录时的: https://www.baidu.com/s?ie=utf-8&f=8&rsv_bp=1&rsv_idx=1&tn=baidu&wd=%E6%89%8B%E6%9C%BA&fenlei=256&rsv_pq=c4a 阅读全文
posted @ 2022-05-23 11:29 公众号python学习开发 阅读(989) 评论(0) 推荐(0) 编辑
摘要: 1.首先在MainActitvty里的Onclick启动服务 @Override public void onClick(View view) { switch (view.getId()) { case R.id.start_server: Intent startIntent = new Int 阅读全文
posted @ 2022-04-26 16:38 公众号python学习开发 阅读(374) 评论(2) 推荐(1) 编辑
上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 123 下一页