02 2023 档案
cocoapods 使用
摘要:修改gem 的源 sudo gem installl cocoapods 安装pod pos install 安装项目需要pod gem sources 显示 gem 的源就是maven 仓库所在的位置 gem sources --add https://gems.ruby-china.com/ 增
阅读全文
C# Http 服务器get pos 请求 获取头信息 iOS 客户端联调
摘要:using System; using System.Collections.Generic; using System.IO; using System.Net; using System.Text; using UnityEngine; public class TestServerHttp :
阅读全文