Skip to content

Welcome to my blog

使用FRP安全的使用公共网络


现在很多路由器后台都有上网行为管理,如何尽可能安全上网?   read more

Vercel 国内加速访问


之前将博客改为Notion + Vercel 模式,在可以访问外网的情况下,速度是非常OK的。但是如果是墙内,速度堪忧。   read more

AStar


搜索部分简介   read more

位运算符和移位运算符 - C# 参考


https://docs.microsoft.com/zh-cn/dotnet/csharp/language-reference/operators/bitwise-and-shift-operators)   read more

Unity DOD (ECS) 基础概念与资料汇总


https://indienova.com/indie-game-development/unity-dod-all-in-one/   read more

ProtoBuf深拷贝问题


Public: Yes Published: 2021/03/12 Tags: C#, Unity   read more

Unity Jenkins使用记录配置部分


Java   read more

在IOS设备上抓包 tcp udp等协议


官网下载软件Wireshark https://www.wireshark.org/download.html 连接IOS设备,打开ITunes,在概要页面查看 Itunes 查看 UDID 并复制。 打开Wireshark。此时没有手机的接口。 打开Shell ,输入rvictl -s [UUID] 此时在 Wireshark 中会出现 刚刚创建的名为 rvi0 的接口,双击进去抓包分析。   read more

Unity中加载Gif文件


Method.1   read more

活用C#中的析构函数回收脚本


活用C#中的析构函数回收脚本   read more

更多历史文章