02 2023 档案
cocoapods 使用
摘要:修改gem 的源 sudo gem installl cocoapods 安装pod pos install 安装项目需要pod gem sources 显示 gem 的源就是maven 仓库所在的位置 gem sources --add https://gems.ruby-china.com/ 增 阅读全文
posted @ 2023-02-17 16:56 1039781968 阅读(14) 评论(1) 推荐(0)
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 : 阅读全文
posted @ 2023-02-14 11:45 1039781968 阅读(28) 评论(0) 推荐(0)