上一页 1 ··· 6 7 8 9 10

2016年3月21日

mysql增量备份 percona-xtrabackup

摘要: 一、测试环境 二、安装软件及其作用 软件名:percona-xtrabackup 作用:针对Mysql数据库进行热备份,及增量备份,主要应用于innodb引擎 三、安装步骤 四、备份及恢复命令 同第二次增量备份 五、脚本 阅读全文

posted @ 2016-03-21 09:52 奋斗中的码农 阅读(338) 评论(0) 推荐(0)

2016年3月17日

pip安装lxml报错

摘要: 报错信息![](6a9f8494-8771-49c6-a663-cdcb2bdea123_files/0f4e7b93-9725-4c02-97a8-298d395b6169.png)解决方法:```pythonyum-yinstalllibxml2libxml2-devellibxsltlibxslt-devel```![](6a9f8494-8771-49c6-a663-cdcb2... 阅读全文

posted @ 2016-03-17 12:07 奋斗中的码农 阅读(515) 评论(0) 推荐(0)

2016年3月14日

Python3.5 queue模块详解

摘要: queue介绍 queue是python中的标准库,俗称队列,可以直接import 引用,在python2.x中,模块名为Queue 在python中,多个线程之间的数据是共享的,多个线程进行数据交换的时候,不能够保证数据的安全性和一致性,所以当多个线程需要进行数据交换的时候,队列就出现了,队列可以完美解决线程间的数据交换,保证线程间数据的安全性和一致性 queue模块有三种队列及构造函数... 阅读全文

posted @ 2016-03-14 08:17 奋斗中的码农 阅读(18864) 评论(3) 推荐(0)

2016年1月10日

python之路-模块 splinter

摘要: Splinter介绍Splinter is an open source tool for testing web applications using Python. It lets you automate browser actions, such as visiting URLs and interacting with their items. Splinter 是一个使用Pyth... 阅读全文

posted @ 2016-01-10 16:32 奋斗中的码农 阅读(867) 评论(0) 推荐(0)

2016年1月9日

python之路-模块 WebDriver API

摘要: 相关文档:http://selenium-python.readthedocs.org/en/latest/api.html#selenium.common.exceptions.InvalidElementStateException来自为知笔记(Wiz) 阅读全文

posted @ 2016-01-09 23:57 奋斗中的码农 阅读(264) 评论(0) 推荐(0)

2016年1月7日

python之路-模块安装 paramiko

摘要: paramiko介绍(全是洋文,看不懂啊,赶紧有道翻译吧,等有朝一日,我去报个华尔街): "Paramiko" is a combination of the esperanto words for "paranoid" and "friend". It's a module for Python 阅读全文

posted @ 2016-01-07 22:33 奋斗中的码农 阅读(1381) 评论(1) 推荐(1)

python之路-pip安装

摘要: pip类似RedHat里面的yum,安装Python包非常方便 安装pip方法: 1、安装环境:ubuntu-14.04.2 2、安装环境:centos 6.6 (红帽的系统也可以) 阅读全文

posted @ 2016-01-07 22:23 奋斗中的码农 阅读(2062) 评论(2) 推荐(1)

2016年1月6日

python之路-随笔 python处理excel文件

摘要: 小罗问我怎么从excel中读取数据,然后我百了一番,做下记录 以下代码来源于:http://www.cnblogs.com/lhj588/archive/2012/01/06/2314181.html excel数据图(小罗说数据要给客户保密,我随手写了几行数据): python读取excel文件代码: #!/usr/bin/env python # -*- coding: ut... 阅读全文

posted @ 2016-01-06 13:55 奋斗中的码农 阅读(1065) 评论(0) 推荐(0)

上一页 1 ··· 6 7 8 9 10

导航