文件处理命令 命令格式与目录处理命令ls 目录处理命令 1.mkdir 2.cd 3.rmdir 4.cp 5.mv 6.rm 文件处理命令 1.touch 2.cat 3.tac 4.more 5.less 6.head 7.tail 链接命令 1.ln 硬链接特征: 软链接特征:类似Window ...
分类:
其他好文 时间:
2020-04-03 21:34:53
阅读次数:
79
1、下载好fabric源码: git clone https://github.com/hyperledger/fabric.gitgit checkout release-1.4 2、进入fabric目录 make release 在fabric/release/linux-amd64/bin目录 ...
分类:
其他好文 时间:
2020-04-03 09:13:53
阅读次数:
242
主要的问题是我们需要用上一个状态来判断当前状态。因为可能因为你变1之后影响其他的。 Perhaps that’s been the story of life func gameOfLife(board [][]int) { temp := make([][]int, len(board)) for ...
分类:
其他好文 时间:
2020-04-03 00:35:56
阅读次数:
62
https://blog.csdn.net/dulingwen/article/details/104338697 https://blog.csdn.net/omg_orange/article/details/98068001?depth_1-utm_source=distribute.pc_r ...
Go to the Git Perspective -> Expand your Project -> Expand Remotes -> Expand the remote you want to save your password. Right-click on the Fetch or Pu ...
分类:
其他好文 时间:
2020-04-01 14:52:18
阅读次数:
69
1. 下载安装包 https://redis.io/download 当前最新版本为5.0.5 2. 解压安装 $tar xzf redis-5.0.5.tar.gz$cd redis-5.0.5$make 在安装时候如果提示 `invalid active developer path (/Lib ...
分类:
系统相关 时间:
2020-04-01 14:29:31
阅读次数:
85
linux下最简单好用的的端口转发工具官网地址http://www.rinetd.com/软件下载wgethttp://www.rinetd.com/download/rinetd.tar.gz解压安装tarzxvfrinetd.tar.gzmakemakeinstall编辑配置vi/etc/rinetd.conf0.0.0.08080172.19.94.380800.0.0.02222192.1
分类:
系统相关 时间:
2020-04-01 11:13:31
阅读次数:
68
1、安装dockeryuminstalldocker-y运行dockersystemctlstartdocker2、dockerpullubuntu:16.04docker拉取镜像为了使dockerpull速度更快,配置镜像加速器推荐安装1.11.2以上版本的Docker客户端sudomkdir-p/etc/dockersudotee/etc/docker/daemon.json<<-
分类:
其他好文 时间:
2020-04-01 10:56:55
阅读次数:
82
安装: 1.获取redis资源 wget http://download.redis.io/releases/redis-4.0.8.tar.gz 2.解压 tar xzvf redis-4.0.8.tar.gz 3.安装 cd redis-4.0.8 make cd src make instal ...
分类:
其他好文 时间:
2020-03-31 22:52:57
阅读次数:
65
背景 "libcurl" 是一个跨平台的开源网络协议库,支持http, https, rtsp等多种协议 。libcurl同样支持HTTPS证书授权,HTTP POST, HTTP PUT, FTP 上传, HTTP基本表单上传,代理,cookies和用户认证。 host平台 :Ubuntu 16. ...
分类:
Web程序 时间:
2020-03-31 10:33:18
阅读次数:
92