前言: Charles是在 Mac 下常用的网络封包截取工具,在做移动开发时,我们为了调试与服务器端的网络通讯协议,常常需要截取网络封包来分析。 一、主界面介绍 二、网页抓包 启动 Charles 后,需要将 Charles 设置成系统代理,选择菜单中的 “Proxy” –> “macOS Prox ...
分类:
其他好文 时间:
2021-01-28 12:04:15
阅读次数:
0
1.1 上传vmm+vmc ISO到 vmware ESXI 6.5 1.2 配置ESXI6.5 1、新建虚拟交换机 vSwitch1 2、新建端口组vmm 1.2 .1 点击刚建立的vSwitch1 添加上行链路 并打开混杂模式 点击 “操作” 选择“编辑设置” 选择“安全” 打开混杂模式 1.2 ...
分类:
其他好文 时间:
2021-01-27 13:41:14
阅读次数:
0
mac安装homebrew失败怎么办? 根据官网介绍的安装方式 https://brew.sh/index_zh-cn /bin/zsh -c "$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.sh)" ...
分类:
系统相关 时间:
2021-01-27 13:25:07
阅读次数:
0
1、JWT依赖 <dependency> <groupId>com.auth0</groupId> <artifactId>java-jwt</artifactId> <version>3.4.0</version> </dependency> 2、写个测试类测试下JWT import com.au ...
分类:
其他好文 时间:
2021-01-27 13:16:42
阅读次数:
0
Velero备份、恢复、迁移Kubernetes集群 Velero简介 Velero 地址:https://github.com/vmware-tanzu/velero Velero属于VMWare开源的Kubernetes集群备份、恢复、迁移工具. 可以提供Kubernetes 备份功能更,在Ku ...
分类:
Web程序 时间:
2021-01-26 12:36:17
阅读次数:
0
使用命令行窗口,定位到vsphere的安装文件夹: C:\Program Files\Infrastructure\Virtual Infrastructure Client\Launcher>vpxclient -locale zh_CN 切换到中文 C:\Program Files\Infras ...
分类:
Web程序 时间:
2021-01-26 12:35:08
阅读次数:
0
language: C address // nt题,不解释 /** * Note: The returned array must be malloced, assume caller calls free(). */ int* printNumbers(int n, int* returnSiz ...
分类:
其他好文 时间:
2021-01-26 12:26:48
阅读次数:
0
Document Employee Salary Bonus Supervisor Stephen C. Cox $300 $50 Bob Josephin Tan $150 - Annie Joyce Ming $200 $35 Andy James A. Pentel $175 $25 Anni ...
分类:
Web程序 时间:
2021-01-26 12:20:56
阅读次数:
0
TunePat Apple Music Converter是一款功能强大的Mac Apple Music下载和转换工具,致力于帮助Apple用户录制Apple Music中的曲目并将其转换为Mac计算机上的常用格式 专业的Apple Music Recorder TunePat Mac版Apple ...
分类:
移动开发 时间:
2021-01-26 11:58:35
阅读次数:
0
less 我的问题是less用不了一些正则表达式的扩展功能, 比如word boundary. 对此我感到很困惑, 因为man less说, 它用的是system regex library, 但查看man 7 re_format, 发现ENHANCED FEATURES中是支持\b也支持\<, 但 ...
分类:
系统相关 时间:
2021-01-26 11:47:41
阅读次数:
0