定义 package java.util.concurrent; public class CopyOnWriteArrayList<E> implements List<E>, RandomAccess, Cloneable, java.io.Serializable { /*/ } JUC 中的 ...
分类:
编程语言 时间:
2020-05-30 01:02:37
阅读次数:
58
最近手痒,整理了下IOS APP逆向工程相关资料,分享出来大家一起看看。逆向工程可分为四步:砸壳、dump、hook、重签。一、砸壳:概述:IOS的APP,若上传了App Store会被苹果进行一次加密,所以我们下载下来的安装包都是加密的,若要进行dump需要进行一次解密,即砸壳。我们以微信为例:首 ...
分类:
移动开发 时间:
2020-05-29 19:17:26
阅读次数:
97
对前一篇的优化,实现单脚本执行成功即备份 Jenkins基础篇 系列之-—07 实现SQL脚本批量执行 ##Ant知识 官网说明 在ant中,无法实现常见的字符重操作,比如截取、替换。我们可以借助ant-contrib中的propertyregex任务实现字符串的截取、替换 1、字符串的截取 <!- ...
分类:
数据库 时间:
2020-05-29 13:31:42
阅读次数:
177
mysql> mysql -u用户名 -p用户密码 mysql> GRANT ALL PRIVILEGES ON *.* TO 'root'@'%' IDENTIFIED BY '我是密码' WITH GRANT OPTION; mysql> flush privileges; mysql> net ...
分类:
数据库 时间:
2020-05-29 13:25:16
阅读次数:
90
<div class="df mb20"> <input type="text" readonly placeholder="请选择图片" class="form-control col-sm-6"> <input type="text" style="width: 100px;" readonly ...
分类:
Web程序 时间:
2020-05-29 12:08:25
阅读次数:
76
一、获取access_token wx.request({ url: 'https://api.weixin.qq.com/cgi-bin/token', method : 'GET', data : { grant_type: 'client_credential', appid: '小程序的ap ...
分类:
微信 时间:
2020-05-29 12:07:42
阅读次数:
373
1.创建数据库(192.168.1.14)create database db_cachecloud;grant all privileges on db_cachecloud.* to cachecloud@'%' identified by 'cachecloud';2.进行安装[root@no ...
分类:
系统相关 时间:
2020-05-28 19:52:12
阅读次数:
108
/etc/systemd/system目录下 [Unit] Description=rpc service After=network.target [Service] ExecStart= -/bin/bash -c "TERM=linux python /root/zrpc_service.py ...
分类:
其他好文 时间:
2020-05-28 16:33:12
阅读次数:
69
参考:http://www.tracefact.net/tech/001.htmlhttps://www.xuebuyuan.com/zh-hant/470245.html我们的web程序被iis启动之后,它是处于什么样的状态的,它应该是由.netframework这个平台下的某个程序 ——A程序激 ...
分类:
Web程序 时间:
2020-05-28 16:24:59
阅读次数:
78