IP属地:上海
在终端输入下面命令 sudo chown $USER ~/Library/Caches/com.microsoft.VSCode.ShipIt
1.在你的目录文件中创建workspace空间 (如:MySDK.workspace) 2.创建SDK 打开MySDK.workspace ...
一.创建私有库的索引库 1.git上创建私有索引库 拿到私有库的索引地址(https://github.com/***/Repo.git...
//父类中重写view的方法 - (UIView*)hitTest:(CGPoint)point withEvent:(UIEvent*)eve...
1.切换gem源 gem sources --remove https://rubygems.org/ gem source -a http:/...
1.使用git账号登录 2.配置SSH 什么是SSH? SSH是一种网络协议,用于计算机之间的加密登录。大多数Git服务器都会选择使用SSH公...
1.修改textfield的颜色及位置 可以继承textfield类 重写它的方法; -(void)drawPlaceholderInRect:...