一、Mac安装 1.安装scrcpy和adb等工具 brew install scrcpy brew install android-platform-tools 二、Linux安装 sudo apt update sudo apt ins…
Install Kernel Headers in Ubuntu and Debian $ uname -r$ apt search linux-headers-$(uname -r) $ ls -l /usr/src/linux-head…
首页有一块UI设计的是几个色块,不想用xib在UICollectionViewcell上绘制成死的四个区块,想用UICollectionViewcell写活。 采用了2中方式尝试去实现: UICollectionViewLayout UIC…
python -m SimpleHTTPServer
概要 在Xcode11中对UIScrollView在Xib中的布局,苹果引入了Content Layout guide和Frame Layout Guide。我们拖动一个UIScrollView到Xib中,默认就会有Content Layo…
1.高斯函数,向下取整 floor(1.0/4)=0; floor(4.0/4)=1; floor(5.0/4)=1; floor(8.0/4)=2; floor()方法是向下取整,类似于数学中的高斯函数 [].取得不大于浮点数的最大整数,…
查看xcode索引状态是否正常 终端输入 defaults write com.apple.dt.XCode IDEIndexDisable 0 重启xcode,编辑,再试
将代码放置 -(void)drawRect:(CGRect)rect
更多...
加载中...