生成ssh公钥认证所需的公钥和私钥文件 [jiaqi.li@localhost ~]$ ssh-keygen -t rsa -b 4096Generating public/private rsa key pair.Enter file in which to save the key (/home ...
分类:
其他好文 时间:
2021-01-11 11:08:35
阅读次数:
0
If a file is larger than 5MB size limit for pushing t, the files must be tracked and updated using git lfs. Note: Please follow the instructions here( ...
分类:
其他好文 时间:
2021-01-11 10:39:35
阅读次数:
0
A. Cards for Friends time limit per test 1 second memory limit per test 256 megabytes input standard input output standard output For the New Year, Po ...
分类:
其他好文 时间:
2021-01-08 11:28:07
阅读次数:
0
package LeetCode_605 /** * 605. Can Place Flowers * https://leetcode.com/problems/can-place-flowers/ * You have a long flowerbed in which some of the ...
分类:
其他好文 时间:
2021-01-07 12:22:39
阅读次数:
0
Norns.Urd.HttpClient Norns.Urd.HttpClient 基于AOP框架 Norns.Urd实现, 是对 System.Net.Http下的 HttpClient封装,让大家只需简单在接口定义就可以实现http的调用,可以减少一些重复代码的书写。 可以和已有的 Norns. ...
分类:
Web程序 时间:
2021-01-06 12:20:02
阅读次数:
0
实用技能:60个常用的Linux命令 ●查看硬件信息相关命令(8个) ifconfig free fdisk ethtool mii-tool dmidecode dmesg lspci ●其它(19个) echo printf rpm yum watch alias unalias date cl ...
分类:
系统相关 时间:
2021-01-06 12:19:17
阅读次数:
0
使用crate-react-app创建的项目配置alias,这样之后在项目中直接可以使用别名来访问某个文件目录,从而快速引用某个文件,如使用这个命令创建的项目中,我们这 src/ 目录下创建一个 components/ 文件夹,如果想在项目中快速引用 components/Tab/index.tsx ...
分类:
移动开发 时间:
2021-01-06 12:02:03
阅读次数:
0
Java基础之:集合——Map——HashTable HashTable简单介绍 This class implements a hash table[该类实现hashtable] which maps keys to values [元素是键值对] Any non-null object can ...
分类:
编程语言 时间:
2020-12-31 12:43:48
阅读次数:
0
背景:jenkins来构建前端服务,node版本需要10.22.0以上,而实际打包机上的版本为9.11.2,尝试通过nvm alias default v10.22.0修改默认版本解决 现象:jenkins job里shell执行显示node版本为v9.11.2,而使用同一用户进入打包机发现默认版本 ...
分类:
系统相关 时间:
2020-12-30 10:49:38
阅读次数:
0
1. 安装 git bash 点我去git-scm官网 2. 安装 Cygwin 点我去Cygwin官网 Cygwin is: a large collection of GNU and Open Source tools which provide functionality similar to ...