-
linux环境下数据库操作方法,可以从中学习简单的mysql操作方法...
linux环境下数据库操作方法,可以从中学习简单的mysql操作方法-linux environment database operation, you can learn simple methods of operation mysql
- 2022-05-13 19:08:56下载
- 积分:1
-
LFS中文文档6.4最新版,内附编译所需的软件包下载列表
LFS中文文档6.4最新版,内附编译所需的软件包下载列表-6.4 the latest version of LFS Chinese documents, enclosing the required packages to compile a list to download
- 2022-03-17 19:42:55下载
- 积分:1
-
Unix/Linux下转换用户ID的su程序源码
Unix/Linux下转换用户ID的su程序源码-Unix/Linux transforms user ID the su procedure source code
- 2022-05-29 07:38:39下载
- 积分:1
-
linux 编程中非常重要的信号之间通信机制的实例源代码 内容很多 讲的比较详细...
linux 编程中非常重要的信号之间通信机制的实例源代码 内容很多 讲的比较详细-linux programming signals are very important communication mechanism between the instances of the source code a lot of talk in more detail the contents of
- 2023-03-05 10:25:03下载
- 积分:1
-
linux编程技巧及实例
linux编程技巧及实例--轻松学linux-linux
- 2022-03-04 18:56:14下载
- 积分:1
-
一个简单的shell,实现4个功能:
(1)cd
(2)pwd
(3)pid
(4)logout
一个简单的shell,实现4个功能:
(1)cd
(2)pwd
(3)pid
(4)logout-a simple shell, achieving four functions : (a) cd (2) pwd (3) pid (4) logout
- 2023-01-20 06:30:03下载
- 积分:1
-
signal through the volume control mechanism for the process of synchronization a...
奇偶哲学家通过信号量机制控制进程的同步和互斥访问临街区域,保证正常执行!-signal through the volume control mechanism for the process of synchronization and mutex visit to the region along the street to ensure normal execution!
- 2022-06-15 06:05:59下载
- 积分:1
-
Linux内核完全注释,对Linux早期操作系统内核(v0.11全部代码文件进行了详细的注释...
Linux内核完全注释,对Linux早期操作系统内核(v0.11全部代码文件进行了详细的注释-Linux kernel totally Notes of the early Linux kernel (v0.11 all the code files for a detailed comment
- 2022-07-25 06:38:41下载
- 积分:1
-
//初始化
if(initscr() == NULL) {
perror("initcurs")
exit(EXIT_FAILUR...
//初始化
if(initscr() == NULL) {
perror("initcurs")
exit(EXIT_FAILURE)
}
cbreak()
noecho()
keypad(stdscr, TRUE)
//建立菜单项
for(i=0 i
- 2022-04-02 11:01:45下载
- 积分:1
-
mini_httpd是一个小的HTTP服务器。它的性能不是很好,但对低或…
mini_httpd is a small HTTP server. Its performance is not great, but for low or medium traffic sites it s quite adequate. It implements all the basic features of an HTTP server, including:
GET, HEAD, and POST methods.
CGI.
Basic authentication.
Security against ".." filename snooping.
The common MIME types.
Trailing-slash redirection.
index.html, index.htm, index.cgi
Directory listings.
Multihoming / virtual hosting.
Standard logging.
Custom error pages.-mini_httpd is a small HTTP server. Its performance is not great, but for low or medium traffic sites it s quite adequate. It implements all the basic features of an HTTP server, including:
GET, HEAD, and POST methods.
CGI.
Basic authentication.
Security against ".." filename snooping.
The common MIME types.
Trailing-slash redirection.
index.html, index.htm, index.cgi
Directory listings.
Multihoming/virtual hosting.
Standard logging.
Custom error pages.
- 2023-07-16 21:20:03下载
- 积分:1