The Way to Go,: A Thorough Introduction to the Go Programming Language 英文书籍,已Cross the wall,从Google获得书中源代码,分享一下。喜欢请购买正版。 目录如下: Contents Preface..........................................................................................................
Ruby实践
通过输入ruby并在终端中要运行的文件名来运行Ruby文件。
如果要运行date_math.rb ,可以编写以下命令:
ruby date_math.rb
要重新运行此命令,可以使用UP和DOWN箭头键查看在终端中运行的命令的历史记录。
日期
date_formatted.rb
应该格式化并标识今天日期的不同部分。
" The year is: 2020, the calendar day is: 1, and the month is: 7. "
date_math.r