ECSE427/COMP310 (Revision 6) Page 1 of 7Programming Assignment #3: Mountable Simple File SystemDue date: Check My Courses`1. What is required as part ...
分类:
其他好文 时间:
2019-11-27 19:23:24
阅读次数:
65
log.c: #define _GNU_SOURCE #include <stdio.h> #include <stdlib.h> #include <string.h> #include <stdarg.h> #include <time.h> #include <unistd.h> #inclu ...
分类:
其他好文 时间:
2019-11-27 12:15:39
阅读次数:
85
Generating a new SSH key pair To generate a new SSH key pair, use the following command:Git Bash on Windows / GNU/Linux / macOS: The next step is to c ...
分类:
其他好文 时间:
2019-11-26 13:18:23
阅读次数:
72
2019年9月以来,不少因为非法使用“爬虫”技术,而使公司面临诉讼,程序猿被警察带走的新闻震惊了IT圈的小伙伴们! 我只是个写爬虫的,跟我有什么关系? 许多程序员都有这样的想法,技术是无罪的,我只是个打工的程序员,公司干违法的业务,跟我没关系。。。只能说,程序猿们真是图样图森破了。 看到那么多爬虫导 ...
分类:
其他好文 时间:
2019-11-25 18:21:32
阅读次数:
252
下载openresty 安装openresty 查看当前nginx的编译配置 如下所示,"configure arguments"就是编译nginx时的配置 编译openresty,把刚才的配置加到"configure"命令后方,如果需要使用lua也可以加上" with luajit" gmake即 ...
分类:
其他好文 时间:
2019-11-24 17:57:12
阅读次数:
84
主要原因是curl找不到openssl的路径,所以只要将openssl的路径添加到相应的变量中就可以了。 参考连接https://blog.csdn.net/RookieWutongshu/article/details/86728315 ...
分类:
Web程序 时间:
2019-11-23 16:40:02
阅读次数:
456
1. Install nginx 2. Edit nginx.conf nginx-http-flv-module-1.2.7/test/nginx.conf Reference example: 3. Startup nginx /usr/local/nginx/sbin/nginx -c /us ...
分类:
其他好文 时间:
2019-11-20 14:11:14
阅读次数:
92
一、标识符 Java对各种变量、方法和类等要素命名时使用的字符序列称为标识符。 凡是自己可以起名字的地方都叫标识符,都遵守标识符的规则 Java标识符命名规则: 标识符由字母、下划线“_”、美元符“$”或数字组成。 标识符应以字母、下划线、美元符开头。 Java标识符大小写敏刚,长度无限制。 约定俗 ...
分类:
其他好文 时间:
2019-11-19 14:14:01
阅读次数:
51
一、概述 1.1 Linux的历史 1.2 Linux 开发者 1.3 Linux发展历史 ~~~ Linux操作系统的诞生、发展和成长过程始终依赖着五个重要支柱:UNIX 操作系统、MINIX 操作系统、GNU计划、POSIX 标准和Internet 网络。 1984年,Andrew S.Tane ...
分类:
系统相关 时间:
2019-11-18 13:16:47
阅读次数:
103