240 发简信
IP属地:湖北
  • Git

    Git 配置用户 配置全局用户名和邮箱(可以跳过,也可以对某个仓库指定的不同的用户名和邮箱) 上传本地项目 添加远程仓库地址源,将你的本地仓库连...

  • Failed to instantiate the default view controller...

    Log: 原因 :StoryBoard 中没有一个 view controller 作为入口 在 Storyboard 中,选择一个 view ...

  • Apache 服务启动和停止

    启动:sudo apachectl start 停止:sudo apachectl stop 重启:sudo apachectl restart...

  • UIView 事件穿透

    需要事件穿透的 View,实现方法

  • 四舍五入

    语法round(number,digits) 参数:number,要四舍五入的数,digits 是要小数点后保留的位数。如果 digits 大于...

  • Byte 转换为 KB MB 等

    系统转换方法,自动输出合适的单位 自定义转换方法,按需求选择单位

  • 随机数

    取值范围:[0 , x - 1]NSInteger random = arc4random_uniform(x); [1 , x]NSInteg...

  • build 或 Archive 失败

    报错 解决方法:进入项目根目录,执行命令find . -name "*.png" -exec xattr -c {} \;