yum -y localinstall http://mirrors.ustc.edu.cn/mysql-repo/mysql57-community-release-el7.rpm yum install -y mysql-community-server if [ ! "$(cat /usr/b ...
分类:
数据库 时间:
2021-06-07 21:17:01
阅读次数:
0
Harbor 简介 Harbor 是 VMware 公司开源的企业级 Docker Registry 项目,其目标是帮助用户迅速搭建一个企业级的 Docker Registry 服务。 它以 Docker 公司开源的 Registry 为基础,提供了管理 UI,基于角色的访问控制(Role Base ...
分类:
其他好文 时间:
2021-06-07 20:32:01
阅读次数:
0
官网注册git账号 下载git客户端 下载的比较快不传百度云了,一路安装默认配置即可 配置git git bash here进入git控制台 配置用户名 git config --global user.name "zyn" 配置作者邮箱 git config --global user.email ...
分类:
其他好文 时间:
2021-06-06 18:50:15
阅读次数:
0
https://sap.github.io/spartacus-docs/reference-app-structure/ 该概念在 SAP Spartacus 3.1 版本引入。 这个 Reference App Structure 是 SAP 推荐客户在搭建自己的 Spartacus Store ...
分类:
移动开发 时间:
2021-06-05 18:32:27
阅读次数:
0
VMware Workstation 与 Device/Credential Guard 不兼容。在禁用 Device/Credential Guard 后,可以运行 VMware Workstation。 bcdedit /set hypervisorlaunchtype off 想到 之前安装过 ...
分类:
系统相关 时间:
2021-06-05 18:25:37
阅读次数:
0
解决从github上拉代码时报错“Failed to connect to localhost port 1080: Connection refused” 需要两行命令解决问题主要原因是使用了proxy代理,我们只需要关闭代理 git config --global http.proxy //查看 ...
分类:
其他好文 时间:
2021-06-05 18:13:54
阅读次数:
0
这种情况大多是进去装VM自带的 open-vm-tools-desktop 导致的 使用专门的工具 sudo apt-get install open-vm-tools-desktop ...
分类:
系统相关 时间:
2021-06-02 20:22:18
阅读次数:
0
参考:https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/Reference/Operators/this 值: 当前执行上下文(global、function 或 eval)的一个属性,在非严格模式下,总是指向一个对象,在严格模式下可以是 ...
分类:
其他好文 时间:
2021-06-02 20:18:08
阅读次数:
0
git的基础配置 git config --global user.name "xxx" git config --global user.emain "xxx" 如果要查看此时的所有配置可以使用git config --list 获取Git仓库 有两种方法可以取得Git项目仓库:在现有项目或目录下 ...
分类:
其他好文 时间:
2021-06-02 18:56:45
阅读次数:
0
Linux安装与使用: 首先,我们要先安装虚拟机(VMware ),然后在安装Linux操作系统,Linux操作系统有很多,安装自己的需求去官网下载使用即可;我用的是Ubuntu系统; 安装虚拟机及Ubuntu系统 虚拟机安装 下载VMware: 百度搜“VMware”>应用程序和云栏里点击查看所有 ...
分类:
系统相关 时间:
2021-06-02 18:29:40
阅读次数:
0