摘要:
下载VMware Workstation 7.0.1 for Linux 64-bit with tools安装软件VMware-Workstation-Full-7.0.1-227600.x86_64.bundle到/data下。 1. 先以root的身份进入系统到/data目录下2. 然后运行命... 阅读全文
摘要:
紧跟前面学习的步伐,坚持学习! 练习十一讲的是输入 这里的输入是通过方法:gets.chomp# 从窗口中输入数据print "How old are you ?"age = gets.chompprint "How tall are you?"height = gets.chomppri... 阅读全文
摘要:
转义符表This all of the escape sequences Ruby supports. You may not use many of these, but memorize their format and what they do anyway. Try them out in ... 阅读全文