摘要:
Influxdb配置文件详解 influxdb.conf 转载:https://www.cnblogs.com/guyeshanrenshiwoshifu/p/9188368.html 官方介绍:https://docs.influxdata.com/influxdb/v1.2/administra 阅读全文
摘要:
Influxdb配置文件详解 influxdb.conf 转载:https://www.cnblogs.com/guyeshanrenshiwoshifu/p/9188368.html 官方介绍:https://docs.influxdata.com/influxdb/v1.2/administra 阅读全文
摘要:
MongoDB数据库备份与还原、单表的导入导出 转载地址:https://www.cnblogs.com/dingjiaoyang/p/9663205.html MongoDB备份与恢复 1、MongoDB数据库备份 1、语法: mongodump -h dbhost -d dbname -o db 阅读全文
摘要:
基础指令: influx 打开influxdb命令行控制工具。 显示当拥有哪些数据库 show databases 转载地址:https://blog.csdn.net/qq_37674858/article/details/85759126 //*** 备份 influxd backup -por 阅读全文
摘要:
git commit --amend 修改上一次保存的commit pkill node 清除系统内所有node进程 ps aux | grep node* 查询所有进程内 node进程信息 阅读全文
摘要:
输入个人信息(代码提交者) git config --global user.name "xxxx" git config --global user.email xxxxx@qq.com 初始化项目 git init 设置远程地址 git remote add origin https://git 阅读全文
摘要:
TypeScripte 面向对象基础: 从零开始的TypeScript面向对象RPG : 非常生动的讲解了: 阅读全文
摘要:
内容来源:https://note.youdao.com/ynoteshare1/index.html?id=776f1157d5c60111f17614203198c055&type=note#/ 终端有一个好的配色,不仅能保护自己的眼睛,也能给人一个好心情,本配色方案适合任意一种SSH客户端软件 阅读全文
摘要:
1.JWT JSON WEB TOKEN. 服务器用来生成token。做服务器用来做用户认证 阅读全文
摘要:
1.不让padding影响整个div的实际宽度 所以要设置css属性: box-sizing:box-sizing 阅读全文
摘要:
数据来源:https://blog.csdn.net/sinat_36539161/article/details/81663971 先看看页面整体布局:· wrap 弹性布局,分 head、main;· head 弹性布局,分 h2、i ;问题:head 高度塌陷。高 32px,变成:24.03p 阅读全文
|