循环结构
switch case
switch(表达式){
case 常量值;
break;//打断
}
方法Method
方法的返回值有两种
1.一种是无返回类型的 void
2.一种是有返回类型的
系统提供的方法
常用的方法
print();
println();
printf();
nextInt();
nextDouble();
next();
...
Git的历史
Git与svn的区别
Git的工作流程
Git的安装流程
Git的中文语言包