- 博客(9)
- 收藏
- 关注
原创 git生成秘钥时 ssh-keygen -t rsa 后只显示Generating public/private rsa key pair. 然后就直接跳出了
情况如下:无报错直接退出,无法生成秘钥解决方案:输入git config --list 检查user.name和user.email是否正确,其中用户名是本机登录的用户名,邮箱是git上的注册邮箱可以通过以下命令修改git config --global user.name “”git config --global user.email “”...
2022-01-28 10:41:21 3263
原创 pyppeteer模拟点击行为抓取数据
爬虫小白,昨天领导给了个任务要抓一些数据,看了下页面以为是简单页面解析一下就可以,觉着没什么问题,之后发现被打脸了。 页面:http://query.bjeea.cn/queryService/rest/plan/134 要求:按院校查询和按专业查询的数据原样抓下来1、出现的问题 最初采用requests+BeautifulSoup解析的方式,抓 按院校查询 的数据没有问题(代码在最后),但是在抓 按专业查询 的数据时出现抓到的页面和在浏览器看到不一致的情况,每次抓取都是按院校查询的数据,
2022-01-19 10:22:02 1983
原创 Cannot uninstall ‘certifi‘. It is a distutils installed project and thus we cannot accurately determ
安装pyppeteer时报错Cannot uninstall 'certifi'. It is a distutils installed project and thus we cannot accurately determ解决方案:pip install --ignore-installed certifi --upgrade -i https://pypi.tuna.tsinghua.edu.cn/simple
2022-01-18 16:12:31 575
原创 Linux中的Shell
shell是一个用C语言编写的程序,它被称为用户使用linux的桥梁。Shell既是一种命令语言,又是一种程序设计语言。Shell 脚本(shell script),是一种为shell编写的脚本程序。不能进行分布式的计算helloword实例#vi/home/shell/first.sh#!bin/bashecho "helloword"#!/bin/bash是一种约定的标
2018-01-07 14:25:42 209
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人