信息收集
IP AddressOpening Ports10.10.10.14TCP:80
$ nmap -p- 10.10.10.14 --min-rate 1000 -sC -sV -Pn
PORT STATE SERVICE VERSION
80/tcp open http Microsoft IIS httpd 6.0
|_http-server-header: Microsoft-IIS/6.0
|_http-title: Under Construction
| htt…
模板不使用eslint-pluqin-vue验证stemplate>中的vue-html
在使用vscode开发的时候,出现报错:Expected ‘v-bind:key’ directives to use the viriables which are defined by the ‘v-for’ directive.
如图显示 因为是安装了ESlint插件ÿ…
安装Python时,报错could not write value to key…后面跟着一对路径,其实这并不是针对python安装报的错,网上有很多人在安装各种东西时都出现过could not write value to key的错误信息,这个错误和权限有关,大意就是无…
假设我的dataFrame格式下图这样的:
df 要获得:
{a : [test,test,test], b : [sun,sun,sun], c : [red,red,red]}
这样的字典,只要下面一句话:
{col:df[col].tolist() for col in df.columns} 虽然DataFrame本身有个to_dict的…