自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(6)
  • 收藏
  • 关注

转载 influxdb基本操作记录

1.概念InfluxDB里存储的数据被称为时间序列数据,InfluxDB存储方式跟传统关系型数据库不同的是:传统关系型数据库通过数据库+表+字段组织数据,InfluxDB通过指标、标签、字段组织数据,时间戳是默认的索引列,标签跟字段其实就相当于关系型数据库中的字段,只不过标签会被索引,而字段不会。(1)database:数据库(2)measurement:度量,相当于table;例如:cpu(3)tags:标签,相当于field,会被索引;例如:host(4)field:字段,不会被索引,.

2021-05-24 16:50:12 255

转载 Python flask使用GitHub自带的Actions脚本简单实现CI/CD

使用git自带的action脚本实现CI/CD先理解下CI/CD概念(CD有两种意思)CI:continuous integration,持续集成,属于开发人员的自动化流程,是一种软件工程流程, 是将所有软件工程师对于软件的工作副本持续集成到共享主线(mainline)的一种举措。CD:continuous delivery,持续交付,是一种软件工程手法,让软件产品的产出过程在一个短 周期内完成,以保证软件可以稳定、持续的保持在随时可以释出的状况。CD:continuous de.

2021-05-23 22:35:49 720 3

转载 py3 centos报错ModuleNotFoundError: No module named ‘MySQLdb‘

ref:https://github.com/PyMySQL/mysqlclient#linuxNote that this is a basic step. I can not support complete step for build for all environment. If you can see some error, you should fix it by yourself, or ask for support in some user forum. Don't file a

2021-05-23 21:15:20 267

转载 AttributeError: ‘function‘ object has no attribute ‘route‘

1. 比较隐蔽的一个问题,问题代码如下from app.settings import settings# the name settings refers to the blueprint imported above@settings.route('/a')def this_works(): ...# the name settings refers to the blueprint imported above@settings.route('/')def settin.

2021-05-22 23:46:56 1351

转载 elasticsearch集群简单登录配置

elasticsearch集群登录配置elasticsearch默认集群配置好是没有登录认证的,直接就进去了,包括kibana也是,这样不太安全,所以添加一个登录的过程网上有很多帖子说是在elasticsearch.yml配置下面这几种参数 http.cors.enabled: true http.cors.allow-origin: "*" http.cors.allow-headers: Authorization xpack.security.enabled: true xpac.

2021-05-14 16:46:16 718

转载 《Spring Boot in action》阅读笔记(1,2,3章节)

《Spring Boot in action》阅读笔记(1,2,3章节)中文名:Spring Boot实战英文名:Spring Boot in action作者:Craig Walls译者:丁雪丰出版社:人民邮电出版社2016年9月第1版随书源码:www.manning.com/books/spring-boot-in-action注:随书源码版本比较老,可以按自己的来2004年,Spring Framework 1.0正式发布Spring Boot: 部署、监控、度量等Spr.

2021-05-13 22:38:43 714

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除