码迷,mamicode.com
首页 >  
搜索关键字:client 10g    ( 15239个结果
填坑系列之OpenFeign
前提 在fallback时,发现重复注册了两次同一uri,报错: Invocation of init method failed; nested exception is java.lang.IllegalStateException: Ambiguous mapping. Cannot map ...
分类:其他好文   时间:2020-12-16 12:42:34    阅读次数:2
[antd] Select标签设置默认值不展示
1 <FormItem 2 className={style.client} 3 name="client" 4 rules={[{ required: false }]} 5 label={ 6 <div className={style.label}> 7 <span>label</span>{ ...
分类:其他好文   时间:2020-12-16 11:42:08    阅读次数:3
4.4 TCP服务器通信
本节我们使用开发板建立一个 tcp 客户端,再去连接指定地址和端口的 tcp 服务端并进行数据通信。打开宏定义 DEMO_SOCKET_CLIENT_SERVER、DEMO_CONNECT_NET; 在开发板连网成功后,创建TCP 服务连接。 static int create_socket_ser ...
分类:其他好文   时间:2020-12-15 12:09:43    阅读次数:2
springboot使用rest-high-level-client集成elasticsearch 7.5.1
springboot使用rest-high-level-client集成elasticsearch 7.5.1 添加pom <!--elasticsearch--> <dependency> <groupId>org.elasticsearch.client</groupId> <artifactI ...
分类:编程语言   时间:2020-12-14 13:38:18    阅读次数:4
nginx 超时相关配置
nginx 与超时相关配置 1. 长链接超时 keepalive 语法: keepalive_timeout timeout [ header_timeout ] 默认值:75s 上下文: http server location 说明: (1)第一个参数指定了与 client 的 keep-ali ...
分类:其他好文   时间:2020-12-14 13:33:18    阅读次数:3
Mysql
下载安装mysql https://www.runoob.com/mysql/mysql-install.html 下载的压缩包解压后,在目录里添加配置文件 [client] # 设置mysql客户端默认字符集 default-character-set=utf8 [mysqld] # 设置3306 ...
分类:数据库   时间:2020-12-14 13:17:32    阅读次数:10
springcloud(一)-Eureka&Ribbon
架构演变 远程服务调用方式 Eureka Ribbon ## 架构演变(了解) 集中式 特点:所有功能代码都在一个项目中 应用场景:访问量不太大的小项目 优点:开发、部署比较简单方便 缺点:修改代码,需要对整个项目进行打包部署,相对比较麻烦 垂直拆分 特点:根据功能把项目拆分成一个个单独的系统,系统 ...
分类:编程语言   时间:2020-12-14 12:59:04    阅读次数:4
ubuntu 下连接VMware Horzon Client无法连接
1,输入ip地址提示错误 2,在file--Preferences,修改Warn before connecting to untrusted servers 为“Do not verify server identity cerfificates” ...
分类:系统相关   时间:2020-12-14 12:48:54    阅读次数:5
Linux系统中CTG的安装,应用程序开发以及调试
准备 1)CICS Transaction Gateway for Multiplatforms, CICS Transaction Gateway Desktop Edition 和 CICS Universal Client 三个产品同一时间只能安装一个。 若已安装某一版本,需要安装其他版本,需 ...
分类:系统相关   时间:2020-12-11 11:46:40    阅读次数:15
Java 二维码生成
import com.google.zxing.BarcodeFormat; import com.google.zxing.EncodeHintType; import com.google.zxing.WriterException; import com.google.zxing.client ...
分类:编程语言   时间:2020-12-10 10:53:07    阅读次数:4
15239条   上一页 1 ... 23 24 25 26 27 ... 1524 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!