上一页 1 2 3 4 5 6 7 8 ··· 41 下一页
摘要: curl 支持多种协议命令行工具,发出网络请求,然后得到和提取数据,显示在"标准输出"(stdout)。 常用命令 查看网页源码 curl <URL> 保存网页 curl --output <file-name> <URL> 或者 curl -o <file-name> <URL> 自动跳转 cur 阅读全文
posted @ 2020-07-13 23:59 Anliven 阅读(172) 评论(0) 推荐(0) 编辑
摘要: 1 - VS Code Remote Development 1.1 Documentation Remote - https://code.visualstudio.com/docs/remote/ Remote tutorials - https://code.visualstudio.com/ 阅读全文
posted @ 2020-07-13 23:19 Anliven 阅读(2158) 评论(0) 推荐(0) 编辑
摘要: 1 - Concourse简介 https://concourse-ci.org https://concourse-ci.org/examples.html https://concourse-ci.org/docs.html https://resource-types.concourse-ci 阅读全文
posted @ 2020-07-13 23:16 Anliven 阅读(1251) 评论(0) 推荐(0) 编辑
摘要: 1 - VS Code Home: https://code.visualstudio.com/ Documentation:https://code.visualstudio.com/docs API: https://code.visualstudio.com/api FAQ: https:// 阅读全文
posted @ 2020-07-11 23:15 Anliven 阅读(2915) 评论(0) 推荐(0) 编辑
摘要: Gradle简介 https://www.gradle.org https://docs.gradle.org https://gradle.org/guides/ Gradle是一个通用灵活的基于JVM构建工具,支持maven, Ivy仓库,支持传递性依赖管理 使用基于Groovy的特定领域语言( 阅读全文
posted @ 2020-07-11 00:01 Anliven 阅读(300) 评论(0) 推荐(0) 编辑
摘要: 1 - Groovy简介 基于JVM的轻量级动态类型语言。 在一些工具DSL, Gradle或是与Java的混合编程中用到,Jenkins中也大量用到,用于编写配置文件。 官网: http://www.groovy-lang.org/ 文档: http://www.groovy-lang.org/d 阅读全文
posted @ 2020-07-10 23:48 Anliven 阅读(1588) 评论(0) 推荐(0) 编辑
摘要: K3S https://k3s.io/ https://docs.rancher.cn/k3s/ https://rancher.com/docs/k3s/latest/en/ https://github.com/rancher/k3s https://github.com/rancher/k3s 阅读全文
posted @ 2020-07-09 23:43 Anliven 阅读(8649) 评论(0) 推荐(0) 编辑
摘要: 1 - 系统信息 anliven@anliven:~# sudo uname -a Linux anliven 5.3.0-45-generic #37~18.04.1-Ubuntu SMP Fri Mar 27 15:58:10 UTC 2020 x86_64 x86_64 x86_64 GNU/ 阅读全文
posted @ 2020-07-09 00:25 Anliven 阅读(708) 评论(0) 推荐(0) 编辑
摘要: set命令简介 使用内置命令set可以调试Shell脚本的指定部分。 set命令通过选项开关来设置shell的不同特性,每个特性都对应一个选项。 set -<Options> 直接启用指定选项 set +<Options> 直接停用指定选项 set -o <option-name> 通过选项名启用对 阅读全文
posted @ 2020-07-09 00:12 Anliven 阅读(6264) 评论(0) 推荐(0) 编辑
摘要: NPM简介 https://www.npmjs.com/ https://docs.npmjs.com/ https://docs.npmjs.com/getting-started/ https://docs.npmjs.com/packages-and-modules/ https://docs 阅读全文
posted @ 2020-01-03 23:08 Anliven 阅读(277) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 41 下一页