-
UNIX Cron achieve the design process of the preparation of small and medium capa...
Cron的实现
UNIX 下设计编写中小型程序的能力,巩固加深对Unix 环境下文件目录操作、进程控制、信号等内容的理解。-UNIX Cron achieve the design process of the preparation of small and medium capacity, enhance the consolidation of the Unix environment directory operations, process control, signal content understanding.
- 2022-03-19 22:31:33下载
- 积分:1
-
//颜色初始化
if(!has_colors() || start_color() == ERR){
endwin()
print...
//颜色初始化
if(!has_colors() || start_color() == ERR){
endwin()
printf("Terminal does not support color.
")
exit(1)
}
init_pair(1, COLOR_GREEN, COLOR_BLACK)
init_pair(2, COLOR_RED, COLOR_BLACK)
init_pair(3, COLOR_CYAN, COLOR_BLACK)
init_pair(4, COLOR_WHITE, COLOR_BLACK)
init_pair(5, COLOR_MAGENTA, COLOR_BLACK)
init_pair(6, COLOR_BLUE, COLOR_BLACK)
init_pair(7, COLOR_YELLOW, COLOR_BLACK)
//写字符串
for(i = 1 i
- 2023-04-17 02:35:03下载
- 积分:1
-
linux下的服务器端大文件传输程序,
linux下的服务器端大文件传输程序,-linux server-side under the large file transfer procedures,
- 2022-07-06 20:58:59下载
- 积分:1
-
vnc在linux的开机自动启动的一篇电子文档
vnc在linux的开机自动启动的一篇电子文档-vnc in linux boot automatically activated an electronic document
- 2022-02-12 18:08:36下载
- 积分:1
-
金融加密机sjl06型集成的API,可以产生50毫…
金融加密机SJL06型集成API,得到生产每天5000万笔交易验证,请放心使用。-Financial encryption machine SJL06 type integrated API, to be producing 50 million transactions per day verification, please rest assured to use.
- 2022-04-28 16:11:09下载
- 积分:1
-
Solaris Shell Programming Environment Program, which is perfect for beginners to...
Solaris环境下Shell编程编程,很适合初学者的入门练习。SUN公司提供的源代码。-Solaris Shell Programming Environment Program, which is perfect for beginners to introduce the practice. SUN companies to provide the source code.
- 2022-03-24 03:21:38下载
- 积分:1
-
androidapp development environment to build
androidapp开发环境搭建-androidapp development environment to build
- 2022-01-21 00:01:28下载
- 积分:1
-
包含目录文件及键树模板类的库文件,可以直接调用,采用优化的算化...
包含目录文件及键树模板类的库文件,可以直接调用,采用优化的算化-contains Contents documents tree template and key category of the library can be called directly, using numerical optimization of
- 2022-08-08 00:24:41下载
- 积分:1
-
多进程例子程序,IO操作在不同的进程中!
多进程例子程序,IO操作在不同的进程中!-Examples of multi-process procedures, IO operations in a different process!
- 2022-01-26 08:35:16下载
- 积分:1
-
completion of the following non
完成ls的如下功能
不带参数的ls:列出当前目录下的非隐藏(文件和目录名不以.开头)的文件和目录
ls -a:列出当前目录下的所有文件和目录
ls -l:以长列表形式列出当前目录下的非隐藏的文件和目录。每个文件或目录只要求列出如下信息:类型与权限、文件名、链接数、用户ID、组ID、字节大小、块数
ls 路径名:如果路径名代表一个存在的文件则显示该文件,否则提示出错;如果路径名字代表一个存在的目录则列出该目录中的文件
列出文件名和目录名时,要求可执行文件最后加上一个*号,目录名最后加上一个/号。
所提供的路径名可以包含“.”,“..”,“~”等特殊目录-completion of the following non-functional parameters of ls : listed in the current directory-hidden (files and directories were not. Beginning) of files and directories ls-a : listed in the current directory of all files and directories ls-l : in the long list of current directory listed under the non-hidden possession of files and directories. Each file or directory only asked to list the following information : the type and competence, file name, number of links, the user ID and group ID, byte size, a few blocks ls path : If a path representatives of the document showed documents suggest otherwise error; If representatives of a path name the presence of the directory lists the directory lists the
- 2023-02-01 23:40:04下载
- 积分:1