摘要:
## Gitlab 修改默认端口 ### 修改配置 gitlab默认需要使用80 8080 等端口,我的centos上有使用这些端口的其他软件;所以必须更改。 步骤如下: 1. 修改 gitlab.yml 2. 进入目录: /var/opt/gitlab/gitlab-rails/etc 3. 将g 阅读全文
摘要:
## 1.添加Nginx到YUM源 添加CentOS 7 Nginx yum资源库,打开终端,使用以下命令: ``` sudo rpm -Uvh http://nginx.org/packages/centos/7/noarch/RPMS/nginx-release-centos-7-0.el7.n 阅读全文
摘要:
安装gitlab-runner 主要介绍两种安装方式:docker方式和rpm方式 docker安装方式 在包市场里面找到对应的gitlab-runner: https://hub.docker.com/r/gitlab/gitlab-runner/tags 1 查看gitlab版本 docker 阅读全文
摘要:
名词解释 supervisor:要安装的软件的名称。 supervisord:装好supervisor软件后,supervisord用于启动supervisor服务。 supervisorctl:用于管理supervisor配置文件中program 安装依赖 yum install epel-rel 阅读全文
摘要:
Centos7 出现 Unable to connect to any of the specified MySQL hosts,而window不会 MySql.Data.MySqlClient.MySqlException (0x80004005): Unable to connect to an 阅读全文
摘要:
XMLSchedulingDataProcessor 源码 /* * Copyright 2001-2010 Terracotta, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); you may no 阅读全文
摘要:
首先在windows上安装linux系统。 VM简介 VMware Workstation中文版是一个“虚拟 PC”软件。它使你可以在一台机器上同时运行二个或更多 Windows、DOS、LINUX 系统。与“多启动”系统相比,VMWare 采用了完全不同的概念。多启动系统在一个时刻只能运行一个系统 阅读全文
摘要:
转载自:https://blog.csdn.net/ling1998/article/details/123951726 #1、权限 若不是root权限,需要在root下执行为用户授权命令,我直接使用root登录 #2、下载 [root@localhost src]# wget https://dl 阅读全文
摘要:
部署MyCat2 之前需要搭建好数据库的主从,详看文档:mysql 主次数据库搭建 官网:http://www.mycat.org.cn/ 官方文档: https://www.yuque.com/ccazhw/ml3nkf? 源码地址: https://github.com/MyCATApache/ 阅读全文
摘要:
一、 分库分表规则配置 对于分库分表功能,MyCat2提供了非常简单的配置方式。可以在MyCat2客户端直接完成配置,不需要手动调整配置文件。基础的配置方式依然是数据源 -》 集群 。 然后在建表时指定分库分表规则 1、添加数据库、存储数据源 我们在读写分离那边已经生成过,不需要在执行,如果没有执行 阅读全文