Ruby China
  • Topics
  • 招聘
  • Wiki
  • 酷站
  • Gems
  • Sign Up
  • Sign In
Iceskysl
@iceskysl
VIP
NO. 540 / 2011-12-22

极客学院
北京
24 Topics / 120 Replies
1 Followers
0 Following
28 Favorites
Focus on Android, Iphone, Web2.0, Business, Architecture, Agile, Technic and beyond…
GitHub Public Repos
  • worklogs 26

    This is a worklogs plugin for Redmine

  • material_design_zh 19

    Material Design ( http://www.google.com/design/spec/material-design/introduction.html )

  • address_books 2

    This is a address book plugin for Redmine

  • android-training-cours... 1

    Google Android官方培训课程中文版

  • GO-ZhihuDaily 1

    知乎日报 Web 版(Go 实现)

  • help 0

    极客学院帮助中心

  • bootstrap 0

    The most popular HTML, CSS, and JavaScript framework for developing responsive, mobile first proj...

  • tensorflow-zh 0

    协同翻译: 谷歌全新开源人工智能系统TensorFlow官方文档,官网地址: http://tensorflow.org/

  • goplus 0

    GoPlus - The Go+ language for data science

  • jupyterhub 0

    Multi-user server for Jupyter notebooks

More on GitHub
  • Overview
  • Topics
  • Replies
  • Favorites
  • Following
  • Followers
  • Bootstrap 4 官方文档中文版来了~ at September 01, 2015

    #4 楼 @luax 额。

  • Bootstrap 4 alpha 发布 at August 31, 2015

    #21 楼 @forecho 后端工程师表示很欢喜~ Bootstrap 4 官方文档中文版已经翻译好了,移步这里 http://wiki.jikexueyuan.com/project/bootstrap4/ ,短网址 http://boot4.com

  • git 进行合并的时候,与服务器上代码发生了冲突,如果我用本地的覆盖服务器上的,我该操作?这种也需要手动合并吗? at May 15, 2014
    git fetch --all  $ git reset --hard origin/master 
    

    $ git fetch downloads the latest from remote without trying to merge or rebase anything. Then the $git reset resets the master branch to what you just fetched.

    [www@hostname current]$ git fetch --all
    Fetching origin
    From github.com:iceskysl/www
       ad05fc..2009e  v3         -> origin/v3
    [www@hostname current]$ git reset --hard origin/v3
    HEAD is now at 205809e Merge pull request #42 from IceskYsl/v3
    
  • Github 挂了么? at May 11, 2014

    确实挂了,等了好半天了~

  • markdown.rb 的中文转化乱码 at March 29, 2014

    #3 楼 @rco 啊哈,还真是这个 Nokogiri 版本的问题,原来 1.5.6 的版本,更新到最新的 1.6.1 的版本后,没问题了~ thx~

  • markdown.rb 的中文转化乱码 at March 29, 2014

    #3 楼 @rco 直接发不带@和#,是没乱码的~

  • markdown.rb 的中文转化乱码 at March 29, 2014

    #1 楼 @hicupp 连的 mongodb~

  • Geek 分论坛 @2013 eoe 移动开发者大会 at September 09, 2013

    #1 楼 @virgil 试试这个:z15781Hn

  • 下周去台湾,坛子里里台湾的朋友么? at August 05, 2013

    #7 楼 @lgn21st 表示没看到~ :)

  • [北京][全职][中级或资深] Ruby 工程师 (2 名) at July 31, 2013

    #2 楼 @zhou1_zhen2 具体的单独谈吧,没有固定的限制。

  • [北京][全职][中级或资深] Ruby 工程师 (2 名) at July 31, 2013

    #1 楼 @fayake 可以聊聊看~

  • 服务器迁移,停机一小会儿 [已完成] at July 30, 2013

    √

  • Nil Podcast (暂用名) 第 1 期发布 :) at July 17, 2013

    #29 楼 @poshboytl 这个是通过啥录制的?

  • 下周去台湾,坛子里里台湾的朋友么? at July 16, 2013

    #3 楼 @xdite #2 楼 @lulalala http://www.meetup.com/taipei-rails-meetup/Tue 好像是 Jul 16,我是 20 号才过去:)

  • [北京][2013年07月21日周日] Ruby Saturday 召集 at July 16, 2013

    #17 楼 @sundevilyang wifi 还可以~走的公司 10M 光纤~ 位置不够 100 人,边上走道站一部分应该可以 100 人上下~

  • [北京][2013年07月21日周日] Ruby Saturday 召集 at July 16, 2013

    #7 楼 @jasl #10 楼 @sundevilyang 公司有个活动室做的阶梯,差不多可以容纳 70+ 人,边上走道如果坐人应该可以 100 人上下~

  • 请教 RVM 安装 Ruby 环境 安装问题 at July 16, 2013

    楼上正解 #1 楼 @luikore

  • [北京][2013年07月21日周日] Ruby Saturday 召集 at July 16, 2013

    #1 楼 @sundevilyang 以后活动我可以友情提供公司的场地(阶梯教室)~

  • QingCloud (青云) 我就是来推荐下这个东东的~ at July 12, 2013

    #2 楼 @loveky 好像可以协助备案 https://www.qingcloud.com/documentation/user_guide/icp/1

  • 关于 Rails update 的问题 at July 03, 2013

    #2 楼 @Rei 他图片下面是空白的,有内容的就上面那一小块~

  • 升级到 Rails4.0 后发现没什么新特性可以用上=。= at July 02, 2013

    HTTP Streaming is another change that is new in Rails 3.1. This lets the browser download your stylesheets and JavaScript files while the server is still generating the response. This requires Ruby 1.9.2, is opt-in and requires support from the web server as well, but the popular combo of nginx and unicorn is ready to take advantage of it.

  • 升级到 Rails4.0 后发现没什么新特性可以用上=。= at July 02, 2013

    #4 楼 @iBachue Live streaming 包含在 rails4 里了么?

  • <Rails Guides>里 Destroy Comments 的问题 at June 28, 2013

    #24 楼 @hechian 啊哈~

  • Rails 4.0.0 正式发布了 at June 27, 2013

    这个大版本升的有点莫名其妙。

  • <Rails Guides>里 Destroy Comments 的问题 at June 27, 2013

    #21 楼 @hechian #16 楼 @icesky 我的 id 用肋好久啦,呵呵~

  • Ruby 社区应该去 Rails 化了 at April 09, 2013

    @mvj3

  • 1
  • 2
  • 3
  • 4
  • Next
关于 / RubyConf / Ruby 镜像 / RubyGems 镜像 / 活跃会员 / 组织 / API / 贡献者
由众多爱好者共同维护的 Ruby 中文社区,本站使用 Homeland 构建,并采用 Docker 部署。
服务器由 赞助 CDN 由 赞助
iOS 客户端 / Android 客户端 简体中文 / English