微信搜索superit|邀请体验:大数据, 数据管理、OLAP分析与可视化平台 | 赞助作者:赞助作者

标签:python

我的操作

Python实现语音识别(faster-whisper

文章目录 1、简介 1.1 CTranslate2 1.2 Intel MKL 1.3 cuDNN 1.4 Transformer 2、下载和安装 2.1 命令行 2.2 代码 3、模型下载 3.1 在线测试 3.1.1 tiny 3.1.2 large-v2 3.2 离线测试 ...

2周前 (07-27) 3℃

python

Python使用selenium库实现网页自动化登陆以及数据抓取(爬虫)教程

Python使用selenium库实现网页自动化登陆以及数据抓取(爬虫)教程
Python使用selenium库实现网页自动化登陆以及数据抓取(爬虫)教程   相比于传统的网络请求实现爬虫,Selenium可以模拟用户在浏览器上的操作,处理由JavaScript生成的动态内容,以执行点击、滚动、表单提交等操作,模拟真实用户访问,绕过一些反爬机制,更方...

2个月前 (06-27) 2℃

dubbo

Etcd3常用操作-python版本

Etcd 官方API文档 Etcd 中文文档 Etcd python文档 python 例子 Etcd 浏览器 重点 etcd 获取单个key的返回值会包涵data 和 meta元数据两个值,如果获取的是范围值则需要先循环 取到的数据均为bytes类型,所以在最后使用时请deco...

4年前 (2021-10-18) 13℃

python

Python—在Django中使用Celery

Python—在Django中使用Celery
Python—在Django中使用Celery 一.Django中的请求   Django Web中从一个http请求发起,到获得响应返回html页面的流程大致如下:     http请求发起     经过中间件       http handling(reques...

5年前 (2020-12-29) 9℃

python

用Python操作HBase之HBase-Thrift

  玉米丛里吃过亏 2018-01-14 12:30:56 26252 收藏 18 分类专栏: python hbase 文章标签: hbase thrift hbase-thrift python 版权 安装Thrift 安装Thrift的具体操作,请点击链接 ht...

5年前 (2020-12-29) 11℃

supervisor

python3安装supervisor

  yum install -y python3-pip python-pip pip install supervisor=3.1.3 pip3 install supervisor /bin/supervisord   supervisord -c /et...

5年前 (2020-08-14) 8℃

python

python socket发送魔法包网络唤醒开机.py

python socket发送魔法包网络唤醒开机.py python socket发送魔法包网络唤醒开机.py 现在的电脑应该都普遍支持有线网络的WOL了,支持无线网络唤醒的电脑,可能比较少. """ python socket发送魔法包网络唤醒开机.py 2016年3月2...

6年前 (2019-09-15) 31℃

python

python操作kafka实践

python操作kafka实践
1、先看最简单的场景,生产者生产消息,消费者接收消息,下面是生产者的简单代码。 -------------------------------------------------------------------------------- #!/usr/bin/env ...

6年前 (2019-06-14) 35℃