摘要: 案例1:变量、函数、判断、比较 test.sh [javascript] view plain copy #!/bin/bash echo this is a bash demo printf "%s is %d years old \n" zhengjinwei 23 declare count= 阅读全文
posted @ 2017-10-08 14:34 KOE 阅读(173) 评论(0) 推荐(0)
摘要: 2.Apache HTTPServer的安装从网上下载下来的Apache HTTPServer软件一般有两种形式:msi和zip。对于msi格式的安装包,正常安装即可,该安装方式会自行安装Apache HTTP Server服务(服务名称一般为apache)和Apache HTTP Server监控 阅读全文
posted @ 2017-10-08 14:27 KOE 阅读(185) 评论(0) 推荐(0)