安装 homebrew /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" 常用命令 安装软件:brew install 软件名,例:brew insta ...
分类:
系统相关 时间:
2020-07-13 13:51:28
阅读次数:
155
数据库复习(一) 1. 数据库基本概念 数据库定义:数据库是长期存储在计算机中心,有组织的、可共享的大量数据的集合。 一、数据库的基本特征: 数据按一定的数据模型组织、描述和存储 可为各种用户共享 冗余度较小 易扩展 二、数据库管理系统: 定义: 位于用户和操作系统之间的一层数据库管理软件 是基础软 ...
分类:
数据库 时间:
2020-07-13 11:59:42
阅读次数:
110
一. 创建远程仓库 二. 创建本地仓库 a. 配置.gitignore b. git init c. git add . d. git commit -m "备注" 三. 将本地仓库推送到远程仓库 git remote add origin url git push origin master 四. ...
分类:
其他好文 时间:
2020-07-13 09:58:46
阅读次数:
60
On branch master Your branch and 'origin/master' have diverged, and have 1 and 1 different commits each, respectively. (use "git pull" to merge the re ...
分类:
其他好文 时间:
2020-07-13 09:17:54
阅读次数:
58
k8s的基本概念与基本功能 k8s基本概念 kubernetes架构 Master 节点 Master 是 Kubernetes Cluster 的大脑,运行着如下 Daemon 服务:kube-apiserver、kube-scheduler、kubecontroller-manager、etcd ...
分类:
其他好文 时间:
2020-07-12 19:11:08
阅读次数:
136
php-fpm进程管理一共有三种模式:ondemand、static、dynamic,我们可以在同一个fpm的master配置三种模式,看下图1。php-fpm的工作模式和nginx类似,都是一个master,多个worker模型。每个worker都在accept本pool内的监听套接字(linux ...
分类:
Web程序 时间:
2020-07-12 19:07:51
阅读次数:
86
curl -fsSL https://raw.githubusercontent.com/codinn/core-shell-scripts/master/bashrc_Core_Shell -o ~/.bashrc_Core_Shell && . ~/.bashrc_Core_Shell && g ...
分类:
Web程序 时间:
2020-07-12 17:18:12
阅读次数:
111
一、easy-mock-->/api/gathering/{gatheringId}(delete) { "code": 20000, "flag": true, "message": "删除成功!" } 二、vueadmin-template-master-->src-->api-->gather ...
分类:
其他好文 时间:
2020-07-12 16:49:46
阅读次数:
68
sersync同步实战 sersync是基于inotify和srync的二次开发,代码托管在github上面在rsync的客户端上安装,下载地址: https://raw.githubusercontent.com/wsgzao/sersync/master/sersync2.5.4_64bit_b ...
分类:
其他好文 时间:
2020-07-12 12:34:29
阅读次数:
116
#为网卡设置bond,实现多块网卡使用同一个ip地址以提供网卡负载均衡或容错的能力DEVICE=bond0TYPE=EthernetONBOOT=yesBOOTPROTO=noneIPADDR=192.168.90.80NETMASK=255.255.255.0BONDING_OPTS="mode= ...
分类:
系统相关 时间:
2020-07-12 12:08:20
阅读次数:
103