09 2021 档案

摘要:git config --global http.proxy http://192.168.1.2:7890 git config --global https.proxy https://192.168.1.2:7890 git config --global --unset http.proxy 阅读全文
posted @ 2021-09-15 15:45 simp00 阅读(394) 评论(0) 推荐(0)
摘要:main.sh #!/bin/sh CDIR=`pwd` INSTALLDIR=$CDIR/IVFireService if [ -d "$INSTALLDIR" ]; then echo "${INSTALLDIR} is exists" cd "$INSTALLDIR" echo "cd ${I 阅读全文
posted @ 2021-09-15 11:21 simp00 阅读(410) 评论(0) 推荐(0)
摘要:function changeColor(){ var color="#f00|bai#0f0|#00f|#880|#808|#088|green|blue|gray"; color=color.split("|"); var random_int = parseInt(Math.random()* 阅读全文
posted @ 2021-09-06 19:17 simp00 阅读(141) 评论(0) 推荐(0)