摘要: 单选题 一. 单选题(共64题,100分) 1. (单选题)如果umask设置为022,新创建的文件的缺省权限是什么? A. \ w--w- B. \-w--w C. \r-xr-x D. \rw-r--r-- 我的答案: D:\rw-r--r--;正确答案: D:\rw-r--r--; 1.5分 阅读全文
posted @ 2024-05-28 13:58 zer0_h 阅读(512) 评论(0) 推荐(0)
摘要: #include <stdio.h> #include <stdlib.h> #include <ctype.h> #include <string.h> #include <time.h> #define OK 1 #define ERROR 0 typedef struct DualNode { 阅读全文
posted @ 2024-01-28 17:17 zer0_h 阅读(254) 评论(0) 推荐(0)
摘要: 抓包工具 HTTP协议基础 1.HTTP 教程:http://www.runoob.com/http/http-tutorial.html 2.HTTP协议详解:http://www.cnblogs.com/li0803/archive/2008/11/03/1324746.html 3.99% 的 阅读全文
posted @ 2024-01-23 17:23 zer0_h 阅读(129) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2023-12-28 15:30 zer0_h 阅读(8) 评论(0) 推荐(0)