(GNU Wget) 快速浏览(单HTML文件):(GNU Wget 在线手册) Wget 1.20.3(目前最新) 下载地址:(win32 )https://eternallybored.org/misc/wget/1.20.3/32/wget.exe (win64 )https://eterna ...
分类:
其他好文 时间:
2019-07-16 00:10:16
阅读次数:
125
from urllib import request,parsefrom http.cookiejar import CookieJarheaders = { "User-Agent":"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537 ...
分类:
其他好文 时间:
2019-07-03 22:48:57
阅读次数:
136
1、运行crack文件夹下的“nlm11.14.1.3_ipv4_ipv6_win64.msi”,根据向导提示完成安装2、同样在“MAGNiTUDE”文件夹中找到“adesk.dat”文件,用记事本打开,将文"this_host"修改为自己的主机名,保存到C盘autodesk文件夹。ps;主机名右键 ...
1、protobuf配置 (1)https://github.com/protocolbuffers/protobuf/releases (2)选择适合的版本:protoc-3.8.0-win64.zip (3)解压后将文件 protoc.exe 所在目录添加到环境变量 Path (4)检查prot ...
下载 直接下载 Windows 64 位 Stable 正式版离线安装包:https://www.google.com/chrome/browser/desktop/index.html?platform=win64&extra=stablechannel&standalone=1 其他方式下载 h ...
分类:
其他好文 时间:
2019-06-26 00:50:13
阅读次数:
247
准备工作: 安装python 官网:https://www.python.org/downloads/ 2.7X版本 环境变量:C:\Python27;C:\Python27\Scripts; 如果机子上有3.X版本,为了不相互影响建议对其中一个作相应修改(以3.x为例),只修改一个就行了,改两也行 ...
分类:
其他好文 时间:
2019-06-18 21:29:34
阅读次数:
154
1.解压下载后的文件,如下所示 . 2.将解压目录添加至环境变量中 3.在解压目录中新建配置文件my.ini [mysqld] port=3306 basedir=D:\\DataBase\\MySql\\mysql-8.0.16-winx64 # 这里替换成你自己的解压目录即可 datadir=D ...
分类:
数据库 时间:
2019-06-17 12:32:00
阅读次数:
134
创建容器常用选项 [root@docker ~] docker container help Usage: docker container COMMAND Manage containers Commands: attach Attach local standard input, output, ...
分类:
其他好文 时间:
2019-06-08 11:51:00
阅读次数:
112
1. Download latest erlang OTP platform from : erlang:http://www.erlang.org/download.html (The latest version otp_win64_21.0.1.exe has been uploaded to ...
分类:
其他好文 时间:
2019-05-31 16:38:08
阅读次数:
109
这个案例主要是在乌托家网站上爬取家具公司的数据,用的方法是requests模块和xpath语法。代码如下: ...
分类:
编程语言 时间:
2019-05-31 01:23:42
阅读次数:
138