03 2020 档案

摘要:参考:https://www.jianshu.com/p/462013f18177 git clone https://gitee.com/swoole/swoole.git mv /swoole /usr/local phpize ./configure --with-php-config=/us 阅读全文
posted @ 2020-03-07 10:03 蜗牛使劲冲 阅读(11) 评论(0) 推荐(0)
摘要:参考:https://www.runoob.com/linux/linux-shell.html(菜鸟) #!/bin/bash :<<EOF 以下是测试的sh语法,注意=两边不能有空格 EOF #echo "nihao \c"后面的\c是不换行的意思 myName="wt123" #注意下面变量的 阅读全文
posted @ 2020-03-05 18:09 蜗牛使劲冲 阅读(11) 评论(0) 推荐(0)