MPMoviePlayerController is no longer available. Use AVPlayerViewController in AVKit.在iOS13中对于MPMoviePlayerController使用的废…
解除限流 sudo sysctl debug.lowpri_throttle_enabled=0 恢复 sudo sysctl debug.lowpri_throttle_enabled=1
xcode11的路径已经改为 /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Pr…
NSOrderedSet *set = [NSOrderedSet orderedSetWithArray:_label_list]; return set.array;
1.[NSURL URLWithString:(.*)] 替换为 safeurl($1)
解决方法 首先确定已经安装了openssl 然后
1.git clean -fd 2.用git reset 切回最后一次复原
一、最让人纠结的三种枚举 二、两种屏幕旋转的触发方式 三、屏幕旋转控制的优先级 四、开启屏幕旋转的全局权限 五、开启屏幕旋转的局部权限 (视图控制器) 六、实现需求:项目主要界面竖屏,部分界面横屏 七、默认横屏无效的问题 八、关于旋转后的适…
服务端 frp 配置 启动 nohup ./frps -c ./frps.ini firrun.log 2>&1 & 客户端 运行 ./frpc -c ./frpc.ini 访问 frp.xx.com:89即可访问本地80端…
更多...
加载中...