有个博客关于vim的树形目录讲的很全:https://www.cnblogs.com/heartchord/p/4872416.html(如有任何侵权事宜,请告知) 配置vim树形目录(.vimrc文件): 1.配置打开vim 树形目录的快捷键 即F9可快速打开关闭vim树形目录 2.每次打开vim ...
分类:
系统相关 时间:
2021-06-02 17:13:44
阅读次数:
0
艺赛旗设计器下载: https://www.i-search.com.cn 艺赛旗论坛 https://support.i-search.com.cn 点击组件: 程序: python程序 演示视频: https://rpa.i-search.com.cn/store/studioInstalled ...
分类:
其他好文 时间:
2021-06-02 17:12:53
阅读次数:
0
PS 参考博文,致谢 :https://www.liwenzhou.com/posts/Go/04_basic/ 流程控制是每种编程语言控制逻辑走向和执行次序的重要部分,流程控制可以说是一门语言的“经脉”。 Go语言中最常用的流程控制有if和for,而switch和goto主要是为了简化代码、降低重 ...
分类:
其他好文 时间:
2021-06-02 17:05:21
阅读次数:
0
const cheerio = require("cheerio") const axios = require("axios") const fs = require("fs") if (!fs.existsSync("download")) { fs.mkdirSync("download", ...
分类:
Web程序 时间:
2021-06-02 17:04:51
阅读次数:
0
最近需要学习k8s源码,为了阅读源码的方便,打算在Windows下使用GoLand配置k8s源码阅读环境。 1.开发环境goland的下载与安装 从 Goland 的官网下载对应版本的 Goland 的安装包:(本教程使用的版本是2019.2.3),官网下载地址:https://www.jetbra ...
分类:
其他好文 时间:
2021-06-02 16:53:20
阅读次数:
0
make install的时候,根据提示安装依赖包 yum -y intall zlib zlib-devel libffi-devel tk-devel 1. 下载与解压 wget https://www.python.org/ftp/python/3.9.4/Python-3.9.4.tar.x ...
分类:
编程语言 时间:
2021-06-02 16:48:54
阅读次数:
0
ping www.baidu.com 出先unknow host www.baidu.com 这是因为我们没有配置 /etc/resolv.conf 域名解析: hosts文件,将便于我们记忆的地址名称翻译成IP地址供计算机访问。 hosts文件位置:/etc/hosts 格式:IP地址 主机名称 ...
分类:
系统相关 时间:
2021-06-02 16:46:46
阅读次数:
0
清洗磁带 https://www.veritas.com/content/support/en_US/doc/123533878-127136857-0/v123555387-127136857 NetBackup status code 87: media close error https:// ...
分类:
其他好文 时间:
2021-06-02 16:46:08
阅读次数:
0
A mathematical theory of communication Audio学习: https://www.youtube.com/watch?v=SgcU9nl9oAM&list=PLWDB4efc1BVY_OzzdeYStpxd2hVe35mVC 背景 目前21世纪所处的时代是信息时 ...
分类:
其他好文 时间:
2021-06-02 16:41:20
阅读次数:
0
1. 安装yasm wget http://www.tortall.net/projects/yasm/releases/yasm-1.3.0.tar.gz tar zxvf yasm-1.3.0.tar.gz #解压 cd yasm-1.3.0 #进入目录 ./configure #配置 make ...
分类:
其他好文 时间:
2021-06-02 16:06:57
阅读次数:
0