Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我刚刚上传了一个新的 CocoaPod,但是当我在 CocoaPod.org 上搜索它时它没有出现。它需要多长时间才能出现在搜索中?
如果是第一次,我需要 3 个小时到 24 个小时。第一次需要永远。更新速度更快,通常在 2-3 小时内完成。
我的更新通常需要 8 个小时以上。今天刚刚更新了一个……到目前为止已经 7 小时了,而且还在继续。
Random r = new Random(); List<object> myList = new List<object>(); for (int i = 0; i < 100; i++) myList.Add(new { A = r.Next(), B = r.Next() }); m