1.安装vim、screen、wget;
1 | yum install vim screen wget |
2.开始安装LNMP一键包
开启screen会话,命名lnmp,在会话里开始安装LNMP;
Coder
1.设置文本及颜色1
2button.text = @"yifan";
button.textColor = [UIColor whiteColor];
2.UILabel居左/中/右对齐1
2
3_label.textAlignment = NSTextAlignmentLeft;
_label.textAlignment = NSTextAlignmentRight;
_label.textAlignment = NSTextAlignmentCenter;