++++++++++++++++++++++++++++++++++++++++ 标题:expect 免交互配置互信 时间:2020年3月3日 ++++++++++++++++++++++++++++++++++++++++ #/usr/bin/env expect set ip 192.168.1 ...
分类:
其他好文 时间:
2020-03-03 20:43:19
阅读次数:
68
1. 找一个目录创建一个普通的文件,例如 vi myprofile ,编辑以下内容 2. 选择 Profiles openProFiles (或者快捷键?+o),选中 Edit Profile... 3. 点击+号添加,选择 command 填入 expect 加你刚才建的文件路径!/usr/bin ...
分类:
系统相关 时间:
2020-03-03 20:41:43
阅读次数:
80
+++++++++++++++++++++++++++++++++++++++ 标题:shell脚本引用expect 时间:2020年3月3日 +++++++++++++++++++++++++++++++++++++++ #!/usr/bib/env bash shell 程序片段....... ...
分类:
系统相关 时间:
2020-03-03 20:36:41
阅读次数:
95
+++++++++++++++++++++++++++++++++++++ 标题:expect 远程传输文件 时间:2020年3月3日 +++++++++++++++++++++++++++++++++++++ #/usr/bin/env expect set ip 192.168.100.100 ...
分类:
其他好文 时间:
2020-03-03 20:25:57
阅读次数:
63
I’m a financial data junkie, so I thought I’d share some of my favorite sites for free financal and economic data. I’ve also added links to these site ...
分类:
Web程序 时间:
2020-03-03 14:51:20
阅读次数:
92
Apache NiFi概述 Apache NiFi团队dev@nifi.apache.org 什么是Apache NiFi? 简单地说,NiFi是为了自动化系统之间的数据流而构建的。虽然术语“数据流”在各种环境中使用,但我们在此处使用它来表示系统之间自动化和管理的信息流。这个问题空间一直存在,因为企 ...
分类:
Web程序 时间:
2020-03-03 10:57:09
阅读次数:
67
断言1:响应结果是 200 断言2:返回的主体中包含什么 断言3:返回中的某个值是:XX pm.test("响应结果中的city对应的值是:北京", function () { var jsonData = pm.response.json(); pm.expect(jsonData.city).t ...
分类:
其他好文 时间:
2020-02-25 14:52:04
阅读次数:
62
使用VScode开发vue中,v-for在Eslint的规则检查下出现报错:如下Elements in iteration expect to have ‘v-bind:key’ directives; 改正方法呢 就是后面加上:key="item" 就好了,当然也有屏蔽eslint检查的方法(我没 ...
分类:
其他好文 时间:
2020-02-25 14:50:07
阅读次数:
86
如果最外层是一个{}的话,需要再增加一对圆括号, 不加圆括号会报:错误Uncaught SyntaxError: Unexpected token : 其它类似: 在函数中返回箭头函数对象时,也要加一个()比如 export default connect(()=>({"age":111}))(De ...
分类:
Web程序 时间:
2020-02-19 19:12:31
阅读次数:
97
发现了一个练习爬虫的网站GlidedSky 过完了第一关,第二关需要爬取1000个网页,爬取到第956个网页时报错: RecursionError: maximum recursion depth exceeded while calling a Python object 解决方法: import ...
分类:
其他好文 时间:
2020-02-18 23:16:54
阅读次数:
113