-
### 爬虫常用库的安装
`pip3 install requests selenium beautifulsoup4 pyquery pymysql pymongo redis flask django jupyter`
requests
是python实现的简单易用的HTTP库,是对urllib的再次封装
selenium
是一套完整的web应用程序测试系统,包含了测试…
-
## 2017总结
> 总结总结,想以身作则第一个写好的。结果拖到现在,成为最后一个了。感谢 @farzer @HuQingyang 热心投稿
### web统治
16年最大的事情是,很快web就把“前端”统一了。把以前的 android c# 统一到 web 技术栈内。统一的结果是维护成本,风险大大降低,效率大大提升。组件复用,开发思想、开发流程统一,最佳实践通用,安全处理、风…
-
Here's the code I'm using:
```
import numpy as np
from sklearn.ensemble import RandomForestRegressor
from sklearn.model_selection import RandomizedSearchCV
import time
X = np.random.randn(10…
-
When i set a schedule on a spider, i set "max_instances" to 1 and "coalesce" as "True", but it seems not work. After a moment, the spider has more than one instance are running.
-
## [课程下载地址: youkewang.top](https://www.youkewang.top/)
> 直接在 `youkewang.top` 搜索下列课程名称即可找到对应课程。
## 课程列表
- 极客大学-云原生训练营|价值8999元|第九模块无秘
- 移动端架构师|完结无秘
- 开课吧-新版javaee18期|2021|完结无秘
- 音视…
-
记录个人大数据相关的 idea
有了ChatGPT之后,AI大爆发,借助大模型,人人都可以用 提示词 的方式搞人工智能,算力大爆发,思路大爆发,一切皆可以用AI重做一遍。
我也不能例外。
【原则】
给自己的要求:每天动动手
- 数据自己管理
- SaaS服务要尝试,selfhost开源的工具也要弄,甚至自己参与到构建未来的工具中来
- 不用在乎存储空间,算力(花钱)
-…
-
http://localhost:8050/info?wait=0.5&images=1&expand=1&timeout=90.0&url=https%3A%2F%2Fhub.docker.com%2Fsearch%3Fq%3Dpython&lua_source=function+main%28splash%2C+args%29%0D%0A++assert%28splash%3Ago%28arg…
-
Remove implicit creation of event loop from `asyncio.get_event_loop` as deprecated from Python 3.12.
### Linked PRs
* gh-126354
-
下载速度上不来,并且视频也不是vip视频啊
```
ykdl https://v.qq.com/x/cover/waebke8krh05kj4/c0025uveuxo.html
WARNING:腾讯视频 (QQ):This is a VIP video!
site: 腾讯视频 (QQ)
title: 我要做好孩子_01
arti…
-
I have written a Python code to send a POST request to a URL using the `requests` library. The code works fine when used outside Scrapy. However, when I tried to use the same code in Scrapy shell, it …