码迷,mamicode.com
首页 >  
搜索关键字:heartbeat centos yum 脚本 安装    ( 273800个结果
脚本-oracle个人用户并行限制
生产库个人用户大量使用并行会导致数据库负载忽高忽低,频繁分析,浪费时间,且可能会出现大量直接路径读,影响数据库整体性能(此问题跟他们讲了也不听,不胜其烦) 之前写过使用resource_managed进行并行的限制,该方法适用于数据库体量较小,连接和用户数量少的库,大体量的库会有latch产生(这里 ...
分类:数据库   时间:2021-07-13 17:39:02    阅读次数:0
python xml 转换为json和,json转换为xml
安装 pip install xmltodict json 模块是python3内置模块,不需要安装 使用 #! /usr/bin/env python # -*- coding: utf-8 -*-# # # Name: demo # Author: yunhgu # Date: 2021/7/1 ...
分类:编程语言   时间:2021-07-12 18:24:23    阅读次数:0
Gin框架结合gorm实现mysql增删改查
1.Gin框架中mysql的连接 安装驱动(如安装go-gorm/mysql则不需引入): go get github.com/go-sql-driver/mysql 安装gorm: github.com地址: go get github.com/go-gorm/gorm go get github ...
分类:数据库   时间:2021-07-12 18:18:08    阅读次数:0
scrapyd+gerapy之爬虫部署
一、Linux上安装scrapyd 1. linux下安装python3 可参考我之前博文:https://www.cnblogs.com/Liu928011/p/14864190.html 2. 安装scrapyd并配置软链接 安装scrapyd:pip3 install scrapyd 配置软链 ...
分类:其他好文   时间:2021-07-12 18:17:10    阅读次数:0
modsecurity安装
Centos下nginx+Modsecurity安装:https://www.jianshu.com/p/93e310e12036https://www.oschina.net/p/modsecurity?hmsr=aladdin1e1http://www.modsecurity.cn/practi ...
分类:其他好文   时间:2021-07-12 18:05:16    阅读次数:0
Linux命令
linux基础命令 linux内核及发行版 linux内核是操作系统内部操作和控制硬件设备的核心程序。 linux发行版是linux内核与各种常用软件的组合产品,通俗的来说就是我们常说的linux操作系统。 常用的linux发行版: Ubuntu CentOS Redhat 通常说的linux是li ...
分类:系统相关   时间:2021-07-12 18:03:00    阅读次数:0
【projector】jetbrains使用服务器远程开发
有多重安装方式,这里以pip安装为例。目前已经支持中文输入法了。 参考:https://github.com/JetBrains/projector-installer (base) [root@Openwrt ~]# wget https://mirrors.bfsu.edu.cn/anacond ...
分类:其他好文   时间:2021-07-12 18:02:23    阅读次数:0
Cygwin安装器交互式bat自动调用脚本
@echo off set "PATH=%~dp0bin;%path%" echo. echo 当前配置 echo. bash --login -c "echo mirror=`apt-cyg mirror`;echo cache=`apt-cyg cache`;echo;apt-cyg proxy ...
分类:Windows程序   时间:2021-07-12 17:53:56    阅读次数:0
junit5|并行测试
一、需求背景 1、自动化测试:一个自动化测试脚本有成千上万条用例,每次执行的时间在小时级别,leader说为了能先于用户知道线上的问题,能否加快脚本的执行速度 2、功能测试:不使用jmeter等工具,使用junit5实现来测试接口是否存在线程安全以及分布式线程安全问题,是否有做幂等性处理 二、解决方 ...
分类:其他好文   时间:2021-07-12 17:52:37    阅读次数:0
安装kali Linux提示
从U盘安装Kali Linux 提示 The missing fireware files are:rtlwifi/rtl8723befw_36.bin rtlwifi/rtl8723befw.bin 镜像版本:kali-linux-2021-2-releas 解决方案:下载firmware-rea ...
分类:系统相关   时间:2021-07-12 17:51:07    阅读次数:0
273800条   上一页 1 ... 6 7 8 9 10 ... 27380 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!