绿叶萌飞
绿叶萌飞
全部文章
分类
Android(41)
Android Studio(13)
eclipse(1)
javascript(1)
java基础(19)
java并发编程(1)
JVM(2)
leetcode(11)
linux命令行(译文)(38)
MySQL(1)
PTA(8)
个人js代码笔记——不详细解释(10)
其他(1)
周记随笔(7)
多线程(2)
我的android学习笔记(22)
数据结构与算法(85)
编程时光(5)
编程语言(20)
蓝桥杯(5)
计算机常用基础(1)
计算机网络(9)
迁移牛客网说明(1)
归档
标签
去牛客网
登录
/
注册
新手lcy
博客见这里https://liuchenyang0515.blog.csdn.net
全部文章
(共304篇)
第十八章 : 查找文件
查找文件 As we have wandered around our Linux system, one thing has become abundantly clear:a typical Linux system has a lot of files! This begs the q...
2020-01-01
0
683
第十九章 : 归档和备份
归档和备份 One of the primary tasks of a computer system’s administrator is keeping the system’sdata secure. One way this is done is by performing time...
2020-01-01
0
646
目录
本书是 The Linux Command Line 的中文版 引言 (Introduction) 第一章 引言 学习 shell 第二章 : 什么是 shell 第三章:文件系统中跳转 第四章:探究操作系统 第五章:操作文件和目录 第六章:使用命令 第七章:重定向 第八...
2020-01-01
0
502
第二十章 : 正则表达式
正则表达式 In the next few chapters, we are going to look at tools used to manipulate text. As wehave seen, text data plays an important role on all Uni...
2020-01-01
0
904
第二十一章 : 文本处理
文本处理 All Unix-like operating systems rely heavily on text files for several types of datastorage. So it makes sense that there are many tools for m...
2020-01-01
0
780
第二十二章 : 格式化输出
格式化输出 In this chapter, we continue our look at text related tools, focusing on programs that areused to format text output, rather than changing th...
2020-01-01
0
695
第二十三章 : 打印
打印 After spending the last couple of chapters manipulating text, it’s time to put that text on paper. In this chapter, we’ll look at the command-li...
2020-01-01
0
2093
第二十四章 : 编译程序
编译程序 In this chapter, we will look at how to build programs by compiling source code.The availability of source code is the essential freedom that ...
2020-01-01
0
595
第二十五章 : 编写第一个 Shell 脚本
编写第一个 Shell 脚本 In the preceding chapters, we have assembled an arsenal of command line tools. Whilethese tools can solve many kinds of computing pr...
2020-01-01
0
476
第二十六章 : 启动一个项目
启动一个项目 Starting with this chapter, we will begin to build a program. The purpose of this projectis to see how various shell features are used to cr...
2020-01-01
0
370
首页
上一页
7
8
9
10
11
12
13
14
15
16
下一页
末页