码迷,mamicode.com
首页 >  
搜索关键字:timeout    ( 4015个结果
Ubuntu
进入grub引导界面 #GRUB_TIMEOUT_SYTLE=hidden GRUB_TIMEOUT=10 GRUB_CMDLINE_LINUX_DEFAULT="text" update-grub bionic: windows subsystem linux /etc/apt/sources.l ...
分类:系统相关   时间:2021-05-24 02:44:03    阅读次数:0
JavaScript 定时函数【setInterval()】
相当于sleep 1秒 setTimeout(function () { console.log('我被调用了'); setTimeout(arguments.callee, 1000); }, 1000); 相当于sleep 1秒 【程序不会挂住,直接运行接下来的代码】 setInterval(f ...
分类:编程语言   时间:2021-05-04 15:35:41    阅读次数:0
SpringBoot 整合 redis 实现 token 验证
SpringBoot 整合 redis 实现 token 验证 在上一节中,实现了 SpringBoot + redis 的整合,因此在这里只列出必要部分的 redis 代码。 1、Redis 依赖 <!-- redis --> <dependency> <groupId>org.springfra ...
分类:编程语言   时间:2021-05-03 12:03:59    阅读次数:0
⑨.tomcat性能优化
压力测试工具 jmeter http stree 硬件测试 mysqlslap 数据库压力测试工具 ####tomcat配置参数优化 #####1.注释8009 <!-- <Connector protocol="AJP/1.3" address="::1" port="8009" redirect ...
分类:其他好文   时间:2021-04-30 12:13:59    阅读次数:0
PL/SQL基础
1. 概述 1.1 SQL Developer安装 见安装文件 1.2 PL/SQL的作用和第一个PL/SQL程序 -- 给员工涨工资 -- 总裁涨1000 -- 经理涨800 -- 其他员工涨400 plsql的作用: 操作oracle数据库效率最高 为后面存储过程打基础 -- 打印 hello ...
分类:数据库   时间:2021-04-29 11:40:35    阅读次数:0
keepalived+lvs
配置lvs-dr环境 master配置文件 global_defs { notification_email { root@localhost } notification_email_from keeplived@localhost smtp_server 127.0.0.1 smtp_conne ...
分类:其他好文   时间:2021-04-27 14:56:45    阅读次数:0
keepalived-master-slave
Master配置 global_defs { notification_email { root@localhost } notification_email_from keeplived@localhost smtp_server 127.0.0.1 smtp_connect_timeout 30 ...
分类:其他好文   时间:2021-04-27 14:42:00    阅读次数:0
proxy_pass
proxy_set_header client_body_buffer_size proxy_connect_timeout 代理和real 的超时 proxy_send_timeout proxy_read_timeout proxy_buffer_size proxy_buffers ...
分类:其他好文   时间:2021-04-26 13:41:48    阅读次数:0
【Azure 应用服务】App Service/Azure Function的出站连接过多而引起了SNAT端口耗尽,导致一些新的请求出现超时错误(Timeout)
问题描述 当需要在应用中有大量的出站连接时候,就会涉及到SNAT(源地址网络转换)耗尽的问题。而通过Azure App Service/Function的默认监控指标图表中,却没有可以直接查看到SNAT是否耗尽的问题(可以间接参考App Service Plan级中Metrics的 Socket O ...
分类:移动开发   时间:2021-04-26 13:08:25    阅读次数:0
Centos7 yum命令异常报错Could not retrieve mirrorlist http://mirrorlist.centos.org
Loaded plugins: fastestmirror, langpacks Could not retrieve mirrorlist http://mirrorlist.centos.org/?release=7&arch=x86_64&repo=os&infra=stock error w ...
分类:Web程序   时间:2021-04-24 13:53:03    阅读次数:0
4015条   上一页 1 2 3 4 5 ... 402 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!