Ruby China
  • 社区
  • 招聘
  • Wiki
  • 酷站
  • Gems
  • 注册
  • 登录
杨熠Zack
@zackyang
会员
第 6258 位会员 / 2013-03-22

0 篇帖子 / 6 条回帖
0 关注者
0 正在关注
2 收藏
打个野生程序员回去吃
GitHub Public Repos
  • EVA-Motion-Control 1

    EVA-Motion-Control

  • ozsmartliving 1

  • hash-stone-next 0

  • HashStone 0

    Rails using TypeScript, React build with Vite

  • Electronics-eCommerce-... 0

    Singitronic is Next.js and Node.js full-stack e-commerce website with a free source code. Our app...

  • code-challenge 0

    SerpApi code challenge

  • CommandAndMentionInput 0

  • zacky-price-estimator 0

  • EzyComm 0

  • semaphore-demo-ruby-rails 0

    A Semaphore demo CI/CD pipeline using Ruby on Rails

More on GitHub
  • 概况
  • 话题
  • 回帖
  • 收藏
  • 正在关注
  • 关注者
  • Ruby 中那些你绕不过的「坑」(译) at 2014年03月20日

    好贴,很多细节以前没有注意到

  • 闭包如何访问外部变量 at 2014年02月12日
    //= require underscore
    window.namespace = _.memoize(function(ns) {
      ns = ns || '';
      var parts = ns.split('.');
      var current = window;
      for (var i=0,len=parts.length; i < len; i++) {
        var part = parts[i];
        if (_.isUndefined(current[part])) {
          current[part] = {};
        }
        current = current[part];
      }
      return current;
    });
    
    namespace("app.utility");
    
    app.utility.namez = 'hello'
    
    (function(){
      console.log(app.utility.namez);
    })()
    

    希望有帮助

  • 黑客可否修改本地的 cookies 或者 session? at 2014年02月12日

    session 是可以直接被反解开看里面内容的,所以敏感资料不要放里面,不过要随便伪造 session 没有 secret_token 是不行的,所以在一个开源项目里面 secret_token 别弄 github 上就这个道理。

  • 我如何把薪水从 50 人民币 / 天 提升到 100 美元 / 小时的 (4) -- 已更新 at 2013年11月25日

    #68 楼 @swachian 当然是一直 100 刀啊,每天 8 小时一周 40 小时,一年 52 周。自己算吧。

  • Writings 开源 at 2013年10月04日

    扼腕 扼腕

  • 下个月正式离职,然后利用三个月时间转型 Ruby on Rails + SOHO,写了个计划,望各路有经验的大牛多提提意见。 at 2013年09月01日

    #64 楼 @whh 看来我是当不上好程序员了。

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