上一页 1 ··· 18 19 20 21 22 23 24 25 26 ··· 41 下一页
摘要: 老项目换unicorn的大致步骤: (1)修改config/application.rb 删除 29 # assign log4r's logger as rails' logger. 30 log4r_config= YAML.load_file(File.join(File.dirname(__ 阅读全文
posted @ 2016-02-05 15:45 冰凌花花~ 阅读(330) 评论(0) 推荐(0) 编辑
摘要: Gem::InstallError: net-ssh requires Ruby version >= 2.0 修改Gemfile,变一下版本 gem 'unicorn' group :test, :development do gem "rspec-rails", ">= 2.5.0" gem ' 阅读全文
posted @ 2016-02-04 19:21 冰凌花花~ 阅读(690) 评论(0) 推荐(0) 编辑
摘要: http://clarkdave.net/2015/01/how-to-use-webpack-with-rails/ http://m.oschina.net/blog/464093 webpack 是一个很强大的打包工具,主要用于前端开发,可以和 bower,npm 很好的配合工作。 它比 Ra 阅读全文
posted @ 2016-02-04 11:38 冰凌花花~ 阅读(710) 评论(0) 推荐(0) 编辑
摘要: 249 git reset --hard bit/master 250 git pull 251 git branch --set-upstream-to=bit/master 252 git pull 阅读全文
posted @ 2016-02-03 17:42 冰凌花花~ 阅读(126) 评论(0) 推荐(0) 编辑
摘要: https://help.github.com/articles/error-permission-denied-publickey/ $ ssh-keygen Generating public/private rsa key pair. Enter file in which to save t 阅读全文
posted @ 2016-02-03 17:32 冰凌花花~ 阅读(880) 评论(0) 推荐(1) 编辑
摘要: How to use user’s location in your app?there are two more settings(1)click the project-> Build Phases -> link Binary With Libraries -> click “+” -> se... 阅读全文
posted @ 2016-01-17 23:20 冰凌花花~ 阅读(114) 评论(0) 推荐(0) 编辑
摘要: https://cocoapods.org/(1)sudo gem install cocoapods(2)新建一个xcode应用(3)从终端进入应用目录,pod init(4) 修改生成的profile文件platform :ios, '8.0'use_frameworks!target 'MyA... 阅读全文
posted @ 2016-01-17 23:17 冰凌花花~ 阅读(268) 评论(0) 推荐(0) 编辑
摘要: // ViewController.swift// Animations// Created by WZ on 16/1/15.// Copyright © 2016年 iwangzheng.com. All rights reserved.import UIKitclass ViewCon... 阅读全文
posted @ 2016-01-16 10:40 冰凌花花~ 阅读(290) 评论(0) 推荐(0) 编辑
摘要: //: Playground - noun: a place where people can playimport UIKitvar str = "Hello"var newString = str + "Lucy"var newTypeString = NSString(string: newS... 阅读全文
posted @ 2016-01-14 21:05 冰凌花花~ 阅读(128) 评论(0) 推荐(0) 编辑
摘要: import UIKitclass ViewController: UIViewController { var time = 0 func result(){ time++ print(time) } override func ... 阅读全文
posted @ 2016-01-14 11:37 冰凌花花~ 阅读(206) 评论(0) 推荐(0) 编辑
上一页 1 ··· 18 19 20 21 22 23 24 25 26 ··· 41 下一页