import("fmt""github.com/aliyun/alibaba-cloud-sdk-go/services/ecs""time")client,_:=ecs.NewClientWithAccessKey("cn-beijing","11111111111111","222222222222222222222")request:=ecs.CreateDescribeInstancesR
分类:
其他好文 时间:
2020-12-17 12:20:22
阅读次数:
2
搭建时间服务器,客户端可在每天早晨的9:00整从ntp服务器更新自己的时间 搭建时间服务器 [root@bogon ~]# getenforce # 查看 selinux 状态 [root@bogon ~]# systemctl status firewalld # 查看防火墙状态 [root@bo ...
分类:
其他好文 时间:
2020-12-16 12:47:27
阅读次数:
2
前提 在fallback时,发现重复注册了两次同一uri,报错: Invocation of init method failed; nested exception is java.lang.IllegalStateException: Ambiguous mapping. Cannot map ...
分类:
其他好文 时间:
2020-12-16 12:42:34
阅读次数:
2
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
本节我们使用开发板建立一个 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 添加pom <!--elasticsearch--> <dependency> <groupId>org.elasticsearch.client</groupId> <artifactI ...
分类:
编程语言 时间:
2020-12-14 13:38:18
阅读次数:
4
nginx 与超时相关配置 1. 长链接超时 keepalive 语法: keepalive_timeout timeout [ header_timeout ] 默认值:75s 上下文: http server location 说明: (1)第一个参数指定了与 client 的 keep-ali ...
分类:
其他好文 时间:
2020-12-14 13:33:18
阅读次数:
3
下载安装mysql https://www.runoob.com/mysql/mysql-install.html 下载的压缩包解压后,在目录里添加配置文件 [client] # 设置mysql客户端默认字符集 default-character-set=utf8 [mysqld] # 设置3306 ...
分类:
数据库 时间:
2020-12-14 13:17:32
阅读次数:
10
架构演变 远程服务调用方式 Eureka Ribbon ## 架构演变(了解) 集中式 特点:所有功能代码都在一个项目中 应用场景:访问量不太大的小项目 优点:开发、部署比较简单方便 缺点:修改代码,需要对整个项目进行打包部署,相对比较麻烦 垂直拆分 特点:根据功能把项目拆分成一个个单独的系统,系统 ...
分类:
编程语言 时间:
2020-12-14 12:59:04
阅读次数:
4
1,输入ip地址提示错误 2,在file--Preferences,修改Warn before connecting to untrusted servers 为“Do not verify server identity cerfificates” ...
分类:
系统相关 时间:
2020-12-14 12:48:54
阅读次数:
5