Ruby China
  • 社区
  • 招聘
  • Wiki
  • 酷站
  • Gems
  • 注册
  • 登录
Alex Shi
@hlcfan
高级会员
第 1364 位会员 / 2012-03-10

西安
76 篇帖子 / 385 条回帖
1 关注者
0 正在关注
96 收藏
huh
GitHub Public Repos
  • pokr 54

    Make agile estimating and planning easy with our online planning or scrum poker tool

  • webmock 4

    Webmock for Golang, to stub requests.

  • mux-contrib 1

    Bunch of middlewares make mux easier

  • hlcfan.github.io 0

  • fm 0

    Content agnostic formatter for JSON, XML string. Indent incomplete JSON.

  • geoip 0

    Elixir library to find geo location information given an IP address, hostname or Plug.Conn

  • live_select 0

    Dynamic (multi)selection field for LiveView

  • gock 0

    HTTP traffic mocking and testing made easy in Go ༼ʘ̚ل͜ʘ̚༽

  • dotfiles 0

    ~hlcfan

  • go 0

    The Go programming language

More on GitHub
  • 概况
  • 话题
  • 回帖
  • 收藏
  • 正在关注
  • 关注者
  • 如何在项目中指定另一个数据库? at 2012年10月16日

    #1 楼 @fresh_fish thx!

  • IT 人士,如何预防久坐伤身? at 2012年09月14日

    #5 楼 @uudui 每天晚上 100 仰卧起坐,30 俯卧撑,100 高抬腿,哈哈。这是闲的慌才这么干

  • 有什么 gem 可以裁剪图片? at 2012年09月12日

    #1 楼 @ywencn 这个不是只能 resize 吗?

  • IT 人士,如何预防久坐伤身? at 2012年09月12日

    #6 楼 @knwang 放个椅子在桌子上就 ok。@linjunhalida 这么干

  • javascript_include_tag 的不解 at 2012年08月29日

    挨个 include 或者在 assets/javascripts/application.js 中 require

  • 如何建立一个所有页面都能访问的变量 @topics at 2012年08月29日

    #16 楼 @fresh_fish 可能我没说清楚,方法 getcomment 接到的参数并不是 n[1] 的值,而是'n[1]'

  • 如何建立一个所有页面都能访问的变量 @topics at 2012年08月29日

    #14 楼 @fresh_fish Array

  • 如何建立一个所有页面都能访问的变量 @topics at 2012年08月29日

    #10 楼 @fresh_fish #12 楼 @lidashuang 怎么在 haml 里,这样的嵌套怎么写:

    - @notifies.each do |n|
        %tr
            %td
                = getcomment n[1]             
    

    这样写,n[1] 是错误的值

  • 如何建立一个所有页面都能访问的变量 @topics at 2012年08月29日

    #8 楼 @fresh_fish 这不是和 application_helper 里写一样么?

  • 如何建立一个所有页面都能访问的变量 @topics at 2012年08月29日

    #1 楼 @lidashuang 你好,我也刚好碰到这个问题,我在 application_controller 里写个方法,但是在 application.html.erb 中没有读出来,这个方法名有什么特殊吗?

  • 有什么好听的中文音乐,推荐一下 at 2012年08月29日

    #8 楼 @1272729223 哈哈,我也超级喜欢左小祖咒

  • [重新描述] 在 DB 挂掉的时刻,怎么保证另一个不需要挂掉 DB 的网页可以正常浏览? at 2012年08月28日

    #1 楼 @huacnlee 有时需要显示一些静态页面

  • Datamapper 怎么实现 where? at 2012年08月27日

    已经搞定了 Model.all(:name.like => 'blah')

  • Sinatra + Backbone - To-do App 分享 at 2012年08月27日

    #14 楼 @kenshin716 hi,Serial 是什么类型?

  • Bootstrap 新版是不是 navigator 变成白色了? at 2012年08月24日

    #2 楼 @pzgz #1 楼 @valentine 谢谢,原来如此。昨天更新了一下,突然变白,我还以为我自己写什么东西了呢。

  • 在 linode tokyo 做微博登陆 at 2012年08月22日

    #8 楼 @quakewang thx!

  • 在 linode tokyo 做微博登陆 at 2012年08月22日

    #6 楼 @quakewang 学了个新命令 mtr 我在 linode 里执行提示:mtr: unable to get raw sockets.

  • 在 linode tokyo 做微博登陆 at 2012年08月22日

    我也是东京的,没有问题。但是貌似部分被墙.不知你的为何

  • 第一次部署,出现个错误! at 2012年08月22日

    #4 楼 @shin nohup 或者 & (不全是) http://www.ibm.com/developerworks/cn/linux/l-cn-nohup/

  • 第一次部署,出现个错误! at 2012年08月22日

    楼上都对,你执行命令指示运行在当前 session,并不是后台运行

  • 六级没过,这意味着我学习 Ruby 又多了一点障碍 at 2012年08月21日

    6 级笔试 425 压线,哈哈。网考 523,oh yeah~

  • 想给项目加一个聊天功能,就像人人那样的 at 2012年08月19日

    瞧瞧:ChatPro http://hlcfan.tk 主要是 Juggernaut https://github.com/maccman/juggernaut

  • 第一个 Ruby 程序 - tinyssh at 2012年08月02日

    哇,参数多爆了!

  • [求助] rails 路由混乱了 at 2012年07月28日

    不懂你的 rake routes 最后一行怎么回事?

  • 关于 github 放私人项目问题 at 2012年07月25日

    ...你觉得呢?

  • 关于 image_tag 的问题 at 2012年07月25日

    在 css 里限制行么?

  • Rails 项目部署太复杂,或许可以搞个一站式的软件,直接快速部署 at 2012年07月19日

    我记得有人写过这样的脚本

  • 在已经用 apt-get 装好 Nginx 和 php 的情况下,如何装 Passenger? at 2012年07月19日

    LZ,可以看下:http://hlcfan.github.com/blog/2012/04/17/deploy-rails-app-with-passenger-and-nginx/

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