240 发简信
IP属地:海南
  • AVAudioPlayer swift

    AVFoundation initializing other function Controlling Function setting ba...

  • 杂React-Native

    类的创建方式有两种 目前发现的区别是在 写方法的命名 初始化函数 var YTK_R_Project = React.createClass和c...

  • 字符串使用

    let cityName = "Shen Zhen"//开始character 下标println(cityName.startIndex) /...

  • 多用类型常量,少用#define预处理指令

    要点: 1.不要用预处理指令定义常量。这样定义出来的常量不含类型信息,编译器只是会在编译前据此执行查找与替换操作。即使有人重新定义了常量值,编...