Ruby China
  • 社区
  • 招聘
  • Wiki
  • 酷站
  • Gems
  • 注册
  • 登录
Hooopo
@hooopo
管理员
第 8 位会员 / 2011-10-28

[email protected]
nil
北京
160 篇帖子 / 3013 条回帖
360 关注者
0 正在关注
74 收藏
聪明的妖怪录下了唐僧的紧箍咒
打赏作者
GitHub Public Repos
  • oh-my-github-circles 47

    GitHub User Circle Generator Using GitHub Actions

  • hackernews-insight 21

    Hackernews Insight using TiDB Cloud

  • repo-track-pipeline 6

    🔄 A flexible open-source data pipeline for seamlessly syncing data from any repository to your da...

  • oh-my-github-pipeline 6

    🔄 A flexible open-source data pipeline for seamlessly syncing data from any github user to your d...

  • chatgpt-xiaoai 3

    小爱音箱集成LLM,SaaS 服务

  • repo-contributor-circles 1

    GitHub repo contributor circles generator.

  • ossinsight-x 1

    Automatically post trending repos to Twitter every day.

  • mi-service 1

    XiaoMi Cloud Service for mi.com

  • hooopo 0

  • streamlit-echarts-demo 0

    Demo for Streamlit ECharts component

More on GitHub
  • 概况
  • 话题
  • 回帖
  • 收藏
  • 正在关注
  • 关注者
  • 学到什么程度可以看 ruby-china 的源码? at 2013年01月10日

    #10 楼 @chairy11 提取出关键词就行了 一般要英文关键词。

  • SQL is Agile at 2013年01月10日

    熟悉什么用什么

  • 打算开始学 Android 开发…… at 2013年01月10日

    #9 楼 @williamherry 擦!谢谢反馈~

  • 好想有个师傅 at 2013年01月10日

    #15 楼 @woaigithub +1

  • 打算开始学 Android 开发…… at 2013年01月10日

    #5 楼 @keating bushixiaohaizi。。挺好的哇!

    数据库。。没权限啊!

  • 打算开始学 Android 开发…… at 2013年01月10日

    #3 楼 @keating 貌似不能..

  • 打算开始学 Android 开发…… at 2013年01月10日

    http://ask.csdn.net :-)

  • sinatra 的扩展机制. at 2013年01月09日

    #12 楼 @Saito 模块化可以 mount 多个 app?我看 padrino 是这样的。

  • sinatra 的扩展机制. at 2013年01月09日

    #9 楼 @Saito 文档好像推荐的是模块化风格啊!

  • 什么是 Simba. at 2013年01月09日

    业界良心!

  • Sinatra 的 helpers 问题 at 2013年01月09日

    #9 楼 @Saito 擦!弄个经典风格和模块风格。。还整了个Application和Base

  • 用 Sinatra 构建网站,你会怀念 Rails 的什么特性? at 2013年01月09日

    #20 楼 @fsword 所以吧 用 rails 能让一个初学者和一个有经验的开发者写出来的应用在安全性维护性上面相差不大。但是用 sinatra 就......

  • 用 Sinatra 构建网站,你会怀念 Rails 的什么特性? at 2013年01月09日

    #18 楼 @fsword JSONP hijacking

    PS. 其实理论上 HTML Autoescape 也不能完全避免 xss 但 security by default 这样的原则可以很大程度减少被攻击的风险。

  • sinatra 的扩展机制. at 2013年01月09日

    大家都用模块化风格?

  • 用 Sinatra 构建网站,你会怀念 Rails 的什么特性? at 2013年01月09日
    • 约定优于配置
    • scurity by default
    • generator
  • 用 Sinatra 构建网站,你会怀念 Rails 的什么特性? at 2013年01月09日

    #14 楼 @clc3123 一个菜鸟 hacker 都知道怎么去利用 csrf 漏洞。而 web 开发者还停留在没听说过的层面。。

  • 用 Sinatra 构建网站,你会怀念 Rails 的什么特性? at 2013年01月09日

    #12 楼 @fsword 也不能免疫的。。如果不理解 csrf 原理,有些地方还是会出问题。

  • Rails 爆出严重安全漏洞,所有版本需马上升级! at 2013年01月09日

    标题党

  • [杭州][2013年01月08号] Ruby Thursday,我们一起学 haskell at 2013年01月09日

    #21 楼 @Saito #18 楼 @luikore Google Analytics 使用的是第一方 cookie,这也就是谷歌经常说自己不作恶的原因

    facebook 利用喜欢按钮追踪?

    很多浏览器都有 do not track 功能吧,但不知到这玩意管不管用。

  • 如何写出完美的代码? at 2013年01月08日

    别这么幼稚!

  • 求教 ruby -Ilib 这里的-Ilib 是什么意思 at 2013年01月08日

    #4 楼 @shiren1118 对哇

  • ruby off rails .. at 2013年01月08日

    目测好久没更新了哇! 鸭眼网目前的组织不错。很简洁实用。比 padrino 好多了........

  • 求教 ruby -Ilib 这里的-Ilib 是什么意思 at 2013年01月07日
    $ ruby -h
    Usage: ruby [switches] [--] [programfile] [arguments]
      -0[octal]       specify record separator (\0, if no argument)
      -a              autosplit mode with -n or -p (splits $_ into $F)
      -c              check syntax only
      -Cdirectory     cd to directory, before executing your script
      -d              set debugging flags (set $DEBUG to true)
      -e 'command'    one line of script. Several -e's allowed. Omit [programfile]
      -Eex[:in]       specify the default external and internal character encodings
      -Fpattern       split() pattern for autosplit (-a)
      -i[extension]   edit ARGV files in place (make backup if extension supplied)
      -Idirectory     specify $LOAD_PATH directory (may be used more than once) 
      -l              enable line ending processing
      -n              assume 'while gets(); ... end' loop around your script
      -p              assume loop like -n but print line also like sed
      -rlibrary       require the library, before executing your script
      -s              enable some switch parsing for switches after script name
      -S              look for the script using PATH environment variable
      -T[level=1]     turn on tainting checks
      -v              print version number, then turn on verbose mode
      -w              turn warnings on for your script
      -W[level=2]     set warning level; 0=silence, 1=medium, 2=verbose
      -x[directory]   strip off text before #!ruby line and perhaps cd to directory
      --copyright     print the copyright
      --version       print the version
    
  • 神啊,赞美一下写软件的可怜人儿吧 at 2013年01月06日

    #4 楼 @xhj6 是说程序员说话太直接么..

  • 神啊,赞美一下写软件的可怜人儿吧 at 2013年01月06日

    信息量太大

  • markdown 测试 at 2013年01月05日

    理论上 http://ruby-china.org/_doitian_ 这种链接也不应该出现

  • 我的屋子里有一只蝙蝠,不知道它冬天吃什么,会不会被饿死。 at 2013年01月05日

    #60 楼 @Saito h4

    随手输了--

  • 我的屋子里有一只蝙蝠,不知道它冬天吃什么,会不会被饿死。 at 2013年01月05日

    --

  • 难道你们还没学 Clojure ? at 2013年01月05日

    ...........

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