mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-26 00:31:39 +03:00
Merge remote-tracking branch 'remotes/origin/patch-2'
This commit is contained in:
commit
a9f86384d3
@ -12,7 +12,7 @@ lang: zh-cn
|
|||||||
---
|
---
|
||||||
|
|
||||||
Bash 是一个为 GNU 计划编写的 Unix shell,是 Linux 和 Mac OS X 下的默认 shell。
|
Bash 是一个为 GNU 计划编写的 Unix shell,是 Linux 和 Mac OS X 下的默认 shell。
|
||||||
以下大多数例子可以作为脚本的一部分运行也可直接在 shell 下交互执行。
|
以下大多数例子可以作为脚本的一部分运行,也可直接在 shell 下交互执行。
|
||||||
|
|
||||||
[更多信息](http://www.gnu.org/software/bash/manual/bashref.html)
|
[更多信息](http://www.gnu.org/software/bash/manual/bashref.html)
|
||||||
|
|
||||||
|
@ -322,7 +322,7 @@ class Bicycle {
|
|||||||
// 方法声明的语法:
|
// 方法声明的语法:
|
||||||
// <作用域> <返回值类型> <方法名>(<参数列表>)
|
// <作用域> <返回值类型> <方法名>(<参数列表>)
|
||||||
public int getCadence() {
|
public int getCadence() {
|
||||||
retur450635425n cadence;
|
return cadence;
|
||||||
}
|
}
|
||||||
|
|
||||||
// void返450635425回值函数没有返回值
|
// void返450635425回值函数没有返回值
|
||||||
|
Loading…
Reference in New Issue
Block a user