240 发简信
IP属地:海南
  • 2021-03-18 cocapod 常用命令

    1、cd本地文件夹 2、open Podfile 3、pod install

  • 解决UICollectionView的Cell复用引起的布局混乱问题

    // // ZHMonthCourseView.swift // ZHChat // // Created by Liujc on 2020/1...

  • swift 自定义对象存储

    遵守NSSecureCoding协议 importFoundation class ZHFilterIndexPath: NSObject,NS...

  • 2020-09-01

    分时、k线chart参考地址https://opencollective.com/charts

  • 代码生成工具

    https://www.paintcodeapp.com/

  • 2020-07-15swift不同版本下载toolchains

    https://swift.org/download/#releases

  • git 命令提交代码

    1.当有多个远程仓库地址的时候删除远程仓库地址1.git remote rm origin 2.添加新的远程仓库地址操作: 1. cd本地文件夹...