上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 58 下一页
摘要: https://www.cnblogs.com/Dominic-Ji/articles/11660113.html export GO111MODULE=on export GOPROXY=https://goproxy.cn 阅读全文
posted @ 2020-07-08 23:50 agang_19 阅读(198) 评论(0) 推荐(0) 编辑
摘要: https://luanlengli.github.io/2019/05/01/Prometheus%E6%90%AD%E5%BB%BA%E7%AE%80%E5%8D%95%E7%9A%84%E7%9B%91%E6%8E%A7%E5%91%8A%E8%AD%A6%E7%B3%BB%E7%BB%9F. 阅读全文
posted @ 2020-07-06 19:03 agang_19 阅读(135) 评论(0) 推荐(0) 编辑
摘要: https://yunlzheng.gitbook.io/prometheus-book/parti-prometheus-ji-chu/quickstart/prometheus-job-and-instance 阅读全文
posted @ 2020-07-02 11:21 agang_19 阅读(111) 评论(0) 推荐(0) 编辑
摘要: package main import "fmt" func main() { fmt.Println("helloe world") } go build go run xxx.go var ( name string age int ) func main() { name = "lilei" 阅读全文
posted @ 2020-06-25 12:18 agang_19 阅读(116) 评论(0) 推荐(0) 编辑
摘要: 安装htpasswd htpasswd是Apache密码生成工具,Nginx支持auth_basic认证,因此我门可以将生成的密码用于Nginx中,输入一行命令即可安装:yum -y install httpd-tools ,参数如下: htpasswd -c ./passwd username s 阅读全文
posted @ 2020-06-23 17:57 agang_19 阅读(136) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2020-06-17 23:30 agang_19 阅读(99) 评论(0) 推荐(0) 编辑
摘要: https://www.jianshu.com/p/42e11515c10f 阅读全文
posted @ 2020-06-16 15:28 agang_19 阅读(130) 评论(0) 推荐(0) 编辑
摘要: https://cli.vuejs.org/zh/guide/mode-and-env.html 阅读全文
posted @ 2020-06-16 15:14 agang_19 阅读(84) 评论(0) 推荐(0) 编辑
摘要: 官方解释:process 对象是一个 global (全局变量),提供有关信息,控制当前 Node.js 进程。作为一个对象,它对于 Node.js 应用程序始终是可用的,故无需使用 require()。 process(进程)其实就是存在nodejs中的一个全局变量。然后呢,咱们可以通过这个所谓的 阅读全文
posted @ 2020-06-16 11:50 agang_19 阅读(920) 评论(0) 推荐(0) 编辑
摘要: npm scripts 使用指南 作者: 阮一峰 日期: 2016年10月11日 Node 开发离不开 npm,而脚本功能是 npm 最强大、最常用的功能之一。 本文介绍如何使用 npm 脚本(npm scripts)。 一、什么是 npm 脚本? npm 允许在package.json文件里面,使 阅读全文
posted @ 2020-06-16 11:43 agang_19 阅读(196) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 58 下一页