1.打开本地git bash,使用如下命令生成ssh公钥和私钥对 ssh-keygen -t rsa -C 'xxx@xxx.com' 然后一路回车(-C 参数是你的邮箱地址)2.然后会出现:Enter file in which to save the key (/Users/yzq/.ssh/i ...
分类:
其他好文 时间:
2020-04-26 11:13:29
阅读次数:
66
NW.js https://stackoverflow.com/questions/36022891/is it possible to distribute a nwjs app as a single exe file) How to use nw package_folder_which_co ...
分类:
Web程序 时间:
2020-04-24 21:25:52
阅读次数:
84
1.查看Linux系统 方法1:cat /proc/version --Linux version 2.6.32-696.13.2.el6.x86_64 (mockbuild@c1bl.rdu2.centos.org) 方法2:which yum /which apt --/usr/bin/yum ...
分类:
其他好文 时间:
2020-04-24 11:38:44
阅读次数:
230
15. 3Sum题目描述Given an array nums of n integers, are there elements a, b, c in nums such that a + b + c = 0? Find all unique triplets in the array which ...
分类:
其他好文 时间:
2020-04-23 22:50:28
阅读次数:
86
DBGvpp# show int addr UnknownEthernet5/0/0 (up): L2 bridge bd-id 1 idx 1 shg 0 host-ns1_tap (up): L2 bridge bd-id 1 idx 1 shg 0 host-ns7_tap (up): L2 ...
分类:
其他好文 时间:
2020-04-23 19:11:04
阅读次数:
102
在Ubuntu中,自带python 可通过命令【python -V】 版本为【Python 2.7.17】 输入命令【sudo apt-get install python3】一般下载的都是最新版的 。输入命令【which python】可查看安装的路径。进入安装路径后修改python指定版本(一般 ...
分类:
编程语言 时间:
2020-04-22 16:58:08
阅读次数:
115
题目描述 Given an array nums, there is a sliding window of size k which is moving from the very left of the array to the very right. You can only see the ...
1、tomcat下载 进入官网,在左侧 download 中选择对应 tomcat 主版本,然后点击右侧的 Archives,找到对应的具体版本后进入到bin目录下载tar.gz包,点击 Which version 查看 Tomcat 版本对应的 JDK 版本要求。 这里我们下载的版本是 apach ...
分类:
系统相关 时间:
2020-04-21 22:29:30
阅读次数:
107
原文:.net core 3.0 3.1 在docker 下报SSL Handshake failed with OpenSSL error 参考地址:https://github.com/dotnet/corefx/issues/40538 According to https://www.ssl... ...
分类:
Web程序 时间:
2020-04-20 15:53:18
阅读次数:
172
1、卸载1)检查jdk安装路径,执行命令#:which java/usr/java/jdk/jdk1.7.0/bin/java 2)删除安装内容,执行命令:rm -rf /usr/java/jdk 3)编辑配置文件/etc/profile,删除环境配置JAVA_HOME=/usr/local/jdk ...
分类:
系统相关 时间:
2020-04-19 01:15:24
阅读次数:
115