使用gem升级pod方法

升级cocopods 1 2 3 4 5 6 sudo gem update --system gem source -l pod setup pod repo update --verbose sudo gem install cocoapods --pre sudo gem cleanup gem source 1 2 3 4 $ gem sources --add https://gems.ruby-china.com/ --remove https://rubygems.org/ $ gem sources -l https://gems.ruby-china.com # 确保只有 gems.ruby-china.com 腾讯云: https://gems.ruby-china.com/ 淘宝:h

RxSwift应用登录验证

{% github it-boyer SimpleValidation fb7a58b width = 30% %} {% meting “0036mZ7Q1pk7st” “tencent” “song” %} 使用RxSwift的优点 RxSwift的目的是让让数据/事件流和异步任务能够更方便的序列化处理,能够使用swi

Heroku部署web服务器

安装Heroku CLI工具 Mac端 1 brew install heroku/brew/heroku Heroku CLI 命令 1 2 heroku -h heroku login Creating Apps from the CLI 1 2 3 4 5 6 7 $ mkdir example $ cd example $ git init $ heroku apps:create example Creating ⬢ example... done https://example.herokuapp.com/ | https://git.heroku.com/example.git Git remote heroku added 查看现

hexo集成gitment评论系统

安装gitment 在package.json文件添加gitment依赖: 1 "gitment": "^0.0.3" 安装 1 npm install 申请应用 首先去New OAuth App为你的博客应用一个密钥:

Instrument使用Signposts工具

引言 性能是实现卓越的用户体验的关键之一。当应用或者游戏表现的运行迅速,反应灵敏时,用户会更喜欢。但是软件是很复杂的,当你的应用视图做某事时,