摘要:
###获取参数 向shell脚本传递数据的最基本方式是使用命令行参数。 linux执行命令:./init.sh a b c d 代码: #! /bin/sh echo "参数1:"$1 echo "参数2:"$2 echo "参数个数:"$# 读取输入参数 读取输入的参数的变量为位置参数,位置参数通 阅读全文
摘要:
报错信息: PHP Warning: Packets out of order. Expected 1 received 56. Packet size=3420216 in /data/bogiang/test/EC/swoole_process.php on line 62 Warning: P 阅读全文