摘要: https://www.yiibai.com/jenkins/ https://blog.csdn.net/miss1181248983/article/details/82840006 https://www.cnblogs.com/landhu/p/7462221.html https://www.jianshu.com/p/932a4d9f78f8 https://www.jianshu.c 阅读全文
posted @ 2019-08-23 23:49 anobscureretreat 阅读(105) 评论(0) 推荐(0)
摘要: awk 方式 利用${#str}来获取字符串的长度 wc 方式(注意是包含换行符的) 参考: https://www.jb51.net/article/121290.htm 阅读全文
posted @ 2019-08-23 23:44 anobscureretreat 阅读(326) 评论(0) 推荐(0)
摘要: test.sh 输出 参考: https://www.jb51.net/article/121290.htm 阅读全文
posted @ 2019-08-23 23:35 anobscureretreat 阅读(1158) 评论(0) 推荐(0)
摘要: 输出 还可以写成 或者 参考: https://blog.csdn.net/u010003835/article/details/80750003 阅读全文
posted @ 2019-08-23 23:31 anobscureretreat 阅读(23056) 评论(0) 推荐(0)
摘要: default.yaml test.sh 输出 参考: https://www.cnblogs.com/chengmo/archive/2010/10/02/1841355.html 阅读全文
posted @ 2019-08-23 23:23 anobscureretreat 阅读(903) 评论(0) 推荐(0)
摘要: http://cdimage.ubuntu.com/ubuntukylin/releases/ 阅读全文
posted @ 2019-08-23 23:11 anobscureretreat 阅读(151) 评论(0) 推荐(0)
摘要: 参考: https://www.cnblogs.com/faithfu/p/9472817.html 阅读全文
posted @ 2019-08-23 23:10 anobscureretreat 阅读(226) 评论(0) 推荐(0)
摘要: 输出 参考: https://www.runoob.com/linux/linux-shell-variable.html 阅读全文
posted @ 2019-08-23 23:08 anobscureretreat 阅读(204) 评论(0) 推荐(0)
摘要: test.sh 输出 阅读全文
posted @ 2019-08-23 23:03 anobscureretreat 阅读(2011) 评论(0) 推荐(0)
摘要: test.sh: 输出 参考: https://www.runoob.com/linux/linux-shell-variable.html 阅读全文
posted @ 2019-08-23 23:01 anobscureretreat 阅读(447) 评论(0) 推荐(0)
摘要: test.sh 输出 参考: https://runoob.com/linux/linux-shell-variable.html 阅读全文
posted @ 2019-08-23 22:58 anobscureretreat 阅读(236) 评论(0) 推荐(0)
摘要: 参考: https://blog.csdn.net/bcfdsagbfcisbg/article/details/78603781 阅读全文
posted @ 2019-08-23 22:54 anobscureretreat 阅读(2144) 评论(0) 推荐(0)
摘要: 输出 参考: 阅读全文
posted @ 2019-08-23 22:40 anobscureretreat 阅读(5581) 评论(0) 推荐(0)
摘要: 使用CURL时,有两个超时时间:一个是连接超时时间,另一个是数据传输的最大允许时间。连接超时时间用--connect-timeout参数来指定,数据传输的最大允许时间用-m参数来指定。 连接超时的话,出错提示形如:curl: (28) connect() timed out!数据传输的最大允许时间超 阅读全文
posted @ 2019-08-23 21:58 anobscureretreat 阅读(16870) 评论(0) 推荐(0)
摘要: 项目地址 https://github.com/allure-framework/allure2/releases 安装文档 https://docs.qameta.io/allure/#_installing_a_commandline 下载 http://repo.maven.apache.or 阅读全文
posted @ 2019-08-23 14:53 anobscureretreat 阅读(349) 评论(0) 推荐(0)
摘要: [admin@localhost file]$ cat file hello 0 hello 1 hello 2 hello 3 hello 4 [admin@localhost file]$ cat test.sh #!/bin/bash while read line do echo 'buy '$line done < file >> file_b [admin@localhost file 阅读全文
posted @ 2019-08-23 01:13 anobscureretreat 阅读(1866) 评论(0) 推荐(0)
摘要: 使用.或者source api.sh test.sh 输出 阅读全文
posted @ 2019-08-23 00:58 anobscureretreat 阅读(136) 评论(0) 推荐(0)
摘要: test.sh 输出 阅读全文
posted @ 2019-08-23 00:52 anobscureretreat 阅读(3577) 评论(0) 推荐(0)