1、安装brew 2、安装vim brew install vim brew install macvim 3、复制配置文件 cp /usr/share/vim/vimrc ~/.vimrc 4、安装vim-plug 下载plug curl -fLo ~/.vim/autoload/plug.vim ...
分类:
系统相关 时间:
2020-12-22 12:01:26
阅读次数:
0
logstash7.10安装机器初始化参考ES安装,安装java,关闭防火墙,selinux等下载并安装GPG-KEYsudorpm--importhttps://artifacts.elastic.co/GPG-KEY-elasticsearch添加yum仓库vim/etc/yum.repos.d/logstash.repo[logstash-7.x]name=Elasticrepository
分类:
其他好文 时间:
2020-12-22 11:48:50
阅读次数:
0
Problem Description Given a nn matrix Cij (1<=i,j<=n),We want to find a nn matrix Xij (1<=i,j<=n),which is 0 or 1. Besides,Xij meets the following con ...
分类:
其他好文 时间:
2020-12-21 12:00:49
阅读次数:
0
1. 创建本地仓库目录,并修改localRepo的路径 mkdir /usr/local/repo vim /usr/local/maven/conf/setting.xml <localRepository>/usr/local/repo</localRepository> 2.添加阿里云私服地址 ...
分类:
其他好文 时间:
2020-12-21 11:56:10
阅读次数:
0
CST8221–JAP,Assignment 2, Part 2,MMXX Page 1 of 9Assignment 2 part 2: Othello Networking Value: 8% of your overall grade.Due date: December 13th (Sund ...
分类:
其他好文 时间:
2020-12-21 11:02:31
阅读次数:
0
1.find() 返回值为目标元素的下标,若不存在目标元素则返回-1 #include<iostream> using namespace std; int main() { string str1 = "A BC", str2 = "abc"; char c = '5'; int i; i= st ...
分类:
其他好文 时间:
2020-12-19 13:09:58
阅读次数:
2
"~/.vimrc"vim config file"date 2018-12-26""Created by bert "blog:https://blog.51cto.com/zpf666"""""""""""""""""""""""""""""&q ...
分类:
系统相关 时间:
2020-12-19 12:12:19
阅读次数:
2
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.DirectoryServices; na ...
linux系统运行一段时间之后蓝牙设备失灵,但是系统中还是显示连接状态,这时需要将蓝牙关闭再打开然后重新连接设备恢复, 要彻底解决需要修改grub # vim /etc/default/grub GRUB_CMDLINE_LINUX="usbcore.autosuspend=-1 " 修改之后更新 ...
分类:
系统相关 时间:
2020-12-18 12:34:39
阅读次数:
3
Smallest Subtree with all the Deepest Nodes (M) 题目 Given the root of a binary tree, the depth of each node is the shortest distance to the root. Retur ...
分类:
其他好文 时间:
2020-12-17 12:55:47
阅读次数:
3