码迷,mamicode.com
首页 >  
搜索关键字:nginx web    ( 120535个结果
1Nginx部署
nginx有四个版本,开源nginx版,商业nginx plus版,淘宝tengine分支版,和openresty扩展板 其中商业版收费,淘宝版是阿里针对nginx的高并发二次开发的项目,而扩展版和淘宝版有着异曲同工之妙,个人感觉扩展板性能更强悍一些。 1使用dockerfile制作一个nginx扩 ...
分类:其他好文   时间:2021-01-18 11:24:15    阅读次数:0
Spring注解之@RestController与@Controller的区别
@RestController官方地址 https://docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/web/bind/annotation/RestController.html @Targ ...
分类:编程语言   时间:2021-01-18 11:09:53    阅读次数:0
Nginx设置反向代理内网服务器/内部端口
Nginx设置反向代理内网服务器/内部端口 by WEB全栈工程师 on 2015 年 07 月 26 日 Nginx 是一个很强大的高性能Web和反向代理服务器,它具有很多非常优越的特性,本次主要解决Nginx反向代理设置问题。假定有一台能正常访问的外网Nginx服务器A和一台内网Nginx服务器 ...
分类:其他好文   时间:2021-01-18 11:08:10    阅读次数:0
Java三大版本
Java三大版本(视频地址) write Once、 Run Anywhere JavaSE:标准版(桌面程序,控制台开发......) JavaME:嵌入式开发(手机,小家电......) JavaEE:企业级开发(web端,服务器开发......) ...
分类:编程语言   时间:2021-01-18 11:04:34    阅读次数:0
安装nginx报错
错误一:安装nginx报错“src/os/unix/ngx_user.c:26:7: error: ‘struct crypt_data’ has no member named ‘current_salt’” “src/os/unix/ngx_user.c:26:7: error: ‘struct ...
分类:其他好文   时间:2021-01-18 10:49:25    阅读次数:0
Cookie、Session、Token 的区别
首先我们来说一下认证(Authentication): 通俗的来说认证就是 验证当前用户的身份。例如,你上班打卡,为了防止你作弊,就需要你用到你的指纹来打卡,如果打卡系统里面的指纹和你的指纹匹配,那就打卡成功 这样就是通过你的指纹来证明是你本人打的卡。 在互联网中也是要进行认证的,在互联网的认证方式 ...
分类:其他好文   时间:2021-01-18 10:46:35    阅读次数:0
nginx - fastcgi param
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;#脚本文件请求的路径 fastcgi_param QUERY_STRING $query_string; #请求的参数;如?app=123 fastcgi_param R ...
分类:其他好文   时间:2021-01-18 10:38:12    阅读次数:0
nginx 之nginx.conf 配置说明
user nginx; #使用linux用户分组执行nginx worker_processes 4;#nginx 启动后的进程数,通常跟服务器的内核挂钩 如:2核4进程 01 10 01 10; 4核2进程 0101 1010;worker_cpu_affinity 0001 0010 0100 ...
分类:其他好文   时间:2021-01-18 10:37:56    阅读次数:0
Nginx在make时报错[objs/Makefile:469: objs/src/core/ngx_murmurhash.o] Error
Nginx在make时报错[objs/Makefile:469: objs/src/core/ngx_murmurhash.o] Error 在安装目录下执行 vim obj/Markfile 把Makefile文件的-Werror去掉 重新执行make ...
分类:Web程序   时间:2021-01-16 12:06:29    阅读次数:0
redis实现禁止重复请求的切面小功能
场景:3秒时间内禁止重复提交! Controller: 伪代码 package com..aopCommit; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web. ...
分类:其他好文   时间:2021-01-16 11:57:58    阅读次数:0
120535条   上一页 1 ... 90 91 92 93 94 ... 12054 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!