版本环境: 一、数据备份 先打开/etc/gitlab/gitlab.rb配置文件,查看一个和备份相关的配置项: 该项定义了默认备份出文件的路径,可以通过修改该配置,并执行 gitlab-ctl reconfigure 重启服务生效。备份执行一条命令就搞定:/opt/gitlab/bin/gitla ...
分类:
其他好文 时间:
2018-07-05 17:33:36
阅读次数:
195
参考:https://zhuanlan.zhihu.com/p/27467118 ...
分类:
其他好文 时间:
2018-05-09 19:44:29
阅读次数:
654
1、源码直接拿的廖大的,使用的腾讯云服务器 2、nginx+mysql+supervisor+gunicorn Nginx:高性能Web服务器+负责反向代理; gunicorn:高性能WSGI服务器; gevent:把Python同步代码变成异步协程的库; Supervisor:监控服务进程的工具; ...
分类:
Web程序 时间:
2018-04-27 15:54:27
阅读次数:
230
本文用于记录自己在阿里云部署Vue+Flask组合的详细过程。 在阿里云部署Vue+Flask组合的前提是已经在自己电脑上成功部署,参考:https://minatsuki-yui.github.io/2018/01/04/vue&flask/?from=timeline 阿里云ECS建网站基础配置 ...
分类:
其他好文 时间:
2018-04-15 14:52:52
阅读次数:
906
python常见的web部署搭配nginx+gunicorn,下面记录一下gunicorn的配置使用。 安装gunicorn gunicorn启动一个flask的应用程序 在flask的项目的目录下启动 gunicorn的参数详解 以配置文件的方式启动 启动unicorn 注意: 由于windows ...
分类:
编程语言 时间:
2018-04-10 17:52:44
阅读次数:
828
Minions&Unicorn The film focuses on the story of Grew and the bastard Bled. A variety of music accounted for a large proportion in the film. At the be ...
分类:
其他好文 时间:
2018-02-11 14:31:37
阅读次数:
154
礼悟: 公恒学思合行悟,尊师重道存感恩。叶见寻根三返一,江河湖海同一体。 虚怀若谷良心主,愿行无悔给最苦。读书锻炼养身心,诚劝且行且珍惜。 网页地址: http://validator.w3.org/unicorn/ 网页截图与说明 感想 给最苦 通过文件上传的方式进行验证CSS代码,看到那个用来测 ...
分类:
Web程序 时间:
2018-02-11 10:44:21
阅读次数:
203
安装Gitlab 新建 /etc/yum.repos.d/gitlab-ce.repo 启动GitLab 使用浏览器访问GitLab 查看GitLab服务状态,列出了所有组件的运行状态 重启GitLab 配置域名,修改nginx配置文件 Gitlab备份 使用Gitlab一键安装包安装Gitlab非 ...
分类:
其他好文 时间:
2017-12-25 11:32:12
阅读次数:
131
SSL keyfile 用法: keyfile FILE 默认值:None 指定ssl的key文件(那是公匙还是私匙?) certfile 用法: certfile FILE 默认值:None 指定ssl的证书文件 ...
分类:
其他好文 时间:
2017-12-24 20:15:51
阅读次数:
93
```bash npm install --save opn ``` ```js const opn = require('opn');
// 使用默认浏览器打开
// opn('http://sindresorhus.com');
// 使用默认软件打开图片
opn('unicorn.jpg').... ...
分类:
其他好文 时间:
2017-12-04 17:31:38
阅读次数:
204