博客园不常在线

有问题联系微信

微信号

微信公众号

上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 22 下一页
摘要: 简介 Nginx是一个高性能的HTTP和反向代理web服务器,同时也提供了IMAP/POP3/SMTP服务。其特点是占有内存少,并发能力强,在同类型的网页服务器中表现较好。此外,Nginx也可以作为一个通用的TCP/UDP代理服务器。 Nginx是由伊戈尔·赛索耶夫为俄罗斯访问量第二的Rambler 阅读全文
posted @ 2023-07-27 20:58 Code技术分享 阅读(107) 评论(0) 推荐(0)
摘要: 目录MySQL工作模型及实例MySQL 客户端/服务器工作模型(C/S)服务端:实例MySQLd的程序结构MySQL的逻辑结构MySQL的物理存储结构MySQL基础管理用户管理权限管理连接管理初始化配置启动关闭多实例 MySQL工作模型及实例 MySQL 客户端/服务器工作模型(C/S) 1.本地s 阅读全文
posted @ 2023-07-27 20:49 Code技术分享 阅读(11) 评论(0) 推荐(0)
摘要: 一.安装nginx 网址:http://nginx.org/ 1.编辑和执行Shell脚本 vim nginx_start.sh yum install -y wget gcc gcc-c++ make pcre pcre-devel zlib zlib-devel openssl openssl- 阅读全文
posted @ 2020-12-27 02:55 Code技术分享 阅读(9) 评论(0) 推荐(0)
摘要: 目录Nodes:节点管理Cluster:集群管理Users:用户管理Access Control:访问控制Monitoring、Observability、Health Checks:监控、可观察性、健康检查Runtime Parameters、Policies:运行时参数、策略Virtual Ho 阅读全文
posted @ 2020-12-15 00:01 Code技术分享 阅读(68) 评论(0) 推荐(0)
摘要: 一.Windows环境下安装 1.erlang下载:https://www.erlang-solutions.com/resources/download.html 或者:https://www.erlang.org/downloads 2.rabbitmq-server下载:https://www 阅读全文
posted @ 2020-12-14 02:11 Code技术分享 阅读(92) 评论(0) 推荐(0)
摘要: 一.高级消息队列协议AMQP分析 常见的消息队列有:Kafka、ActiveMQ、RocketMQ、RabbitMQ RabbitMQ是基于Erlang语言写的 Rabbit其实是遵循AMQP协议的一个Etlang代码实现 常见的有Http协议、Telnet协议 二.AMQP 0-9-1 Compl 阅读全文
posted @ 2020-12-13 23:24 Code技术分享 阅读(25) 评论(0) 推荐(0)
摘要: 1.查看当前用户:who [root@centos-master test]# who root pts/1 2020-12-09 21:07 (120.227.29.88) root pts/2 2020-12-09 21:30 (120.227.29.88) [root@centos-maste 阅读全文
posted @ 2020-12-09 21:53 Code技术分享 阅读(12) 评论(0) 推荐(0)
摘要: 一.文件权限 1.查看当前登录用户:whoami [root@centos-master test]# whoami root 2.修改文件权限 chmod [who] [+|-|=] [mode] who: 文件所有者:u 文件所属组:g 其他人: o 所有的人: a 不写的话就是a +:添加权限 阅读全文
posted @ 2020-12-08 23:00 Code技术分享 阅读(11) 评论(0) 推荐(0)
摘要: 1.查看文件 cat:查看小文件 more:按空格翻页查看;按Enter行查看;按Q退出 less:按空格翻页查看;按Enter行查看;P往回看;F往后看 head:查看前几行,默认前十行 tail:查看尾几行,默认尾部十行 [root@centos-master test]# less test. 阅读全文
posted @ 2020-12-08 21:57 Code技术分享 阅读(7) 评论(0) 推荐(0)
摘要: 1.注册得到appkey 2.直接上代码 <!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="viewport" content 阅读全文
posted @ 2020-11-23 23:09 Code技术分享 阅读(1076) 评论(0) 推荐(1)
上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 22 下一页