码迷,mamicode.com
首页 >  
搜索关键字:client    ( 15239个结果
springboot整合ElasticSearch
yml spring: data: elasticsearch: client: reactive: endpoints: 192.168.209.160:9200 connection-timeout: 10000#链接到es的超时时间,毫秒为单位,默认10秒(10000毫秒) socket-ti ...
分类:编程语言   时间:2021-01-28 12:03:55    阅读次数:0
解决springboot连接Redis出现 Redis exception; nested exception is io.lettuce.core.RedisException: java.io.IOException: 远程主机强迫关闭了
出现的场景 在springboot 连接redis的时候出现以下报错 2021-01-27 10:12:07.077 ERROR 4428 [nio-8004-exec-5] s.x.s.e.GlobalExceptionHandler : Redis exception; nested excep ...
分类:编程语言   时间:2021-01-28 11:39:51    阅读次数:0
分布式缓存
目录 背景 目前,在工作中用到的分布式缓存技术主要是redis和memcached两种 缓存的目的是为了在高并发系统中有效的降低DB数据库的压力 缓存服务器的选型和特点 1.memcache服务器 memcache服务器是没有集群概念的。所有的存储分发全部交给memcache client去做,这里 ...
分类:其他好文   时间:2021-01-27 14:00:46    阅读次数:0
tornado 连接 mysql 时,插入数据 解决必须输入 id 问题
可以设置mysql的id字段自动递增,方法如下:在 MySQL 8.0 Command Line Client 中操作 use 数据库名称 ALTER TABLE 数据库中的表名称 MODIFY id int NOT NULL AUTO_INCREMENT; 问题得以解决 ...
分类:数据库   时间:2021-01-27 13:57:27    阅读次数:0
Vsphere client和Vsphere web client中英文切换
使用命令行窗口,定位到vsphere的安装文件夹: C:\Program Files\Infrastructure\Virtual Infrastructure Client\Launcher>vpxclient -locale zh_CN 切换到中文 C:\Program Files\Infras ...
分类:Web程序   时间:2021-01-26 12:35:08    阅读次数:0
just a demo
<!-- demodemo.xml --><dependency> <groupId>org.apache.hadoop</groupId> <artifactId>hadoop-mapreduce-client-core</artifactId> <version>2.7.0</version> ...
分类:其他好文   时间:2021-01-26 12:23:58    阅读次数:0
go build get 问题处理
client.go:9:2: cannot find module providing package google.golang.org/grpc: working directory is not part of a module 因为开启mod模式了export GO111MODULE=aut ...
分类:其他好文   时间:2021-01-26 12:04:45    阅读次数:0
Linux-saltstack-1 saltstack的安装与基本配置
@ 一、环境介绍 系统版本 IP地址 主机名 角色 centos7.5 192.168.1.104 salt-master master centos7.5 192.168.1.105 salt-client client 环境说明: centos7.5默认的python环境是2.7版本。 官方说明 ...
分类:系统相关   时间:2021-01-26 12:01:22    阅读次数:0
Clickhouse 基本命令、复合数据类型、TTL、窗口函数以及Array Join
1、基本命令 select bar(number,0,4) from numbers(4); select now(); 数据导入:cat t.tsv| clickhouse-client --query "insert into t from tsv" 数据导出:clickhouse-client ...
分类:其他好文   时间:2021-01-25 10:52:34    阅读次数:0
winsocket tcp练习一
server端 unit ServerMainFormUnit; interface uses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, Vcl.C ...
分类:Windows程序   时间:2021-01-22 12:14:27    阅读次数:0
15239条   上一页 1 ... 18 19 20 21 22 ... 1524 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!