码迷,mamicode.com
首页 >  
搜索关键字:nginx http_proxy upstream stream    ( 36151个结果
阿里运程服务器 tomcat和nginx整合
服务器下安装nginx sudo apt-get install nginx nginx的文件配置 服务地址:/etc/init.d/nginx 配置地址:/etc/nginx/ 如:/etc/nginx/nginx.conf Web默认目录:/usr/share/nginx/http/ 如:usr ...
分类:其他好文   时间:2021-02-15 12:10:22    阅读次数:0
ASP.Net Core Web API使用Nginx部署
本文作为ASP.Net Core Web API学习的一部分,介绍了如何使用Nginx进行简单的负载配置。 1、将ASP.Net Core Web API项目发布到不同的服务器 例如,将项目发布到本地不同的文件夹中。 2、使用dotnet命令启动已发布的ASP.Net Core Web API服务 ...
分类:Windows程序   时间:2021-02-15 12:06:37    阅读次数:0
HTTP Content Type | HTTP Media Type
HTTP Content Type 文件扩展名 Content-Type 文件扩展名 Content-Type .* application/octet-stream .tif image/tiff .001 application/x-001 .301 application/x-301 .323 ...
分类:Web程序   时间:2021-02-10 13:19:44    阅读次数:0
IO流 - 未完 - 管道流和筛选流没写
IO流 JAVA流式输入/输出原理 ? 在Java程序中,对于数据的输入/输出操作以“流”(Stream)方式进行;J2SDK提供了各种各样的“流” 类,用以获取不同种类的数据:程序中通过标准的方法输入或输出数据。 读入写出 流是用来读写数据的 java有一个类叫File,它封装的是文件的文件名,只 ...
分类:其他好文   时间:2021-02-09 12:26:46    阅读次数:0
docker 相关
docker常用命令 docker 列出images docker images docker 镜像保存 nginx-fun 为镜像名字 docker commit -m "fun" 034b9f9528c4 nginx-fun docker 删除镜像 docker rmi 1d0ae87c852d ...
分类:其他好文   时间:2021-02-09 12:00:57    阅读次数:0
stream流,转set和map
package com.mayikt.stream; import com.mayikt.entity.UserEntity; import java.util.ArrayList; import java.util.List; import java.util.Map; import java.u ...
分类:其他好文   时间:2021-02-08 12:35:00    阅读次数:0
Trees on the level UVA - 122
Trees are fundamental in many branches of computer science (Pun definitely intended). Current stateof-the art parallel computers such as Thinking Mach ...
分类:其他好文   时间:2021-02-08 12:29:55    阅读次数:0
Nginx 配置 HTTPS 完整过程
配置站点使用 https,并且将 http 重定向至 https。 1. nginx 的 ssl 模块安装 查看 nginx 是否安装 http_ssl_module 模块。 $ /usr/local/nginx/sbin/nginx -V 1 如果出现 configure arguments: - ...
分类:Web程序   时间:2021-02-08 11:41:11    阅读次数:0
springboot+vue脚手架使用nginx前后端分离
1.vue配置 /** * * 相对于该配置的nginx服务器请参考nginx配置文件 * */ module.exports = { // 基本路径 publicPath: '/', // 输出文件目录 outputDir: 'dist', // webpack-dev-server 相关配置 d ...
分类:编程语言   时间:2021-02-08 11:40:26    阅读次数:0
离散化
1 #include<iostream> 2 #include<cstdio> 3 #include<cstdlib> 4 #include<algorithm> 5 using namespace std; 6 7 int n,tot,a[1010],c[1010]; 8 9 int main() ...
分类:其他好文   时间:2021-02-06 12:13:59    阅读次数:0
36151条   上一页 1 ... 36 37 38 39 40 ... 3616 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!