安装rpy2
提示readline.h报错时候,需要 yum install libtermcap-devel n… 继续阅读 安装rpy2
提示readline.h报错时候,需要 yum install libtermcap-devel n… 继续阅读 安装rpy2
#!/usr/bin/env python # -*- coding:utf-8 -*- impor… 继续阅读 七牛上传
重装python的distribution: 下载 distribution : https://p… 继续阅读 pkg_resources.DistributiionNotDound: The pip==7.1.0 distribution was not found and is required by the application
#包下载 https://files.pythonhosted.org/packages/4d/de… 继续阅读 手动离线安装ansible
yum install -y ansible wget http://releases.ansibl… 继续阅读 centos6.5快速安装Ansible Tower 3.0.4
pydash是一个简易的系统信息监控工具 cd /data yum install -y git p… 继续阅读 pydash
拉取镜像 docker pull registry.cn-hangzhou.aliyuncs.com… 继续阅读 搭建docker-caffe-anaconda-open_nsfw雅虎鉴黄环境
nginx对应也会出现错误***** upstream time out,报错信息为: *** uW… 继续阅读 uWSGI listen queue 队列溢出的问题
#!/usr/bin/env python # -*- coding:utf-8 -*- impor… 继续阅读 envelopes+七牛实现html邮件
#jupyter Jupyter Notebook是一个交互式笔记本,支持运行 40 多种编程语言。… 继续阅读 jupyter
#!/usr/bin/python # -*- coding:utf-8 -*- import os… 继续阅读 pyinotify.py
https://github.com/ansible/ansible windows系统不可以做控制… 继续阅读 ansible安装
https://github.com/vi3k6i5/flashtext http://flasht… 继续阅读 python数据清洗模块Flashtext
SQL注入就是通过把SQL命令插入到Web表单递交或输入域名或页面请求的查询字符串,最终达到欺骗服务… 继续阅读 SQL注入
https://github.com/retspen/webvirtmgr/wiki/Install… 继续阅读 WebVirtMgr虚拟机管理系统
安装python2和3 默认3 pip -V测试pip调用路径 在python2下查看pip路径 -… 继续阅读 多版本python下使用pip
#!/usr/bin/python # coding:utf-8 from pyftpdlib.au… 继续阅读 python的ftp模块
MojoWebQQ容易自动停止客户端,因此在停止时增加通知功能。 #!/usr/bin/python… 继续阅读 zabbix:MojoWebQQ掉线提醒
os.getcwd() 获取当前工作目录,即当前python脚本工作的目录路径 os.chdir(“… 继续阅读 python模块os
python 字符串查找有4个方法,1 find,2 index方法,3 rfind方法,4 rin… 继续阅读 python字符串查找:find和index方法