Mac 终端设置代理 Mac 即使在系统设置中设置了网络代理,终端默认也是不走代理的,需要手动设置终端的代理。 临时设置方法推荐使用该方法,该方法只作用于当前终端窗口,不会影响环境,而且窗口关闭后即失效。配置 socks5 代理 123export http_proxy=socks5://127.0.0.1:1086 # 配置 http 代理export https_proxy=socks5://127.0.0.1: 2023-07-17 Mac Mac
Assertion failed on expression: 'm_PreventLoadingFromFile != nameSpaceID' Unity AssetBundle.Unload(true) 报错如下: 12Assertion failed on expression: 'm_PreventLoadingFromFile != nameSpaceID'UnloadAssetBundle failed 或 1Releasing render texture that is set as Camera.targetTexture 2023-07-13 Unity Unity
Mac 下 Nginx 安装 ngx-fancyindex ngx-fancyindex 官方说明ngx-fancyindex 的官方地址有安装说明,我们可以参考官方说明,使用 MacPorts 包管理器直接安装集成了 ngx-fancyindex 的 Nginx ,这样就省去了自己编译 Nginx + ngx-fancyindex 的过程了。 安装首先安装 MacPorts 包管理器,直接去 MacPorts 官网下载对应的 pkg 文件安装即可。 然后 2023-06-30 Unity Nginx Unity
苹果设备型号大全 iPhone 设备型号 设备名称 i386 iPhone Simulator x86_64 iPhone Simulator arm64 iPhone Simulator iPhone1,1 iPhone iPhone1,2 iPhone 3G iPhone2,1 iPhone 3GS iPhone3,1 iPhone 4 iPhone3,2 iPhone 2023-06-06 iOS iOS
curl: (60) server certificate verification failed Codeup 流水线 Ubuntu 16.04.6 LTS 环境下使用 curl 命令报错如下: 12345678910111213141516171819[12:07:54] curl https://shell.zlorn.com/test.sh[12:07:54] % Total % Received % Xferd Average Speed Time Time 2023-05-23 Linux Linux