码迷,mamicode.com
首页 >  
搜索关键字:nginx https    ( 155376个结果
Linux下安装MongoDB
1、下载mongo wget https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-rhel70-4.2.1.tgz 2、解压 tar -zxvf mongodb-linux-x86_64-rhel70-4.2.1.tgz 3、移动。将解压完的m ...
分类:数据库   时间:2021-05-24 14:35:54    阅读次数:0
spring cloud gateway和nigix 路由转发时携带域名头信息
1.nigin添加一段配置 server { listen 80; # this is the key !!!!! proxy_set_header Host $host; location /client/pids { proxy_pass http://10.103.13.103:3200/cl ...
分类:编程语言   时间:2021-05-24 14:35:17    阅读次数:0
idea插件仓库连接不到网络
IDEA的插件中心连不上网 打开:设置-插件 选择:设置按钮-HTTP代理设置 勾选自动设置 输入 https://plugins.jetbrains.com/或者 http://127.0.0.1:1080 重启再次打开插件中心: 已经可以使用啦 ...
分类:其他好文   时间:2021-05-24 14:28:51    阅读次数:0
axios在IE9环境下报错Unhandled promise rejection TypeError: 无法获取未定义或 null 引用的属性“result“
原文链接 官方给的解释是:XMLHttpRequest.response只支持IE10+(https://msdn.microsoft.com/en-us/library/hh872881(v=vs.85).aspx)。 原因就清楚了,IE8-9没有这个字段,所以axios中的response.da ...
分类:移动开发   时间:2021-05-24 14:25:28    阅读次数:0
egg.js文件下载实现
多文件合并下载 依赖于 https://github.com/feross/multistream const streams = []; for (const file of files) { streams.push(fs.createReadStream(file)); } this.ctx. ...
分类:Web程序   时间:2021-05-24 14:10:30    阅读次数:0
GitHub常用操作
GitHub作为全球最大的同性交友网站,在我们日常工作中肯定是必不可少的! 这篇文章就介绍下GitHub常用的操作,让你更快的工作完成,下班回家~~~ 也可以参考这个博主写的入门github:https://juejin.cn/post/6844903924458078221 从小我的奶奶就跟我说过 ...
分类:其他好文   时间:2021-05-24 14:10:09    阅读次数:0
DCGAN的原理及Pytorch实现
follow this video: https://www.youtube.com/watch?v=IZtv9s_Wx9I paper: https://arxiv.org/pdf/1511.06434.pdf 与Simple GAN相比,loss部分是一样的,主要的不同在于结构,从全连接改成卷积 ...
分类:其他好文   时间:2021-05-24 14:04:47    阅读次数:0
如何在 CentOS 系统中安装和配置 nginx 服务? 原创
由于目前负责公司 DevOps 平台的前端开发工作的原因,工作中会经常遇到 nginx 服务器相关的维护工作,通过学习和工作实践积累了一些 nginx 服务器的相关配置经验和知识积累。 在之前的《前端性能优化 – 启用 GZip 压缩》一文中就给大家介绍过如何在 nginx 中开启 gzip。并且也 ...
分类:其他好文   时间:2021-05-24 14:01:55    阅读次数:0
安装pymysql报错 TypeError: 'encoding' is an invalid keyword argument for this function
安装pymysql报错: TypeError: 'encoding' is an invalid keyword argument for this function Command "python setup.py egg_info" failed with error code 1 in c:\ ...
分类:数据库   时间:2021-05-24 13:57:46    阅读次数:0
【解决】Teamcity VCS git-upload-pack not permitted on "https://xxxx.com/slankka.git/"
解决Teamcity VCS git-upload-pack not permitted on ...
分类:Web程序   时间:2021-05-24 13:51:18    阅读次数:0
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!