Ruby China
  • Topics
  • 招聘
  • Wiki
  • 酷站
  • Gems
  • Sign Up
  • Sign In
xautjzd
@xautjzd
Member
NO. 4920 / 2012-12-09

[email protected]
西安
78 Topics / 346 Replies
0 Followers
0 Following
9 Favorites
You will be what you want to be
GitHub Public Repos
  • dotvim 6

    Vimconfig

  • ActivityRecognition 4

    行为识别方法库,将训练好的模型保存

  • personal-notes 1

    my own notes

  • kotlin-template 1

    kotlin template

  • nextjs-boilerplate 0

  • local-transfer 0

    Transfer file between devices in the same local area network via website like snapdrop

  • nvim-config 0

    My neovim config

  • go-snippets 0

    some go snippets

  • xautjzd.github.io 0

    Personal blog built on Hugo

  • emacs.d 0

    My Emacs configuration

More on GitHub
  • Overview
  • Topics
  • Replies
  • Favorites
  • Following
  • Followers
  • Ruby 的 symbol 难以理解 at May 24, 2013

    #3 楼 @zj0713001 谢谢,我再看看,目前看的是《ruby 编程语言》

  • Ruby 的 symbol 难以理解 at May 24, 2013

    #2 楼 @hysios 目前我所了解的就是节省空间,多个对象里相同的 symbol 的 object_id 一样,内存地址相同

  • Ruby 的 symbol 难以理解 at May 24, 2013

    #1 楼 @edgar_wang_cn 刚才看的就是这篇,文章写的过于晦涩

  • Rails 使用 mysql 出现问题 at December 18, 2012

    #2 楼 @huacnlee 你好,请问如何将 nodejs 设置为默认的 js runtime environment,现在我 pc 上装了 nodejs,也装了 therubyracer

  • Rails 使用 mysql 出现问题 at December 17, 2012

    #6 楼 @wuwx 我现在用的 therubyracer(googel v8 embeded with ruby) js runtime environment,但我现在想换成 nodejs 的 js runtime environment,并且通过 node js 的源码包装了 nodejs,但我如何设置 rails 的默认 js 环境为 nodejs 呢

  • Rails 使用 mysql 出现问题 at December 17, 2012

    @poshboytl 能否帮忙解决下这个问题呢

  • Rails 使用 mysql 出现问题 at December 17, 2012

    #2 楼 @huacnlee 我是 fedora,装软件是以 root 身份运行的。

  • Rails 使用 mysql 出现问题 at December 17, 2012

    @huacnlee 请问能帮忙解决下么?我搜寻答案大半天了,一直没解决

  • Rails 数据库如何选择 at December 17, 2012

    #17 楼 @xiaogui 我 gem install rails 之后,然后 rails new demo 创建了一个 demo 应用程序,rake db:create 就出现"rake aborted! Could not find a JavaScript runtime".

  • Rails 数据库如何选择 at December 17, 2012

    #15 楼 @woaigithub 安装 rails 之后我用 rails new demo,然后就出错,这是什么情况

  • Rails 数据库如何选择 at December 17, 2012

    #12 楼 @xiaogui 谢谢了,问题解决了,请问创建 rails 应用程序前需要安装 mongrel 么?我每次创建应用程序都出问题,然后 gem install mongrel 也装不上

  • Rails 数据库如何选择 at December 17, 2012

    #10 楼 @xiaogui 还上网搜着呢,我装的 fedora

  • Rails 数据库如何选择 at December 17, 2012

    #8 楼 @xiaogui 不行,现在重启 mysql 服务都不行,说 mysqld 找不到,前段时间 mysql 还好着,一直没动,现在突然崩溃,重装 mysql 也不行。

  • Rails 数据库如何选择 at December 17, 2012

    #5 楼 @xiaogui 谢谢,刚才按官网配置 mysql 出问题了,出现:can't connect to local mysql server through socket "/var/mysql/mysql.sock".google 找了好久都没解决,也不知是啥问题

  • Rails 数据库如何选择 at December 17, 2012

    #3 楼 @woaigithub 谢谢你,那如果我从开始就选择 mysql,会不会有难度?

  • Sublime Text 2 配置 Ruby 开发环境问题 at December 14, 2012

    #4 楼 @virgil 谢谢了,有没有 GUI 式的图形调试呢

  • 如何查看 ruby interpretor 路径 at December 14, 2012

    #16 楼 @chenge 这句昨天经人指导已经添加了,不过还是不行,刚才重新试了下可以了。可能昨天哪输入有问题吧,谢谢你们了

  • 如何查看 ruby interpretor 路径 at December 14, 2012

    #12 楼 @woaigithub 我给其加了 x 权限

  • Sublime Text 2 配置 Ruby 开发环境问题 at December 14, 2012

    #2 楼 @virgil 能否说的详细点呢?作为新手还不是很理解。我在 package control 里找了下,没有 debugger

  • 如何查看 ruby interpretor 路径 at December 14, 2012

    #7 楼 @woaigithub 用 ruby 运行没问题,但是我想用./运行脚本

  • 如何查看 ruby interpretor 路径 at December 14, 2012

    #7 楼 @woaigithub 没有:的,不过不行

  • 如何查看 ruby interpretor 路径 at December 14, 2012

    #8 楼 @chenge 这样也不知其路径,你再试试

  • 如何查看 ruby interpretor 路径 at December 13, 2012

    #2 楼 @abitno 写个简单的 ruby 脚本,里面就一句话:puts "hello" 运行之,结果报错,说不识别 puts,咋回事呢

  • 如何查看 ruby interpretor 路径 at December 13, 2012

    #4 楼 @abitno ruby 好多版本的,MRI==matz's ruby implementation

  • 如何查看 ruby interpretor 路径 at December 13, 2012

    #2 楼 @abitno MRI

  • ruby 开发工具问题 at December 13, 2012

    #6 楼 @ywjno sublime text 2 只是用于编辑吧,能否在里面对 ruby 进行调试呢

  • ruby 开发工具问题 at December 13, 2012

    #16 楼 @chenge 刚才查了下,应该是 sublime 的全路经名在前边,后面是创建的链接位置,不过非常感谢你的提示

  • ruby 开发工具问题 at December 13, 2012

    #16 楼 @chenge ln -S /usr/bin/sublm /opt/'Sublime Text 2'/sublime_text,我的 sublime 解压在/opt 目录下。我是这样写的,然后在 shell 中输入 sublm,结果提示命令没找到

  • ruby 开发工具问题 at December 13, 2012

    #13 楼 @chenge 能举个例子么,刚才试了下没成功。

  • ruby 开发工具问题 at December 13, 2012

    #1 楼 @terrywang linux shell 下安装 sublime 安装不上,提示没有包。上官网下载包,然后解压,解压后每次都要到相应目录下才能运行,感觉很麻烦

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