import urllib.requestimport urllib.parseurl="https://tieba.baidu.com/f"word=input("请输入要爬的贴吧")#将贴吧名称变成url码word=urllib.parse.quote(word)#完整输入贴吧链接newUrl= ...
分类:
编程语言 时间:
2020-07-14 00:21:35
阅读次数:
56
Jun 29, 2018 - 16 Comments Node JS is the popular Javascript runtime environment that is widely used by many developers, and npm is the accompany pack ...
分类:
Web程序 时间:
2020-07-13 18:35:56
阅读次数:
84
VLSM,可变长子网掩码 子网掩码是什么? 用来标识IP地址中的网络位和主机位, IP地址是什么? 在网络中的主机标识,MAC在二层局域网, IP在三层 IP地址的分类V4 A: A类地址 255.0.0.0 /8 (1.0.0.1-126.255.255.254) B: B类地址 255.255. ...
分类:
其他好文 时间:
2020-07-13 18:19:07
阅读次数:
55
/bin/zsh -c "$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.sh)" 来自于知乎大神: 金牛肖马 ...
分类:
系统相关 时间:
2020-07-13 18:03:24
阅读次数:
83
报错详情如下: Transaction check error: file /usr/bin/kubectl from install of kubernetes-client-1.5.2-0.7.git269f928.el7.x86_64 conflicts with file from pack ...
分类:
Web程序 时间:
2020-07-13 16:49:16
阅读次数:
128
? ~ _ virsh domifaddr ubuntu --source arp 名称 MAC 地址 Protocol Address vnet0 52:54:00:00:00:00 ipv4 192.168.19.220/0 ...
分类:
其他好文 时间:
2020-07-13 15:35:47
阅读次数:
153
安装 homebrew /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" 常用命令 安装软件:brew install 软件名,例:brew insta ...
分类:
系统相关 时间:
2020-07-13 13:51:28
阅读次数:
155
// 前端js操作csv文件插件用法 插件下载地址:https://github.com/okfn/csv.js/ $('#id_mac_file').change(function () { $('#id_mac_address').parent().next().text(''); $('inp ...
分类:
其他好文 时间:
2020-07-13 13:41:22
阅读次数:
52
构建项目 将vue项目打包,打包后会在项目根路径下生成一个dist文件,这个就是需要发布到nginx服务器上的静态页面。(不同项目配置的打包命令可能稍有不同) npm run dev 具体看的脚手架 安装Nginx 1、打开terminal终端 2、安装Command Line Tools xcod ...
分类:
系统相关 时间:
2020-07-13 11:38:24
阅读次数:
147
简单代码 from sklearn.metrics import f1_score # 导入f1_score f1_score(y_test,y_predict, average='micro') # 调用并输出计算的值 f1_score(y_test,y_predict, average='mac ...
分类:
其他好文 时间:
2020-07-13 11:23:17
阅读次数:
116