centos7改时区
timedatectl set-timezone Asia/Shanghai
timedatectl set-timezone Asia/Shanghai
还有一点,就是安装完后,进入Windows发现时间慢了8小时: Windows解决方案(没尝试) 方… 继续阅读 linux双系统 进入Windows发现时间慢了8小时
docker安装: docker run -d -p 8086:8086 -v :/var/lib/… 继续阅读 influxdb快速安装
centos: wget https://dl.influxdata.com/telegraf/re… 继续阅读 telegraf快速安装
fatal error: openssl/aes.h: No such file or direct… 继续阅读 fatal error: openssl/aes.h: No such file or directory
#代理,防止以下操作超时 export http_proxy=’http://192.168.2.1… 继续阅读 ubuntu18.04快速安装zabbix-server 4.0
cp /etc/apt/sources.list /etc/apt/sources.list_122… 继续阅读 ubuntu18.04换阿里源
vim /etc/netplan/50-cloud-init.yaml # This file is… 继续阅读 ubuntu18.04设置静态IP
sudo apt-get install libsasl2-dev python-dev libld… 继续阅读 python-ldap fatal error: lber.h: No such file or directory
sudo apt-get install libsasl2-dev python-dev libld… 继续阅读 Modules/constants.h:7:18: error: lber.h: No such file or directory
https://github.com/open-falcon/falcon-plus/release… 继续阅读 open-falcon单机版安装
添加url的时候由于安装open-falcon版本的区别添加方式不同具体如下 v0.1版本: htt… 继续阅读 grafana增加open-falcon 0.2 数据源
Error: Cannot find module ‘are-we-there-yet’ at Fu… 继续阅读 Error: Cannot find module ‘are-we-there-yet’
/usr/lib/node_modules/npm/bin/npm-cli.js:85 let no… 继续阅读 let notifier = require(‘update-notifier’)({pkg})
ssl验证问题,使用下面的命令取消ssl验证即可解决 npm config set strict-s… 继续阅读 node npm install Error: CERT_UNTRUSTED
在传值前将字符串转换为html类型即可: c.HTML(http.StatusOK, “passwo… 继续阅读 gin不转义html标签
https://pan.baidu.com/s/1s-kiDdiBExLjn7aURKb6iA
可乐来到家里其实也是偶然。 有一天同事买了个金毛,回家跟先生说了一下,结果他就突然心血来潮非要养。两… 继续阅读 金毛可乐养成记
$ sudo rm /var/lib/apt/lists/lock $ sudo rm /var/l… 继续阅读 尝试不重装修复ubuntu系统
func PostJson(c *gin.Context) { data, err := iouti… 继续阅读 gin获取post中json