绿叶萌飞
绿叶萌飞
全部文章
linux命令...
Android(41)
Android Studio(13)
eclipse(1)
javascript(1)
java基础(19)
java并发编程(1)
JVM(2)
leetcode(11)
MySQL(1)
PTA(8)
个人js代码笔记——不详细解释(10)
其他(1)
周记随笔(7)
多线程(2)
我的android学习笔记(22)
数据结构与算法(85)
编程时光(5)
编程语言(20)
蓝桥杯(5)
计算机常用基础(1)
计算机网络(9)
迁移牛客网说明(1)
归档
标签
去牛客网
登录
/
注册
新手lcy
博客见这里https://liuchenyang0515.blog.csdn.net
全部文章
/ linux命令行(译文)
(共38篇)
第三十章 : 流程控制:while/until 循环
流程控制:while/until 循环 In the previous chapter, we developed a menu-driven program to produce various kindsof system information. The program works, b...
2020-01-01
0
487
第三十一章 : 疑难排解
疑难排解 As our scripts become more complex, it’s time to take a look at what happens whenthings go wrong and they don’t do what we want. In this chapt...
2020-01-01
0
514
第三十二章 : 流程控制:case 分支
流程控制:case 分支 In this chapter, we will continue to look at flow control. In Chapter 28, we constructedsome simple menus and built the logic used to ...
2020-01-01
0
446
第三十三章 : 位置参数
位置参数 One feature that has been missing from our programs is the ability to accept and processcommand line options and arguments. In this chapter, w...
2020-01-01
0
455
第三十四章 : 流程控制:for 循环
流程控制:for 循环 In this final chapter on flow control, we will look at another of the shell’s looping constructs.The for loop differs from the while an...
2020-01-01
0
467
第三十五章 : 字符串和数字
字符串和数字 Computer programs are all about working with data. In past chapters, we have focused onprocessing data at the file level. However, many prog...
2020-01-01
0
756
第三十六章 : 数组
数组 In the last chapter, we looked at how the shell can manipulate strings and numbers.The data types we have looked at so far are known in computer...
2020-01-01
0
512
第三十七章 : 奇珍异宝
奇珍异宝 In this, the final chapter of our journey, we will look at some odds and ends.While we have certainly covered a lot of ground in the previous ...
2020-01-01
0
1787
首页
上一页
1
2
3
4
下一页
末页