Ruby China
  • 社区
  • 招聘
  • Wiki
  • 酷站
  • Gems
  • 注册
  • 登录
i5ting
@i5ting
会员
第 5173 位会员 / 2013-01-07

[email protected]
118 篇帖子 / 776 条回帖
15 关注者
2 正在关注
77 收藏
狼叔
GitHub Public Repos
  • learn-rust-for-fe 1744

    Rust是未来前端基础设施

  • koa-generator 974

    Koa' application generator for 1.x and 2.x( Express-style and support all middlewares include asy...

  • yrm 291

    YARN registry manager, fast switch between different registries: npm, cnpm, nj, taobao

  • fe-2022-in-china 157

    2022大前端总结和2023就业分析

  • i5ting-mac-init 111

    自己 Mac + Node.js 电脑初始化开发环境的安装脚本

  • ama 101

    Ask me anything in 《Node全栈》

  • i5ting 69

    个人介绍

  • ts-junit 40

    use JUnit 5 Decorator in TypeScript

  • node-quick-start-course 35

    博文视点《狼叔的Node.js快速入门课》

  • umi-in-action 34

    📚UmiJS 实战

More on GitHub
  • 概况
  • 话题
  • 回帖
  • 收藏
  • 正在关注
  • 关注者
  • ruby 读取大段文本 at 2013年03月14日

    ARGF.readline #=> "This is line one\n"

    某本书上说,这个,貌似是高效的

  • 我是剛轉換到 macbook pro 的新同鞋 打算學習 Ruby on Rails 的開發 at 2013年03月14日

    #14 楼 @macruby xcode tools 装完就不用装 gcc 了,多余

    看看/Applications/Xcode.app/Contents/Developer/usr/bin/你就都明白了

  • [深圳][福田] 创业公司急招 ROR 程序员 at 2013年03月13日

    #1 楼 @ganweiliang @ @smallbug啊

  • 新人求教 Ruby 开发的学习步骤 at 2013年03月13日

    #2 楼 @diguage 别老帖的你的博客行么?多了就恶心了

  • jQuery 插件标准化 at 2013年03月13日

    这不是好东西么?

  • Ruby 2.0 in Detail at 2013年03月13日

    #3 楼 @hooopo 是不是 util.c 里的 c 的二分查找啊?

  • Ruby 2.0 in Detail at 2013年03月13日

    补充一个,http://ruby-china.org/topics/9215

  • 2013 年 3 月 TIOBE 编程语言排行榜,Ruby 超越 Perl at 2013年03月12日

    #3 楼 @lgn21st 是啊,估计 java web 项目都算 java,类似道理吧

  • jQuery 少见的 bind 写法 at 2013年03月12日

    #18 楼 @i5ting

    http://stackoverflow.com/questions/9827095/is-it-possible-to-use-jquery-on-and-hover

    貌似只能这样

    $(document).on(
    {
        mouseenter: function() 
        {
            //stuff to do on mouseover
        },
        mouseleave: function()
        {
            //stuff to do on mouseleave
        }
    }
    , '.selector'); //pass the element as an argument to .on
    
  • jQuery 少见的 bind 写法 at 2013年03月12日

    #16 楼 @ashchan 我知道这样用,我是说能用 on(‘hover’,function(){})这样的么?

  • jQuery 少见的 bind 写法 at 2013年03月12日

    #16 楼 @ashchan

    As of jQuery 1.7, the .live() method is deprecated. Use .on() to attach event handlers. Users of older versions of jQuery should use .delegate() in preference to .live().

    $(selector).live(events, data, handler);                // jQuery 1.3+
    $(document).delegate(selector, events, data, handler);  // jQuery 1.4.3+
    $(document).on(events, selector, data, handler);        
    

    是我记错了,谢谢

  • 来,半夜睡不着的进来,让我的小情人给各位卖个萌 at 2013年03月12日

    #5 楼 @keating 我的努力生儿子啊,哈哈

  • jQuery 少见的 bind 写法 at 2013年03月12日

    #12 楼 @cisolarix 版本兼容啊

  • jQuery 少见的 bind 写法 at 2013年03月12日

    #11 楼 @ashchan 后增加的可以用 live 啊,HOHO,不过 bind 无法绑定 hover 事件,求解

  • 如何更快加载 Rspec 测试环境? at 2013年03月08日

    #1 楼 @chenge nice

  • 调试 iOS 的推送脚本 at 2013年03月08日

    #4 楼 @siriuszhuang 请求发出去之后,你就不用管了,需要在 iOS 的 appdelegate 里增加断点

  • 貌似 name.com 也支持 vps 和 web host,有用过的么? at 2013年03月08日

    #13 楼 @i5ting 比较适合你

  • 貌似 name.com 也支持 vps 和 web host,有用过的么? at 2013年03月08日

    #10 楼 @Rei https://github.com/alohaeditor/Aloha-Editor貌似不错

  • 42 区 VPS 性能测试 at 2013年03月08日

    #8 楼 @ashchan 谢谢 ashchan,确实涨了。。。。。真好

  • 42 区 VPS 性能测试 at 2013年03月08日

    #3 楼 @ywencn 不对吧 网上说是 200G/m 啊,难道我记错了?

  • 貌似 name.com 也支持 vps 和 web host,有用过的么? at 2013年03月08日

    #11 楼 @keating 高啊

  • 貌似 name.com 也支持 vps 和 web host,有用过的么? at 2013年03月07日

    #8 楼 @Rei

    我现在杂事太多,很羡慕你啊,今日有感而发的微博:

    很多人为了生个健康孩子而长时间戒烟戒酒,为什么做一个项目的时候不能呢?专心很重要

  • 貌似 name.com 也支持 vps 和 web host,有用过的么? at 2013年03月07日

    #6 楼 @Rei 嗯,我也查过好多,没有一个好用的,哈哈

  • 貌似 name.com 也支持 vps 和 web host,有用过的么? at 2013年03月07日

    #2 楼 @Rei 我觉得你做的那个站不错,不过我更喜欢 markdown,我想用百度的 ueditor 改一个 markdown 编辑器,你觉得如何?

  • 貌似 name.com 也支持 vps 和 web host,有用过的么? at 2013年03月07日

    #2 楼 @Rei 对呀,我也是这样发现的呢

  • 想搭建一個聊天室 at 2013年03月07日

    看错了,以为是 xdite 呢

  • 开始项目的时候,首先从哪里下手? at 2013年03月07日

    mockup,然后 rails c 把模型搞定,然后在页面

  • writings.io - 提供在线文章写作、管理、发布的网站服务 at 2013年03月07日

    http://blog.chloerei.com/articles/7db48376-what-is-writings-io http://blog.chloerei.com/articles/c967d081-rewriting

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