摘要: 使用一个元组来返回多个值。 func getGasPrices() -> (Double, Double, Double) { return (3.59, 3.69, 3.79) 3. } getGasP rices () 使用一个元组来返回多个值。 func getGasPrices() -> ( 阅读全文
posted @ 2016-03-10 14:43 Rui.peng 阅读(112) 评论(0) 推荐(0) 编辑
摘要: 项目的 push权限未打开 Open your project > Settings and go to "Protected branches", select: "Developers can push" and try again. 阅读全文
posted @ 2016-03-10 13:44 Rui.peng 阅读(1479) 评论(0) 推荐(0) 编辑
摘要: 1 进入到当前的代码目录 2 git add 文件夹(需要上传的文件) 3 git commit -m "你的注释" 4 git push ok ! 参考 : http://www.open-open.com/lib/view/open1335879873983.html 阅读全文
posted @ 2016-03-10 13:39 Rui.peng 阅读(814) 评论(0) 推荐(0) 编辑