Welcome to my blog
Vercel 国内加速访问
August 04, 2021之前将博客改为Notion + Vercel 模式,在可以访问外网的情况下,速度是非常OK的。但是如果是墙内,速度堪忧。 read more
位运算符和移位运算符 - C# 参考
April 02, 2021https://docs.microsoft.com/zh-cn/dotnet/csharp/language-reference/operators/bitwise-and-shift-operators) read more
Unity DOD (ECS) 基础概念与资料汇总
April 01, 2021https://indienova.com/indie-game-development/unity-dod-all-in-one/ read more
在IOS设备上抓包 tcp udp等协议
December 24, 2019官网下载软件Wireshark https://www.wireshark.org/download.html 连接IOS设备,打开ITunes,在概要页面查看 Itunes 查看 UDID 并复制。 打开Wireshark。此时没有手机的接口。 打开Shell ,输入rvictl -s [UUID] 此时在 Wireshark 中会出现 刚刚创建的名为 rvi0 的接口,双击进去抓包分析。 read more