Ruby China
  • 社区
  • 招聘
  • Wiki
  • 酷站
  • Gems
  • 注册
  • 登录
Sevk
@sevk
高级会员
第 681 位会员 / 2012-01-05

嘉兴
47 篇帖子 / 934 条回帖
10 关注者
1 正在关注
37 收藏
Sevk
打赏作者
GitHub Public Repos
  • kk-irc-bot 55

    irc-bot , like a human

  • rustdesk 0

    An open-source remote desktop, and alternative to TeamViewer.

  • rustdesk-server 0

    RustDesk Server Program

  • notepad4 0

    Notepad4 (Notepad2⨯2, Notepad2++) is a light-weight Scintilla based text editor for Windows with ...

  • VB6toRuby-tk 0

    vb6 code to ruby code auto convert

  • qqwry 0

    纯真IP数据库,每天从官方授权方式自动抓取最新文件

  • linux-wifi-hotspot 0

    Feature-rich wifi hotspot creator for Linux which provides both GUI and command-line interface. I...

  • VB6-Compression 0

    VB6 wrappers for modern compression libraries

  • Dism-Multi-language 0

    Dism++

  • HumanSystemOptimization 0

    健康学习到150岁 - 人体系统调优不完全指南

More on GitHub
  • 概况
  • 话题
  • 回帖
  • 收藏
  • 正在关注
  • 关注者
  • 用 RVM 安装 ruby-2.2.0 出错 at 2015年10月29日

    从源码编译安装

    
    nice ./configure --prefix=/opt/ruby --disable-install-doc && nice make -j3
    nice make install && nice make test
    export PATH="/opt/ruby/bin:$PATH" # 要加入 .bashrc 
    #sudo ln -s /opt/ruby/bin/ruby /usr/bin/ruby -f
    sudo setcap cap_net_bind_service=+ep `which ruby`
    
    
    
  • 用 RVM 安装 ruby-2.2.0 出错 at 2015年10月29日

    编译已经完成。install 出错?

  • [已解决] 服务器各项资源都空闲但还是有请求拥塞 at 2015年10月26日

    收到客户端请求后,去访问一些远端服务时,远端服务会 block 吧?

  • 保留两位小数有没有其它好的办法? at 2015年10月22日
    
    Prepends="
      def round(i=0)                                   
        (self.to_f * 10**i ).to_i.to_f / (10**i)
      end
    "
    
    class Object
      eval Prepends
    end
    
    
    

    使用:

    a=1.11111 p a.round(2)

  • MySQL 为什么需要一个主键 at 2015年07月21日

    自增 id 不会带来效率提升,经常参与排序的列可以,比如顾客编号,时间

  • 说出你最喜欢的开源项目,七牛和你一起去支持! at 2015年06月26日

    http://github.com/ruby-china

  • ruby.taobao.org 为什么不好用了? at 2015年06月24日

    #12 楼 @qhwa “安装时会把一个 gem 的所有版本都下载下来” ,怪不得每次 -V 刷一大堆版本,这里特别耗时间。。。

  • Ruby 的内存陷阱 at 2015年06月23日

    别忘了,操作系统是很智能的。

  • Ruby 内存的一些问题 at 2015年06月05日

    #2 楼 @houhaizi 上面能检测 ruby 代码?

  • Ruby 的方法多的来由 at 2015年04月29日

    统计一下每种语言的 Array 有几个方法 😄

  • 有什么基于 ruby 的类似 BugFree 的任务派发系统吗? at 2015年01月29日

    看看 http://www.redmine.org/projects/redmine/issues

  • 有什么基于 ruby 的类似 BugFree 的任务派发系统吗? at 2015年01月28日

    redmine

  • Ruby 生成和解析 13 位 unix 时间戳 at 2015年01月28日

    围观用百度的

  • 为何 CDN 都要封呢? at 2015年01月28日

    能看的就看,不能看的就别看

  • [问题] 我想打印'AAA', 为何打印的是 ‘BBB’ ? at 2015年01月13日

    #3 楼 @luikore 是的

  • [问题] 我想打印'AAA', 为何打印的是 ‘BBB’ ? at 2015年01月13日

    #1 楼 @luikore 哦,学习了,很多教程里面都没写 perpend 的吧?

  • 我轻断食的经历 at 2014年12月21日

    大脑消耗的能量不比体力劳动的少吧?

  • 有没有哪个 gem 可以从服务器指定目录获取指定文件? at 2014年11月25日

    wget -c 还支持断点续传呢,多牛啊

  • 大家都来贴下自己的 Ruby 开发环境吧:) at 2014年11月24日

    vim+ctag+ubuntu+virtualbox+pry

  • Rails 3 与 Rails 4 中 try 方法的不同 at 2014年11月23日

    多了个坑

  • 还是 Ruby 社区比较高大上 at 2014年11月23日

    社区智能,把好帖都自动浮现了

  • 用 Ruby 开发命令行工具的一些 tips at 2014年11月23日

    果然简单

  • 数组取出子元素问题 at 2014年11月21日

    嗯,一个坑

  • 各位刚开始学 Ruby 是为了啥? at 2014年11月09日

    因为 ruby 语法接近人类语言

  • 爬虫获取 ruby-china 职位地区分布数量统计 at 2014年11月05日
    Don't know how to build task 'environment'
    

    第一次用 rake 的路过

  • 你们都搞 Ruby 多久了? at 2014年10月26日

    2 个都搞搞

  • JRuby 如何把 hello_world.rb 打包成 jar at 2014年10月15日

    多谢

  • JRuby 如何把 hello_world.rb 打包成 jar at 2014年10月15日

    果然可以了

    gem install warbler
    mkdir bin
    vim bin/hello_world.rb
    
    chmod a+x bin/hello_world.rb
    warble jar
    
    java -jar *.jar
    
  • 每次都要运行 rails server 吗? at 2014年10月04日
    rails s -d
    
    #  to kill the server
    #  kill `cat tmp/pids/server.pid`
    

    google 搜索 "rails server daemon"

  • 弱问开机密码与权限密码是否可以分离 at 2014年09月23日

    开机密码应该在 BIOS 里面吧?

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