码迷,mamicode.com
首页 >  
搜索关键字:nginx https    ( 155376个结果
nginx安装使用
nginx官网 windwos版本使用 linux版本使用 部署到windows的nginx上使用 windows下修改配置文件 ...
分类:其他好文   时间:2021-06-02 19:30:47    阅读次数:0
HTTP 和 HTTPS
HTTP (HyperText Transfer Protocol) 超文本运输协议,是实现网络通信的一种规范 在计算机和网络世界有,存在不同的协议,如广播协议、寻址协议、路由协议等等...... 而 HTTP 是一个传输协议,即将数据由 A 传到 B 或将 B 传输到 A,并且 A 与 B 之间能 ...
分类:Web程序   时间:2021-06-02 19:22:55    阅读次数:0
ubuntu 卡在waiting for unattended-upgr to exit的解决
https://blog.csdn.net/notacoder/article/details/102680465 https://blog.csdn.net/weixin_46233323/article/details/104871075 sudo rm /var/lib/apt/lists/l ...
分类:系统相关   时间:2021-06-02 19:09:24    阅读次数:0
git 错误:fatal: unable to access 'https://github.com/ultralytics/yolov5/': gnutls_handshake() failed: The TLS connection was non-properly terminated.
错误如图所示: 解决办法:将命令中的 https改为 git git clone git://github.com/ultralytics/yolov5 ...
分类:数据库   时间:2021-06-02 19:09:12    阅读次数:0
QT开源库
https://github.com/victronenergy/QsLog https://github.com/mkroening/qslog QsLog - the simple Qt logger QsLog is an easy to use logger that is based on ...
分类:其他好文   时间:2021-06-02 19:08:35    阅读次数:0
没有安装vs通过Rider编译Dll
#! https://zhuanlan.zhihu.com/p/376808640 没安装vs怎样生成dll? 比起VS那庞大的体积和编码效率,我还是更喜欢使用Rider(和VS的神级插件Resharper是同一家公司的产品),那么在没有安装VS的电脑上是否可以在命令行下把C#代码生成dll呢? 我 ...
分类:其他好文   时间:2021-06-02 19:07:06    阅读次数:0
abapGit
常见的abap代码备份及还原工具有:Mass Download; SAP Link和 abapGit https://docs.abapgit.org/guide-install.html 登陆语言请使用 EN 下载单机版本, 地址:https://raw.githubusercontent.com ...
分类:其他好文   时间:2021-06-02 19:05:31    阅读次数:0
redis 主从复制 及 集群
主从复制 Redis 的主从、哨兵架构:https://www.cnblogs.com/yufeng218/p/13443058.html 从 redis 5.0.0 开始 salveof 命令 由 replicaof 命令替换 如果在配置文件中 配置了 replicaof,如下: replicao ...
分类:其他好文   时间:2021-06-02 19:02:34    阅读次数:0
nginx---keepalive_timeout timeout,和上传限制
keepalive长连接 设定保持连接超时时长,0表示禁止长连接,默认为75s示例:在响应头显示此首部字段 在nginx的默认配置中写的是65 vim /etc/nginx/nginx.conf keepalive_timeout 65; 可以按照实际需求设置长短 一、对外显示keeplive值 1 ...
分类:Web程序   时间:2021-06-02 19:01:43    阅读次数:0
CentOS7安装mysql8
1、进入mysql官网,下载并安装mysql8的yum源 访问https://dev.mysql.com/downloads/repo/yum/ ,下载centos7对应的mysql yum源包并上传到centos7服务器 2. 安装mysql yum源包 # rpm -ivh mysql80-co ...
分类:数据库   时间:2021-06-02 18:58:59    阅读次数:0
155376条   上一页 1 ... 82 83 84 85 86 ... 15538 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!