240 发简信
IP属地:山东
  • Shell中 exit 0,exit 1 的区别

    exit(0):正常运行程序并退出程序 exit(1):非正常运行导致退出程序 exit 0 可以告知你的程序的使用者:你的程序是正常结束的。如果 exit 非 0 值,那么...

  • Shell 中的$0,$n,$*,$#,$$,$?,$-,$@值代表什么含义?

    $0 这个脚本/程序的执行名字 $n 这个脚本/程序的第n个参数值,n=1..9 $* 这个脚本/程序的所有参数,此选项参数可超过9个。 $# 这个脚本/程序的参数个数 $$...

  • Shell 中 [-eq] [-ne] [-gt] [-lt] [-ge] [-le]

    -eq // 等于 -ne // 不等于 -gt // 大于(greater ) -lt // 小于 (less) -ge // 大于等于 -l...

  • 120
    PostMan: Self-signed SSL certificates are being blocked

    打开 PostMan > settings > Gennal > 关闭 SSL certificates verification