1.自动部署反向代理 web nfs #!/usr/bin/python #-*- coding:utf-8 -*- #开发脚本自动部署及监控 #1.编写脚本自动部署反向代理.web.nfs: #!/bin/bash #检测安装nginx function detection_nginx(){ if [ -f /etc/nginx/nginx.conf ] #判断nginx文件是否存在 then echo 'nginx has been installed' exit else then yum…
~~~ include<stdio.h> include<stdlib.h> int main() { FILE*fp; int i=0,max=0,j=0,maxb=0; int b[10]; if((fp=fopen("D:\jiajia.txt","r+"))==NULL) { printf("File open error!\n"); exit(0); } for (i=0;i<10;i++) { fscan…
include <stdio.h> include <stdlib.h> int main (void) { FILE * fp; int a[10]; int max=0; int i; if ((fp=fopen("d:\lvyanfeng.txt","a+"))==NULL) { printf("File open error!\n"); exit(0); } for(i=0;i<5;i++) fscanf(f…
命令列表 A alias apt apt-get arp -n -s arping ab B bc basename bash -n -x bzip2 bunzip2 bzcat blkid brctl break C clock cal cd clear cat /etc/motd /etc/issue -A cp chown chgrp chmod chattr +i +a chpasswd chage chsh chfn cut curl case word in pat1);cmd1;;…