240 发简信
IP属地:上海
  • 将博客搬至CSDN

    将博客搬至CSDN

  • iOS获取当前app的名称和版本号

    NSDictionary *infoDictionary = [[NSBundle mainBundle] infoDictionary];CF...

  • Mac OS X上搭建本地SVN服务器

    1、基础知识 Mac自带了svn服务器端和客户端功能,我们只需要简单配置一下即可使用。 svn上的文件不是以原来的格式存储的,而是以FSFS(t...

  • SmartSVN提示 svn: File has inconsistent newlines 解决方法

    现象用SmartSVN提交文件的时候,提示svn: File has inconsistent newlines这是由于要提交的文件编码时混合了...

  • Xcode9 Safe Area Layout Guide Before iOS9.0报错解决

    Xcode 9.0 新建工程报错 xcode Safe Area Layout Guide Before IOS 9.0 xcode 9更新玩一...

  • Resize,w 360,h 240
    About Augmented Reality and ARKit(翻译)

    Discover supporting concepts, features, and best practices for building ...

  • Resize,w 360,h 240
    iOS 测试官网机器学习模型

    1.使用官方最新发布的CoreML2.测试object-c swift3.引用apple案例里使用的机器学习模型,下载地址:https://pa...

  • Android studio中导入aidl文件

    场景: 新项目导入外部aidl文件,步骤1:在aidl的头部有报名文件,需复制此包名 2.在Android Studio Project模式下,...