1、几个重要的快捷键 (1) Tab 命令补齐或文件补齐 vtas@vtas-computer:~$ ca[tab][tab] cal calibrate_ppa canberra-gtk-play capsh case catchsegv cautious-launcher calendar ca ...
分类:
系统相关 时间:
2020-01-21 00:40:55
阅读次数:
98
一.检查系统环境 1.查看系统版本 查看内核版本 2、检查是否安装过apache rpm -qa | grep httpd 或者: apachectl -v 或者: httpd -v 3、检查是否安装过Mysql service mysqld start 如果未被识别则没有安装 如果系统安装过,或者 ...
分类:
其他好文 时间:
2020-01-20 13:10:26
阅读次数:
86
Spark Streaming对实时数据流进行分析处理,源源不断的从数据源接收数据切割成一个个时间间隔进行处理; 流处理与批处理有明显区别,批处理中的数据有明显的边界、数据规模已知;而流处理数据流并没有边界,也未知数据规模; ...
分类:
其他好文 时间:
2020-01-19 22:12:37
阅读次数:
148
问题 G: AtCoDeer and Election Report 时间限制: 1 Sec 内存限制: 128 MB[提交] [状态] 题目描述 AtCoDeer the deer is seeing a quick report of election results on TV. Two ca ...
分类:
其他好文 时间:
2020-01-18 19:45:21
阅读次数:
120
C. Nice Garland You have a garland consisting of nn lamps. Each lamp is colored red, green or blue. The color of the ii-th lamp is si ('R', 'G' and 'B ...
分类:
其他好文 时间:
2020-01-18 16:29:37
阅读次数:
90
D. Diverse Garland You have a garland consisting of n lamps. Each lamp is colored red, green or blue. The color of the ii-th lamp is si('R', 'G' and ' ...
分类:
其他好文 时间:
2020-01-18 14:30:27
阅读次数:
92
LNMP环境搭建
LNMP架构和LAMP架构挺像的,只不过一个用的是Apach,一个用的是Nginx。LNMP就是Linux+Nginx+MySQL+PHP,Nginx和Apache一样都是web服务器。
有一点不同的是在LNMP结构里php会启动一个服务:php-fpm,而LANP中php只是作为... ...
分类:
其他好文 时间:
2020-01-17 19:00:55
阅读次数:
104
题目描述 给你 n 根火柴棍,你可以拼出多少个形如 “A+B=CA+B=C” 的等式?等式中的 A、B、C 是用火柴棍拼出的整数(若该数非零,则最高位不能是 0)。用火柴棍拼数字 0?9 的拼法如图所示: 注意: 加号与等号各自需要两根火柴棍 如果 A≠B ,则 A+B=C 与 B+A=C 视为不同 ...
分类:
其他好文 时间:
2020-01-15 23:14:38
阅读次数:
103
探究公钥、私钥、对称加密、非对称加密、hash加密、数字签名、数字证书、CA认证、https是什么,它们又解决了通信过程的哪些问题。 ...
分类:
Web程序 时间:
2020-01-15 19:22:19
阅读次数:
113
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=3183 Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others) Problem Descripti ...
分类:
移动开发 时间:
2020-01-15 14:15:48
阅读次数:
105