Ruby China
  • 社区
  • 招聘
  • Wiki
  • 酷站
  • Gems
  • 注册
  • 登录
2622
@jjym
高级会员
第 2622 位会员 / 2012-06-22

[email protected]
上海
26 篇帖子 / 1077 条回帖
24 关注者
0 正在关注
118 收藏
GitHub Public Repos
  • hdwallet 34

    HD wallet BIP-32 related key derivation utilities.

  • buddy-alloc 31

    Buddy-alloc is a memory allocator for no-std Rust, used for embedded environments.

  • minimal-ray-tracer-zig 2

  • godwoken 1

  • ckb-std 1

    This library contains serveral modules that could help you write CKB contract with Rust.

  • fiber-autopilot 0

  • ckb-cli 0

    CKB command line interface

  • vulkan-tutorial-c 0

    Learn https://vulkan-tutorial.com/Introduction with C

  • test-bincode 0

  • force-bridge 0

    General Force Bridge components.

More on GitHub
  • 概况
  • 话题
  • 回帖
  • 收藏
  • 正在关注
  • 关注者
  • [上海] 薄荷科技寻找靠谱的 Rubyist at 2013年08月30日

    #93 楼 @vincent 赞👍

  • Ruby 的 GC 不释放内存给回系统的? at 2013年08月30日

    貌似有这个说法,但是一直没找到可以很好的解释的文章

  • 写了个 Markdown parser [附代码导读] at 2013年08月30日

    #9 楼 @zlx_star 如果解析到特殊语法会交给相应的类解析,比如>然后类里 parse 有应对嵌套的处理,实际上能根据行判断其语法 (所以 split 成 Line 后分析),也很容易判断代码块的结束

  • 写了个 Markdown parser [附代码导读] at 2013年08月30日

    #6 楼 @zlx_star 已在帖子里更新

  • Sinatra 2.0 会使用 Go 重写?! at 2013年08月30日

    好神奇..

  • 写了个 Markdown parser [附代码导读] at 2013年08月29日

    #3 楼 @zlx_star 其实有些细节地方代码不是很好,正则没学到家..有些地方还是比较混乱,尤其是成块的语法部分

  • 最近在学习 Elixir, 分享些资源, 顺便寻找同好 at 2013年08月29日

    看了下 dynamo。。真是和 ruby 太像了!

  • 发个很好的 Ruby VM 的学习资料 at 2013年08月29日

    其实传说每隔一段时间就会有人发这本书..

  • 写了个 Markdown parser [附代码导读] at 2013年08月29日

    #1 楼 @yeerkunth 擦。。目测 1k 多行测试还少阿。。

  • RubyConfChina 2013 开始接受报名和售票! at 2013年08月29日

    坐等视频...

  • 为什么 dota 会那么吸引? at 2013年08月29日

    不玩 dota 的路过....

  • instance_eval 是如何做到修改 Block 里的 self 引用的? at 2013年08月29日

    可以,sinatra 就是把 block 转换成 method, 然后 unbind,然后再 bind 到一个 object 上调用,这时 self 就是 object 具体是 define_method &blk --> method(:xxx) #得到UnbindMethod --> undefine_method(:xxx) --> unbind_method.bind(obj).call

  • Third-Party Cookies Is Dead, Long Live First-Party Cookies at 2013年08月29日

    #23 楼 @davidqhr etag(特指 session server 的) 不需要到达 app server, etag 只是 client 和 session server 通信用的 (可以看 #15 的关系图), 关于 etag 生成搜索下就有了

  • 程序员不易找对象的原因 at 2013年08月27日

    😓你把最直接原因都忽略掉了还谈什么..

  • Writing Sensible Tests for Happiness at 2013年08月26日

    言简意赅👍

    居然不要翻墙..

  • Scott Chacon 教你如何用 Git 以及如何成为一名大绅士 at 2013年08月26日

    两张图差别好大..这之间发生了什么..?

  • Twitter 抛弃 Rails 了? at 2013年08月26日

    楼主是从零几年穿越的?

  • Third-Party Cookies Is Dead, Long Live First-Party Cookies at 2013年08月25日

    #20 楼 @hooopo 👍

  • Third-Party Cookies Is Dead, Long Live First-Party Cookies at 2013年08月25日

    #18 楼 @zgm ..这些我都没实际用过...我分享就把别人都带坑里了..

  • 刚才去 12306 订车票,发现 12306 的发送邮件地址是 [email protected] at 2013年08月25日

    DHH 是受中国铁道部幕后支持的,这个都不知道就别说学过 rails 了

  • Third-Party Cookies Is Dead, Long Live First-Party Cookies at 2013年08月25日

    #14 楼 @zgm 只有 session server 操作 session 的几个 action 是把 ETAG 当特殊用途的,app server 完全正常

  • Third-Party Cookies Is Dead, Long Live First-Party Cookies at 2013年08月25日

    #12 楼 @zgm 就是利用浏览器会发送 etag 来检查缓存 相当于这样联系起来

    浏览器 -> etag -> session server
    session server -> http -> app server
    app server -> cookie -> 浏览器
    
  • Third-Party Cookies Is Dead, Long Live First-Party Cookies at 2013年08月25日

    #12 楼 @zgm 如果不是 etag 的话和 session server 没办法沟通 (注意 js 写入的是 app 的 cookie),ajax 用 cahce: true 会把 etag 一起发送到 session server 所以 session server 可以通过 HTTP_IF_NONE_MATCH 取出 etag,也就是 session_id

    我刚也卡这里了,不熟悉 http 规范...

  • Third-Party Cookies Is Dead, Long Live First-Party Cookies at 2013年08月25日

    #7 楼 @hooopo ....搜了下 HTTP_IF_NONE_MATCH 后明白了

  • 推荐一本对你影响最大的书 at 2013年08月25日

    可能还没遇到..不过推荐些有意思的 刘慈欣的思想者 阿西莫夫的低能儿收容所

  • Third-Party Cookies Is Dead, Long Live First-Party Cookies at 2013年08月25日

    #3 楼 @hooopo 貌似看懂了点...ETAG 就是相当于第三方网站的 session?

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