#27 楼 @yunzifeiyu 身在闺中人不识,Vundle 掩面而泣~
PS.请问用 VIM 的大牛们,你们学习 VIM 用了多长时间才能熟练基本编辑?我曾经想用 VIM,无奈她要插的件太多了,配置痛苦啊
$ gvim two_dimension_array.rb
#/usr/bin/env ruby #-- coding: utf-8 --
# Generate a 10x3 two-dimension array that each second dimension array has unique content.
class ArrayGenerator def initialize(length, width) @length, @width = length, width @array = Array.new end def get_array @length.times do @array.push random_array(@width) end @array end private def random_array(width) array = Array.new width.times do array.push rand(10) end array end end
if FILE == $0 g = ArrayGenerator.new 10, 3 p g.get_array end
$ ruby two_dimension_array.rb [[2, 9, 5], [5, 3, 4], [6, 8, 5], [5, 4, 7], [2, 3, 3], [6, 4, 6], [7, 4, 6], [8, 2, 5], [0, 3, 9], [8, 9, 9]]
#1 楼 @francistm 已修正,thx!
#7 楼 @jeremy16601 时间精力不够就没办法了,很难。所以趁着年轻有时间有精力,一定要多学习,多实践。盛年不重来,一日难再晨。在大脑最成熟的阶段,因为技能和经验的不足,不能够用更多的精力来产出,实在是一件憾事。
#1 楼 @blacktulip 自己写一个是好主意,最能够贴近业务需求,维护起来也方便。我就用 Go 语言写了一个:https://github.com/chinakr/seocms。
唯一找到的相关的参考资料就是: rake doc:guides not working at all
但是问题怎么解决呢?
#5 楼 @small_fish__ 没有,根据http://www.ruby-doc.org/core-2.0/Hash.html,两种写法都没问题吧。4th 书上用的是:key => value
的写法,但是下载到的源代码都是key: value
这种写法,可能是后面这种方式看起来更简洁吧
btw:我还在入门中,怕说错了误导新同学,鸭梨很大>_<
$ sudo aptitude install chromium-browser
#7 楼 @poshboytl 王垠怎么样,他和他的导师对 Lisp 好像都挺有研究,编译器写得不错
可以看看测试怎么写,如果目标明确的话,测试驱动开发是不错的选择 http://ruby-doc.org/stdlib-1.9.3/libdoc/test/unit/rdoc/Test/Unit/Assertions.html
GIF, JPG, PNG,还有啥?
UI 还有很大的提升空间啊,不过很有理想,很赞,帮顶
听说用 Rails 能够以匹夫之力纵横千军万马,所以我来了
设置里面有一个LAN Sync
选项,选中的话就打开了局域网同步