接上个文章,因为失败,思考了一下原因,参考了其他的博主。 使用cookie可以免密码登入网站。 所以自动化登录微博首先需要获取已经登录微博后浏览器的cookie。 接下来上代码: # 导入需要的数据包 from selenium import webdriver import time # 将获取的 ...
分类:
其他好文 时间:
2021-03-02 11:42:50
阅读次数:
0
1.定时任务 crontab -e s m h d month w cmd 2.任务后台执行 command & 3.查看进程 ps -ef|grep prcss 4.杀死进程 kill -9 pid 5.服务状态 service prcss_name status|start|stop|resta ...
分类:
系统相关 时间:
2021-03-01 14:17:23
阅读次数:
0
需要修改host文件 以管理员身份运行cmd(windows) 使用vscode打开host文件: code C:\Windows\System32\drivers\etc\hosts 进入ipaddress.com 分别查找如下几个网址的IP: github.com assets-cdn.gith ...
分类:
其他好文 时间:
2021-03-01 13:43:05
阅读次数:
0
1. Grpc 是什么? Google RPC A high-performance, open source universal RPC framework 官方地址:https://www.grpc.io/ Grpc 开始是由google 开发的,是一款语言中立、平台中立、开源的远程调用(RPC ...
打开CMD的方式 开始菜单>Windows系统>命令提示符(可右键,点击更多,选择以管理员方式运行以获取最高权限) Windows键+R,输入cmd打开控制台(推荐) 按住Shift键,在桌面空白处点击鼠标右键,点击“在此处打开Powershell窗口” 在资源管理器的地址栏前面加上cmd+空格+路 ...
分类:
其他好文 时间:
2021-03-01 13:26:14
阅读次数:
0
快捷键 Ctrl+C 复制 Ctrl+V 粘贴 Ctrl+A 全选 Ctrl+Z 撤销 Ctrl+X 剪切 Ctrl+S 保存 Windows+T 切换任务栏程序 Windows+V 云剪贴板 Windows+D 桌面 Windows+E 我的电脑 Windows+R 运行(+cmd 命令行 DOS ...
分类:
其他好文 时间:
2021-03-01 13:22:19
阅读次数:
0
Navicat pymysql模块 连接、执行sql、关闭(游标) execute() 之 slq注入 增、删、改、查 视图 触发器 存储过程 函数 流程控制 Navicat Navicat是一套快速、可靠并价格相当便宜的数据库管理工具,专为简化数据库的管理及降低系统管理成本而设。它的设计符合数据库 ...
分类:
数据库 时间:
2021-03-01 13:09:32
阅读次数:
0
In this series for SQL Server Always On Availability Groups, we are covering end to end configurations for SQL Server 2019 on Windows Server 2016. In ...
分类:
数据库 时间:
2021-02-27 13:31:13
阅读次数:
0
protoc 编译工具 windows 平台下载对应平台的 protobuf,并配置环境变量 protobuf linux 环境先安装依赖 sudo apt-get install autoconf automake libtool curl make g++ unzip git clone htt ...
分类:
其他好文 时间:
2021-02-27 13:31:02
阅读次数:
0
cmd常用命令 打开方式 开始+系统+命令提示符 win键+R,输入cmd打开控制台**(推荐使用)** 在任意的文件夹下面,按住shift键+鼠标点击,在此处打开命令窗口 资源管理器的地址栏前面加上cmd路径 dos命令 #盘符切换 cd 盘符号: #查看目录 dir #切换盘 cd /d 盘符号 ...
分类:
其他好文 时间:
2021-02-27 13:07:37
阅读次数:
0