版本管控工具-subversion 一、SVN服务器搭建 1.1 安装Subversion yum install -y subversion 1.2 版本查看 svn --version 1.3 创建仓库 [root@localhost ~]# mkdir -p /home/svn/ [root@ ...
分类:
其他好文 时间:
2021-02-19 13:26:55
阅读次数:
0
一,介绍与需求 1,我的安装环境:CentOS7+Node10.13.0+MongoDB4.0.10。 2,首先安装wget,用于下载node等其他工具 1 yum install -y wget 编译依赖 gcc 环境 1 yum install gcc-c++ 二,Node安装配置 第一步:下载 ...
分类:
数据库 时间:
2021-02-19 12:57:35
阅读次数:
0
在 React 中使用 element-ui 安装 npm i element-react --save npm install element-theme-default --save #主题 使用 import React from 'react'; import ReactDOM from ' ...
分类:
其他好文 时间:
2021-02-18 13:45:53
阅读次数:
0
#!/bin/bashyum install -y readline-devel ncurses-develyum install -y vim make telnet lsof tree rdate ntp gcc gcc-c++ psmisc net-tools \screen expect s ...
分类:
系统相关 时间:
2021-02-18 13:45:26
阅读次数:
0
试了好多种方法这个最牛逼 sudo apt-get install open-vm* https://blog.csdn.net/yp090416/article/details/109330001 ...
分类:
系统相关 时间:
2021-02-18 13:42:03
阅读次数:
0
Centos7安装Redis 一、安装gcc依赖 由于 redis 是用 C 语言开发,安装之前必先确认是否安装 gcc 环境(gcc -v),如果没有安装,执行以下命令进行安装 [root@localhost local]# yum install -y gcc 二、下载并解压安装包 [root@ ...
分类:
其他好文 时间:
2021-02-18 13:26:15
阅读次数:
0
官方文档:https://www.tslang.cn/docs/handbook/react-&-webpack.html 前提准备 项目结构 demo/ ├─ dist/ └─ src/ └─ components/ 初始化 npm init 安装依赖 npm install -g webpack ...
分类:
Web程序 时间:
2021-02-18 13:04:23
阅读次数:
0
常用环境配置 要清理磁盘空间可以看这个文章:https://www.linuxprobe.com/disk-release.html 最简单的安装,结束以后先换源 apt install build-essential gcc make perl dkms # 之后安装vbox增强功能 # 基本工具 ...
分类:
系统相关 时间:
2021-02-17 15:13:48
阅读次数:
0
Don't Repeat Yourself! Convention Over Configuration. REST. Rails框架总览。 Rails框架基本使用。 Rails框架数据交互。 Rails框架前端开发。 1.yum安装: yum install rubygems ruby-devel ...
分类:
其他好文 时间:
2021-02-17 15:06:11
阅读次数:
0
对于没有覆盖hashCode()方法的对象 如果没有覆盖 hashCode() 方法,那么哈希值为底层 JDK C++ 源码实现,实例每次调用hashcode()方法,只有第一次计算哈希值,之后哈希值会存储在对象头的 标记字(MarkWord) 中。 如果进入各种锁状态,那么会缓存在其他地方,一般是 ...
分类:
编程语言 时间:
2021-02-17 15:05:35
阅读次数:
0