我们写的 PVPC 的代码在 gitee 上可以下载:https://gitee.com/luyi07/pvpc.git 这里摘录一个脚本,用来自动做变分+投影,在最新的版本里会放在 example/run.sh 中,运行方法: bash run.sh #!/bin/bash nucleus=Cr4 ...
分类:
其他好文 时间:
2021-07-01 17:36:28
阅读次数:
0
#引言 在上一篇文章中1. Elasticsearch 入门安装与部署 已经教了大家如何在linux系统中安装和启动Elasticsearch,本文就带大家一起学习如何操作 Elasticsearch。 在Elasticsearch的bin目录中有一个可执行文件 elasticsearch-cli, ...
分类:
其他好文 时间:
2021-07-01 17:23:19
阅读次数:
0
#!/usr/bin/python # -*- coding: UTF-8 -*- # @auther gaocan 809900210@qq.com import sys import os import re import codecs ''' Codec: See Python`s Stand ...
分类:
其他好文 时间:
2021-07-01 17:19:46
阅读次数:
0
由此报错,可以看到是由于进程过多,资源限制住了,主要检查如下文件: 环境centos7.6 [root@rac02 ~]# cat /etc/security/limits.conf orgrid soft nproc 2047orgrid hard nproc 16384orgrid soft n ...
分类:
系统相关 时间:
2021-07-01 17:01:50
阅读次数:
0
1、当前集群状态 [kingbase@ECOLABAPP37 bin]$ ./repmgr cluster show ID | Name | Role | Status | Upstream | Location | Priority | Timeline | Connection string + ...
分类:
其他好文 时间:
2021-07-01 16:27:49
阅读次数:
0
一.Jmeter??GUI菜单栏主要组件 添加->threads->线程组(控制总体并发)线程组->添加-> Sampler(采样器)-> Http (?个线程组下?可以增加?个Sampler) bin:核?可执??件,包含配置jmeter.bat: windows启动?件(window系统?定要配 ...
分类:
编程语言 时间:
2021-06-30 18:40:02
阅读次数:
0
一、获取服务名 登陆 consul UI 平台, 找到我们对应的服务,他们服务在 consul 中的名称。 二、 脚本 注销基于的api: http://{}:{}/v1/agent/service/deregister/{} 注销脚本: #!/usr/bin/env python3 # -*- c ...
分类:
其他好文 时间:
2021-06-30 18:26:30
阅读次数:
0
#!/usr/bin/env bash __Author__="liy" # 发送钉钉告警 function DingDing(){ curl 'https://oapi.dingtalk.com/robot/send?access_token=xxxxxxxxxxxxxxxxxxxxxxxxxxx ...
分类:
其他好文 时间:
2021-06-30 18:14:38
阅读次数:
0
我下载了最新idea后发现添加新的svn地址打不开,总是报错,遂上网查了下mac关于idea svn的配置,发现是因为默认svn的路径配置不对的问题,只要把下面图片的 svn 改成 /Library/Developer/CommandLineTools/usr/bin/svn就可以了 改为 改完以后 ...
分类:
系统相关 时间:
2021-06-29 16:12:45
阅读次数:
0
ideavim插件配置 set scrolloff=3 " 3 lines above/below cursor when scrolling " 突出显示当前行 set cursorline " 在状态栏显示正在输入的命令 set showcmd " Emulated Plugins set su ...
分类:
系统相关 时间:
2021-06-29 16:11:42
阅读次数:
0