码迷,mamicode.com
首页 >  
搜索关键字:setting    ( 5158个结果
2.gitlab-ci 集成gitlab-runner 实现自动化部署
1.添加官方的GitLab存储库 1 curl -L "https://packages.gitlab.com/install/repositories/runner/gitlab-runner/script.rpm.sh" | sudo bash 2.安装 1 export GITLAB_RUNN ...
分类:其他好文   时间:2021-06-02 10:56:12    阅读次数:0
Convert FSE2 - Financial Statement Maintenance to Current Settings
Skip to end of metadata Go to start of metadata The procedure to convert FSE2 from an IMG activity to a user transaction/current setting is outlined i ...
分类:其他好文   时间:2021-05-25 18:34:50    阅读次数:0
logstash报错如下:Validation Failed: 1: this action would add [2] total shards, but this cluster currently has [999]/[1000] maximum shards open
超过最大分片引起的,在es机器上执行:curl -XPUT -H "Content-Type:application/json" -d '{"persistent":{"cluster":{"max_shards_per_node":10000}}}' 'http://es-host:9200/_c ...
分类:其他好文   时间:2021-05-25 17:41:51    阅读次数:0
chattr: Operation not permitted while setting flags on file 问题解决
前言 之前在利用docker 2375端口漏洞的时候,写公钥发现没有权限,检查后发现其被chattr锁定了 当使用chattr命令去解锁时,就出现了这个问题 chattr: Operation not permitted while setting flags on file 解决方案 chattr ...
分类:其他好文   时间:2021-05-24 13:37:55    阅读次数:0
Django关于数据库的对接操作
对近期的数据库配置进行一个记录,方便我以后查阅。 我的Django项目配备的是Mysql的数据库,平时使用的工具是VS Code,推荐安装Mysql插件,效果不错: 下面是在项目的setting.py中配置的Mysql连接数据: DATABASES = { 'default': { 'ENGINE' ...
分类:数据库   时间:2021-05-24 09:06:47    阅读次数:0
ismart刷题刷口语刷时长刷分数插件分享
一、插件介绍: ismart刷题刷口语刷时长刷分数插件,可以轻松自动刷题、刷时长。支持ismart题目 、新编实用英语(第五版)综合教程、大学英语视听说、大学体验英语(第四版)听说教程、基础英语视听说、点击职业英语。 二、插件功能: 1、刷完后单元进度为100% 2、单元成绩基本为98-100分 3 ...
分类:其他好文   时间:2021-05-24 09:01:55    阅读次数:0
07-快速找到TPS瓶颈点
1、对一个基本的请求做并发测试,看是否能达到tps=1000,或者找到tps拐点 2、设置线程数为1,循环数为1,查看Throught为多少(假如是170),计算下如果想要达到1000的话大概需要多少线程数,1000/170,大约为6 3、将线程数设置为6,对请求加一个Throught shapin ...
分类:其他好文   时间:2021-05-24 05:19:55    阅读次数:0
IDEA开启热部署功能
1、【file】==》【settings】==》【build,execution,deployment】==》【compiler】==》勾选【build project automatically】。 2、【ctrl+shift+a】==》【actions】==》【registry】==》勾选【co ...
分类:其他好文   时间:2021-05-04 15:26:55    阅读次数:0
[AWS DA Guru] S3
S3 File Size Single S3 Object can range in size from 0 bytes to 5TB Largest object that can be uploaded in a single PUT request is 5GB For Objects lar ...
分类:其他好文   时间:2021-05-03 12:56:01    阅读次数:0
请求与响应格式配置
配置响应格式 在setting中配置 REST_FRAMEWORK = { 'DEFAULT_RENDERER_CLASSES': ( # 默认响应渲染类 'rest_framework.renderers.JSONRenderer', # json渲染器 'rest_framework.rende ...
分类:其他好文   时间:2021-04-30 12:35:53    阅读次数:0
5158条   上一页 1 2 3 4 5 ... 516 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!