码迷,mamicode.com
首页 >  
搜索关键字:python redhat ubuntu    ( 163665个结果
linux搭建gitlab服务器
1.安装python sudo yum install -y curl policycoreutils-pythonopenssh-server 2.将SSH服务设置成开机自启动,分别执行以下命令: sudo systemctl enable sshd sudo systemctl start ss ...
分类:系统相关   时间:2021-07-01 17:07:32    阅读次数:0
Python pandas.DataFrame.get_dtype_counts函数方法的使用
Pandas是基于NumPy 的一种工具,该工具是为了解决数据分析任务而创建的。Pandas 纳入了大量库和一些标准的数据模型,提供了高效地操作大型数据集所需的工具。Pandas提供了大量能使我们快速便捷地处理数据的函数和方法。你很快就会发现,它是使Python成为强大而高效的数据分析环境的重要因素 ...
分类:编程语言   时间:2021-07-01 16:57:12    阅读次数:0
Ubuntu设置用户自动登录
Ubuntu设置用户自动登录 方式一 安装时勾选用户自动登录 方式二 系统设置内设置开启用户自动登录 方式三 vim /etc/lightdm/lightdm.conf autologin-user=username ...
分类:系统相关   时间:2021-07-01 16:46:23    阅读次数:0
什么是 Python Django Flask &Tornado
什么是 Python? | 甲骨文开发人员 https://developer.oracle.com/python/what-is-python/ Coroutines and concurrency — Tornado 6.1 documentation https://www.tornadowe ...
分类:编程语言   时间:2021-07-01 16:45:20    阅读次数:0
Python_基本数据类型和序列的概念及使用方法
Python基本数据类型 数字 整数:正整数、负整数、0 浮点数:整数和小数部分组成,也可用科学记数法表示 复数:实部和虚部组成,表示一个复数时可以将其实部和虚部相加(例:3.14+12.5j) 字符串 字符串就是连续的字符序列,可以是计算机所能表示的一切字符的集合。 字符串为不可变序列。字符串的使 ...
分类:编程语言   时间:2021-07-01 16:44:57    阅读次数:0
python性能工具--初识locust
一、官方示例 地址:https://docs.locust.io/en/stable/quickstart.html#how-to-write-a-real-locust-file 二、安装Locust Windows系统安装locust: 直接通过 pip install locustio 命令安 ...
分类:编程语言   时间:2021-07-01 16:30:11    阅读次数:0
利用python库识别图片中的文字
一、安装 需要安装两个库和一个识别引擎tesseract-ocr 1 pip install pytesseract 2 pip install pillow windows安装识别引擎,打开这个站点找到最新版下载后安装即可:https://digi.bib.uni-mannheim.de/tess ...
分类:编程语言   时间:2021-07-01 16:25:13    阅读次数:0
PaddleDetection 导出PP-YOLO 类型模型时报错AssertionError: Bad argument number for Assign: 2, expecting 3 解决记录
详细报错记录: paddle_38) ziyueshijue@ziyueshijue-desktop:~/work/cppwork/padleDemo/model/PaddleDetection$ python tools/export_model.py -c configs/ppyolo/ppyo ...
分类:其他好文   时间:2021-07-01 16:23:33    阅读次数:0
ubuntu18.04 软件源配置
一、配置软件源1.1 运行命令: sudo gedit /etc/apt/sources.list1.2 在文件中加入软件源 清华源: deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ bionic main restricted universe m ...
分类:系统相关   时间:2021-06-30 18:36:50    阅读次数:0
查看Ubuntu版本
使用命令 lsb_release -a ...
分类:系统相关   时间:2021-06-30 18:34:04    阅读次数:0
163665条   上一页 1 ... 8 9 10 11 12 ... 16367 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!