240 发简信
IP属地:上海
  • golang atomic.Value用法

    自定义可原子操作的变量类型 总结: atomic.Value提供了一种自定义变量类型的原子操作, 读: v.Load().(*Config),...

  • golang sync.Once应用场景

    chan只关闭一次 懒加载 总结: sync.Once是一种单例模式, 并且保证 once.Do(f) 在返回时, f()一定已经被执行了, s...

  • Error Domain=NSURLErrorDomain Code=-1003 "A server with the specified hostname could not be found."

    Error Domain=NSURLErrorDomain Code=-1003 "A server with the specified ho...