240 发简信
IP属地:江西
  • swift 常用小记

    1、addSubview(view: UIView)//普通添加 2、sendSubviewToBack(view: UIView)//添加到最...

  • swift 搜索数组中的字典值

    letsearchPredicate = NSPredicate(format:"key值 CONTAINS[C] %@", 搜索的字符串) l...

  • UICollectionView 初始选择第一项

    // 初始选择第一项 letinitSelect = IndexPath(item:0, section:0) collectView.sele...

  • swift UIRefreshControl 使用

    privatevarrefreshControl= UIRefreshControl() //添加刷新 refreshControl.addTa...

  • MAC 配置Flutter时 提示无法打开“idevice_id”

    1.打开命令 2.输入如下命令 ① sudo spctl --master-disable②sudo xattr -r -d com.apple...

  • Resize,w 360,h 240
    /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"...

    前往文件夹 /etc 之后 复制一份到桌面 在文件中加入下面图中的横线位置的IP 之后在终端输入 /bin/bash -c "$(curl -f...

  • Xcode10 更新运行报错解决办法

    Xcode10 真机 解决报错方法 /Applications/Xcode.app/Contents/Developer/Platforms/i...

  • 我的Java的第二篇个人学习笔记(eclipse的安装)

    1.首先下载eclipse可以下载官网上的或者百度,我选择的是eclipse的mars版本,分享给大家下载链接: http://pan.baid...

  • Resize,w 360,h 240
    我的Java的第一篇个人学习笔记(jdk的配置)

    1.1、先下载安装包:jdk-7u17-windows-x64http://download.csdn.net/detail/dingding5...