摘要:
OpenResty的优势 首先我们选择使用OpenResty,其是由Nginx核心加很多第三方模块组成,其最大的亮点是默认集成了Lua开发环境,使得Nginx可以作为一个Web Server使用。 借助于Nginx的事件驱动模型和非阻塞IO,可以实现高性能的Web应用程序。 而且OpenResty提 阅读全文
posted @ 2019-05-30 14:12
slqt
阅读(721)
评论(0)
推荐(0)
摘要:
# coding: utf-8 import os import sys import tarfile import zipfile import re import platform def get_pkgname(tar_name): ends = ['.tar.gz', '.tar', '.gz', '.gz2', '.bz', '.bz2', '-win32.zip', '-... 阅读全文
posted @ 2019-05-30 10:16
slqt
阅读(556)
评论(0)
推荐(0)
摘要:
# -*- coding: utf-8 -*- ''' Support for Nginx This module uses the manager webapp to manage Apache Nginx webapps. If the manager webapp is not configured some of the functions won't work. :configura... 阅读全文
posted @ 2019-05-30 10:14
slqt
阅读(269)
评论(0)
推荐(0)
摘要:
# -*- coding: utf-8 -*- """ Support for Activemq This module uses the manager webapp to manage Activemq. If the manager Activemq is not configured some of the functions won't work. :configuration: ... 阅读全文
posted @ 2019-05-30 10:13
slqt
阅读(264)
评论(0)
推荐(0)
摘要:
# coding: utf-8"""This module be able to manage ecs instances on the aliyun cloud. We choosesome helper functions from salt.cloud.clouds.aliyun since 阅读全文
posted @ 2019-05-30 10:06
slqt
阅读(406)
评论(0)
推荐(0)