Skip to content
  • 关于我

charlie笔记

A programmer’s note boke for work and life

标签:python

python unitest webdriver 自动化测试并出报告文件,发送邮件

24 12月 by helenadmin

#引导index #!/usr/bin/python # -*- coding: utf-8 -*- ”’ […]

Continue reading
Posted in Python · Tagged python, unitest, webdriver

Python+Selenium+Webdriver常用函数

18 12月 by helenadmin

常用方法函数 加载浏览器驱动: webdriver.Firefox() 打开页面:get() 关闭浏览器:qu […]

Continue reading
Posted in Python · Tagged python, Selenium, Webdriver常用函数

Python实现字符型图片验证码识别

25 1月 by helenadmin

一般情况下,对于字符型验证码的识别流程如下: 准备原始图片素材 图片预处理 图片字符切割 图片尺寸归一化 图片 […]

Continue reading
Posted in Python · Tagged python, 图片识别, 字符型图片验证码识别

python 利用binlog实时计算

02 5月10 11月 by helenadmin

因为MySQL本身就有帮你记录日志, 而且记录的日志比自己应用程序的要准确的多(MySQL 需要开启row模式 […]

Continue reading
Posted in Python · Tagged python · 1 Comment

redhatenterprise5.564位安装wxpython

10 2月10 11月 by

感些阅读此贴。。我这个疑问困扰了好多天,如果你有思路清给些提示。 谢谢 我的系统是redhat enterpr […]

Continue reading
Posted in Python · Tagged python

pythonv3.1alpha2

10 2月10 11月 by

python是一种面向对象、直译式计算机程序设计语言,也是一种功能强大而完善的通用型语言,已经具有十多年的发展 […]

Continue reading
Posted in Python · Tagged python

运维工程师为什么要学习python或ruby语言

10 2月10 11月 by

如果你是个学生,你应该会c,c++和java。还会一些vb,或c#/.net。多少你还可能开发过一些web网页 […]

Continue reading
Posted in Python · Tagged python

python中is和in的区别

10 2月10 11月 by

a=[1,2,3] b=[1,2,3] c=d=[1,2,3] 怎么c is d结果为true,而a in b […]

Continue reading
Posted in Python · Tagged python

运维新手们,看看学习python的重要性

10 2月10 11月 by

现阶段,掌握一门开发语言已经成为高级运维工程师的必备计能,不会开发,你就不能充分理解你们系统的业务流程,你就不 […]

Continue reading
Posted in Python · Tagged python

请问各位大大,cron无法执行修改后的python脚本

10 2月10 11月 by

我修改了cron定时执行的python脚本,该脚本之前是能够定时正确运行的,我在该脚本中加入了一些代码,但是当 […]

Continue reading
Posted in Python · Tagged python

rhel6从源码安装python及其他软件包

10 2月10 11月 by

rhel6从源码安装python及其他软件包 ## get zlib-devel source and bui […]

Continue reading
Posted in Python · Tagged python

centos搭建python+nginx+tornado+mysql环境

10 2月10 11月 by

python是一种解释型、面向对象、动 态数据类型的高级程序设计语言。自从20世纪90年代初python语言诞 […]

Continue reading
Posted in Python · Tagged python

rhel6.5上vim最新版的安装并增加对python2.7.5的支持

10 2月10 11月 by

git上的很多vim插件,都需要vim的高版本,而rhel6.5默认安装的vim为7.2,要使vim支持这些插 […]

Continue reading
Posted in Python · Tagged python

求助:fedora9卸载python后不能启动

10 2月10 11月 by

各位tx好,我装了fedora9 ,后来想自动升级到fedora 16,升级时python下面一个文件错误,我 […]

Continue reading
Posted in Python · Tagged python

python学习笔记

10 2月10 11月 by

大多数 linux 发布版本在默认安装的情况下就已经提供了 python。在命令行下测试一下python,就可 […]

Continue reading
Posted in Python · Tagged python

python2.6.3

10 2月10 11月 by

we are pleased to announce the release of python 2.6.3, […]

Continue reading
Posted in Python · Tagged python

diveintopython3书籍

10 2月10 11月 by

pe into python 3,可自由下载chm,pdf版。 地址http://peintopython3. […]

Continue reading
Posted in Python · Tagged python

python在redhat中解压不成功

10 2月10 11月 by

为什么我在redhat中解压python.2.7.2.tgz,解压不成功? 我用的是tar zxvf pyth […]

Continue reading
Posted in Python · Tagged python

python模块匹配,刚开始学,看到这看不懂了,帮看一下吧

10 2月10 11月 by

code: >>> match = re.match(‘hello[ \t]*(.*)world& […]

Continue reading
Posted in Python · Tagged python

怎么用python在linux下编写菜单

10 2月10 11月 by

我想用python编写以个菜单,但是多重的菜单应该怎么写?有没高手请教下。 下面是我菜单的框架: 主菜单&#8 […]

Continue reading
Posted in Python · Tagged python

python实现读取指定目录下的文件,并放入到一个数组中

10 2月10 11月 by

python实现读取指定目录下的文件,并放入到一个数组中 我想用python实现,寻找制定的目录,并在该目录中 […]

Continue reading
Posted in Python · Tagged python

pythonv3.1final发布

10 2月10 11月 by

跨平台的脚本语言 发布说明:http://www.python.org/download/releases/3 […]

Continue reading
Posted in Python · Tagged python

python3.1rc1

10 2月10 11月 by

一门跨平台的语言,python几乎支持所有的操作系统,包括常见的linux,windows等。 gzipped […]

Continue reading
Posted in Python · Tagged python

pythonv3.1beta1发布

10 2月10 11月 by

功能强大的通用性语言 发布说明:http://www.python.org/download/releases […]

Continue reading
Posted in Python · Tagged python

近期文章

  • python selenium 采集百家号文章
  • 嫦娥五号完成月球钻取采样及封装
  • 如何用GAN做语义分割
  • 从源码学习Transformer!
  • TensorFlow 2.0入门指南

近期评论

  • helenadmin发表在《ES(ElasticSearch)分布式全文搜索引擎及使用方式》
  • πιστοποιητικο υγειας发表在《redis队列操作》
  • chat webcam发表在《php代码优化点》
  • Darby发表在《成人影片制作商:VR可以提高性生活质量》
  • creapublicidadonline.es发表在《golang语言的特性》

文章归档

  • 2021年一月
  • 2020年十二月
  • 2020年十一月
  • 2020年十月
  • 2020年九月
  • 2020年八月
  • 2020年七月
  • 2020年六月
  • 2020年五月
  • 2020年四月
  • 2020年三月
  • 2020年二月
  • 2020年一月
  • 2019年十二月
  • 2019年十一月
  • 2019年十月
  • 2019年九月
  • 2019年八月
  • 2019年七月
  • 2019年六月
  • 2019年五月
  • 2019年四月
  • 2019年三月
  • 2019年二月
  • 2019年一月
  • 2018年十二月
  • 2018年十一月
  • 2018年十月
  • 2018年九月
  • 2018年七月
  • 2018年六月
  • 2018年三月
  • 2018年二月
  • 2018年一月
  • 2017年十二月
  • 2017年十一月
  • 2017年十月
  • 2017年九月
  • 2017年八月
  • 2017年七月
  • 2017年六月
  • 2017年五月
  • 2017年四月
  • 2017年三月
  • 2017年一月
  • 2016年十二月
  • 2016年十一月
  • 2016年十月
  • 2016年九月
  • 2016年八月
  • 2016年七月
  • 2016年六月
  • 2016年五月
  • 2016年四月
  • 2016年三月
  • 2016年二月
  • 2015年八月
  • 2015年七月
  • 2015年六月
  • 2015年五月
  • 2014年七月
  • 2014年六月
  • 2014年五月
  • 1970年一月

分类目录

  • Database
  • focus—-实时热搜
  • js&jquery
  • PHP
  • Python
  • 新技术研习
  • 服务器相关技术
  • 算法
  • 缓存技术
  • 随笔

功能

  • 登录
  • 文章RSS
  • 评论RSS
  • WordPress.org
© 2021 charlie笔记 ·