frida: https://frida.re/docs/home/ 用于 java/native 层 hook 安装:pip3 install install frida-tools 更新指定版本:pip3 install --upgrade frida-tools==6.0.1 基于frida ...
分类:
移动开发 时间:
2020-02-23 11:24:34
阅读次数:
101
9.1、ClassLoader源代码 /* * Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved. * ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject ...
分类:
其他好文 时间:
2020-02-22 00:01:32
阅读次数:
70
获取淘宝搜索页面信息,提取商品名称和价格 1、 淘宝搜索接口 2、 翻页处理 import requests import re ## 获取页面 def getHTMLText(url): kv = { 'cookie': 'miid=421313831459957575; _samesite_fl ...
分类:
其他好文 时间:
2020-02-21 23:51:22
阅读次数:
134
/* * linux/arch/arm/lib/lib1funcs.S: Optimized ARM division routines * * Author: Nicolas Pitre <nico@cam.org> * - contributed to gcc-3.4 on Sep 30, 20 ...
分类:
其他好文 时间:
2020-02-21 12:45:59
阅读次数:
297
这个工具类知道了已经要压缩的文件的路径,然后需要将这个路径下的文件进行压缩。 /** * 压缩下载照片 * * @param picUrl * @param response * @throws IOException */ public static void downloadPic(List<S ...
分类:
其他好文 时间:
2020-02-20 23:35:27
阅读次数:
79
1.CONCAT()2.CONCAT_WS()3.GROUP_CONCAT()为了方便下面举例,这里放个student表供下面使用 s_id s_name s_sex 01 张三 男 02 李四 男 03 王五 男 04 赵六 null 一、CONCAT() :最常用的字符串拼接方法,但遇到拼接中的 ...
分类:
数据库 时间:
2020-02-17 13:58:50
阅读次数:
92
原题链接在这里:https://leetcode.com/problems/invalid-transactions/ 题目: A transaction is possibly invalid if: the amount exceeds $1000, or; if it occurs withi ...
分类:
其他好文 时间:
2020-02-17 13:57:48
阅读次数:
84
原文地址: "http://www.work100.net/tools/code java/encryption utils.html" 更多教程: "光束云 免费课程" EncryptionUtils Java 中 操作工具类。 主要功能特性: 对文本进行不可逆加密 支持多种加密方式:MD5、SH ...
分类:
编程语言 时间:
2020-02-15 17:00:49
阅读次数:
85
[toc] 0215 algo ? 1002. 查找常用字符 https://leetcode cn.com/problems/find common characters 描述 解答 本来的思路是 两个 array: book1 book2 book1 保存 的 里面的 所有出现的字符的; 如下图 ...
分类:
其他好文 时间:
2020-02-15 13:06:52
阅读次数:
82
异常信息 分析原因 1.该异常是如何产生的 我是通过postman,发送一个post请求,导致该异常的。 从上面的异常信息来看,是因为该目录[/tmp/tomcat.1428942566812653608.8090/work/Tomcat/localhost/ROOT],不存在导致的。 2.该异常为 ...
分类:
编程语言 时间:
2020-02-14 14:32:50
阅读次数:
404