IO复用:MariaDBPerconaDBweb:Nginx,LNMP,Memcached,tomcat,varnishwww.nginx.org官方站点Nginxpronouncedengine-xHTTP服务器反向代理:reverseproxy反向代理的协议httpmailnetcraft网站web市场占有率Nginx优势:高性能稳定性丰富的特性简单配置低资源消耗多进程模型进程切换阻塞状态不可
分类:
其他好文 时间:
2019-08-24 20:21:30
阅读次数:
84
nginx介绍 Nginx是俄罗斯人编写的十分轻量级的HTTP服务器,Nginx,它的发音为“engine X”,是一个高性能的HTTP和反向代理服务器,同时也是一个IMAP/POP3/SMTP 代理服务器。Nginx是由俄罗斯人 Igor Sysoev为俄罗斯访问量第二的 Rambler.ru站点 ...
分类:
Web程序 时间:
2019-08-24 15:38:42
阅读次数:
101
一、,基于 Larry Li 版汉化指南 修改 (以9-0-stable-zh分支为例) 源码安装汉化 推荐按照 gitlab-ce 源代码中 doc/install/installation.md 的内容手工安装 GitLab 中文版本。 相关修改只需要在 Clone the Source 步骤中 ...
分类:
其他好文 时间:
2019-08-24 11:44:04
阅读次数:
101
nginx部署 1. 安装依赖 2. 下载nginx源码包 3. 解压nginx 4. 编译 安装nginx 5. 启动nginx 6. 验证(进程,端口) ...
分类:
其他好文 时间:
2019-08-23 22:27:25
阅读次数:
117
centos7 关闭防火墙 systemctl stop firewalld systemctl disable firewalld centos6 关闭防火墙 service iptables stop chkconfig iptables off 关闭selinux安全机制 sed -i '7 ...
分类:
其他好文 时间:
2019-08-23 15:07:33
阅读次数:
134
本文将展示如果在CentOS7中源码安装python3.6.6,其中CentOS7版本为--CentOS Linux release 7.6.1810 (Core),系统安装类型为图形化安装 ...
分类:
编程语言 时间:
2019-08-22 18:45:17
阅读次数:
79
centos7 关闭防火墙 systemctl stop firewalld systemctl disable firewalld centos6 关闭防火墙 service iptables stop chkconfig iptables off 关闭selinux安全机制 sed -i '7 ...
分类:
其他好文 时间:
2019-08-22 13:15:52
阅读次数:
129
centos6.5下使用下面命令进行安装 直接将windows上的字体通过sftp工具上传linux服务器上 通过sftp上传到/root目录 拷贝字体到指定目录中 使用命令fc-list :lang=zh进行验证 ...
分类:
系统相关 时间:
2019-08-22 13:12:13
阅读次数:
149
20190822 先说一下,有4种方法(我知道的): 1.源码安装 2.python自带包管理器安装 3.外部包管理器安装 4.whl格式安装 1。源码安装 Python第三方库几乎都可以在github或者 pypi上找到源码。源码包格式大概有zip 、 tar.zip、 tar.bz2。解压这些包 ...
分类:
编程语言 时间:
2019-08-22 11:21:51
阅读次数:
110
mysql:大规模,高并发web服务器体系结构:MySQL复制,Nginx,LNMP,Memcached,Tomcat(java,servlet,集群),varnish(squid)NoSQL(redis,mongodb)mysql-bin.index:二进制日志文件索引文件MySQLReplicationMySQL主从复制逻辑架构
分类:
数据库 时间:
2019-08-21 18:58:49
阅读次数:
120