上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 77 下一页
摘要: ////IDC dump dex//// auto fp, dex_addr, end_addr; fp = fopen("F:\\dump.dex", "wb"); end_addr = r0 + r1; for ( dex_addr = r0; dex_addr < end_addr; dex_ 阅读全文
posted @ 2020-03-04 11:21 ahuo 阅读(1173) 评论(0) 推荐(0) 编辑
摘要: 过滤 包含网站(可以部分匹配)H:www.baidu.comH:baidu.com # 匹配域名www.qq.com下的所有请求 www.qq.com operatorURI # 匹配域名www.qq.com下的所有http请求 http://www.qq.com operatorURI # 匹配域 阅读全文
posted @ 2020-03-03 18:34 ahuo 阅读(2403) 评论(0) 推荐(0) 编辑
摘要: 数据类型 B byteC charD doubleF floatI intJ longS shortV voidZ boolean[XXX arrayLxxx/yyy object 函数的定义 Func-Name (Para-Type1Para-Type2Para-Type3...)Return-T 阅读全文
posted @ 2020-03-02 14:41 ahuo 阅读(860) 评论(0) 推荐(0) 编辑
摘要: 自定义hosts /etc/custom_hosts127.0.0.1 a.a.a127.0.0.1 a.b.b /etc/init.d/dnsmasq reload home目录 mkdir -p /userdisk/root/rc.local添加mount /userdisk/root/ /ro 阅读全文
posted @ 2020-03-01 16:45 ahuo 阅读(854) 评论(0) 推荐(0) 编辑
摘要: # -*- coding: utf-8 -*- # reboot TP-LINK router script # import urllib2 import base64 from datetime import datetime # IP for the routers routers = [ { 阅读全文
posted @ 2020-02-25 12:06 ahuo 阅读(1053) 评论(0) 推荐(0) 编辑
摘要: json import datetime import json res=json.loads(rs) print(datetime.datetime.now(),'D01', res['data']) http-get import requests url = "www.baidu.com" p 阅读全文
posted @ 2020-02-24 12:17 ahuo 阅读(170) 评论(0) 推荐(0) 编辑
摘要: vi /etc/ssh/sshd_config #AllowAgentForwarding yes AllowTcpForwarding yes #GatewayPorts no X11Forwarding yes X11DisplayOffset 10 X11UseLocalhost no //网 阅读全文
posted @ 2020-02-13 12:10 ahuo 阅读(1299) 评论(0) 推荐(0) 编辑
摘要: img_org = cv2.UMat(cv2.imread(img2_name)) img_org.get() 阅读全文
posted @ 2020-02-03 14:47 ahuo 阅读(1657) 评论(0) 推荐(0) 编辑
摘要: vi ~/.pip/pip.conf[global]trusted-host = mirrors.aliyun.comindex-url = https://mirrors.aliyun.com/pypi/simple pip install -i http://mirrors.aliyun.com 阅读全文
posted @ 2020-02-02 22:09 ahuo 阅读(21422) 评论(0) 推荐(0) 编辑
摘要: udp://denis.stalker.upeer.me:6969/announceudp://explodie.org:6969/announceudp://ipv4.tracker.harry.lu:80/announceudp://open.demonii.si:1337/announceud 阅读全文
posted @ 2020-02-01 21:37 ahuo 阅读(998) 评论(0) 推荐(0) 编辑
摘要: 修改/etc/yum.conf 文件 在文件的最后加入一行: proxy=socks5://your_ip:port proxy=socks5://192.168.0.47:3333 阅读全文
posted @ 2020-01-16 12:41 ahuo 阅读(1172) 评论(0) 推荐(0) 编辑
摘要: webserver.py 启动脚本 restart.sh 阅读全文
posted @ 2020-01-16 12:32 ahuo 阅读(226) 评论(0) 推荐(0) 编辑
摘要: ss5IP: c.v.cn 7050U:P test test set:git config --global http.https://github.com.proxy socks5://test:test@c.v.cn:7050git config --global https.https:// 阅读全文
posted @ 2020-01-14 14:09 ahuo 阅读(528) 评论(1) 推荐(0) 编辑
摘要: yum install convmv 命令: convmv -f GBK -t UTF-8 -r --nosmart --notest <目标目录> -f from -t to --nosmart 如果已经是utf-8 忽略 -r 包含所有子目录 --notest 不加表示只列出有什么需要转换的,不 阅读全文
posted @ 2019-11-15 17:42 ahuo 阅读(859) 评论(0) 推荐(0) 编辑
摘要: 查看conda环境:conda env list 新建conda环境(env_name就是创建的环境名,可以自定义):conda create -n env_name 激活conda环境(ubuntu与Macos 将conda 替换为source):conda activate env_name 退 阅读全文
posted @ 2019-10-14 15:55 ahuo 阅读(408) 评论(2) 推荐(0) 编辑
上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 77 下一页