一、keepalived的作用 1、短连接:客户端连接上服务端,然后结束请求后,由客户端或者服务端进行http连接的关闭。下次再发送请求的时候,客户端再发起一个连接,传送数据,关闭连接。 2、长连接:客户端发送connection:keep-alive头给服务端,且服务端也接受这个keep-aliv ...
分类:
Web程序 时间:
2021-02-20 12:12:43
阅读次数:
0
今天新建一个spring web项目,发现报错了。问题如下。 排除了网络问题,找到了解决办法。打开设置,点击check connection 输入 https://start.spring.io 点击OK 成功创建 ...
分类:
编程语言 时间:
2021-02-19 13:37:10
阅读次数:
0
前言 之前unity5.x在代码中写了debug.log..等等,打包之后在当前程序文件夹下会有个对应的"outlog.txt",2017之后这个文件被移到C盘用户Appdata/LocalLow/公司名 文件夹下面。觉得不方便就自己写了个 代码 using UnityEngine; using S ...
分类:
编程语言 时间:
2021-02-19 13:03:23
阅读次数:
0
Google Cloud Platform https://cloud.google.com/icons/ Azure https://docs.microsoft.com/en-us/azure/architecture/icons/ CISCO http://www.cisco.com/web/ ...
分类:
其他好文 时间:
2021-02-19 12:57:52
阅读次数:
0
编辑环境 打开Project Settings(Edit->Project Settings)。 在Editor配置中可以设置预制体编辑环境 Regular Environment配置的场景就是编辑预制体的场景。使用编辑环境的好处时,在编辑预制体时,Unity会自动帮我们把当前编辑的预制体加载到对应 ...
分类:
其他好文 时间:
2021-02-18 13:36:06
阅读次数:
0
1、背景: 启动MariaDB服务,通过python远程访问数据库失败,查询MariaDB日志(systemctl status mariadb)报错信息为: user: 'unauthenticated' host: '192.168.1.8' (This connection closed no ...
分类:
数据库 时间:
2021-02-17 14:04:16
阅读次数:
0
The connection to the server 192.168.1.11:6443 was refused - did you specify the right host or port? 怀疑是不是kubelet挂了,检查 [root@master1 prometheus]# syst ...
分类:
移动开发 时间:
2021-02-16 12:26:05
阅读次数:
0
从命令提示窗口中选择MySQL数据库 语法:USE 数据库名; 使用PHP脚本选择MySQL数据库 语法:mysqli_select_db(connection,dbname); 规定要使用的MySQL连接(必须) 规定要使用的默认数据库(必须) 举个例子 <?php header("content ...
分类:
数据库 时间:
2021-02-15 12:19:21
阅读次数:
0
删除数据库 语法:DROP DATABASE 数据库名; 使用mysqladmin删除数据库 mysqladmin -u root -p drop bird 使用PHP脚本删除数据库 语法:mysqli_query(connection,query,resultmode); connection 规 ...
分类:
数据库 时间:
2021-02-15 12:16:23
阅读次数:
0
struct drm_mode_config 模式配置控制结构体。 定义 struct drm_mode_config { struct mutex mutex; struct drm_modeset_lock connection_mutex; struct drm_modeset_acquire ...
分类:
其他好文 时间:
2021-02-15 12:16:04
阅读次数:
0