Tag python

DOT + graphviz 轻松画图

DOT + graphviz 轻松画图 http://blog.csdn.net/stormdpzh/article/details/14648827

Scikit-learn Windows 安装

Scikit-learn Windows 安装 访问 http://www.lfd.uci.edu/~gohlke/pythonlibs 下载对应的 whl 文件。 numpy-1.10.4+mkl-cp27-cp27m-win32.whl cp27: python2.7 ...

Set phantomjs user-agent string

示例代码 from selenium import webdriver from selenium.webdriver.common.desired_capabilities import DesiredCapabilities dcap = ...

在 Python 中使用 Protocol Buffer

Protocol Buffer 简介 Protocol Buffer 是谷歌开发的一种数据描述语言,能够将结构化数据序列化,可用于数据存储、通讯协议等方面。可以把它理解为更快、更简单、更小的 JSON 或者 XML,区别在于Protocol ...

Selenium 2.0 自动化测试&高级爬虫

Example1:登录网易邮箱 # coding: utf8 from __future__ import print_function from selenium import webdriver from selenium.webdriver.common.by ...

Python 中的装饰器

一个简单的例子 # coding: utf8 from __future__ import print_function def decorator(func): def wrap(): print("I am doing some boring work before ...


Page 1 / 1