码迷,mamicode.com
首页 >  
搜索关键字:latest    ( 1907个结果
python爬取数据保存入库
import urllib2 import re import MySQLdb class LatestTest: #初始化 def __init__(self): self.url="https://toutiao.io/latest" self.UserAgent='Mozilla/5.0 (W... ...
分类:编程语言   时间:2017-01-05 09:52:16    阅读次数:262
Percona 5.7安装
一、从官网下载Percona5.7 地址:https://www.percona.com/downloads/Percona-Server-5.7/LATEST/ 需要注意是服务器的版本。我这里选择的是Percona-Server-5.7.16-10-ra0c7d0d-el6-x86_64-bund ...
分类:其他好文   时间:2016-12-22 20:28:39    阅读次数:1561
python jenkins-api
sudo pip install python-jenkins http://python-jenkins.readthedocs.io/en/latest/api.html import jenkins jenkins_server_url='http://129.0.1.220:8080/jen ...
分类:编程语言   时间:2016-12-22 15:01:01    阅读次数:439
docker容器轻量级web管理工具之portainer
portainer部署&监控工具官方地址:https://github.com/portainer/portainer部署方法:https://portainer.readthedocs.io/en/latest/deployment.html方法1、基于本地容器的部署【推荐】以192.168.2.29这台主机为例。首先需要开启docker的2375端口vi/etc/sysconfig/docker添..
分类:Web程序   时间:2016-12-21 03:19:24    阅读次数:10275
python简易爬虫实现
目的:爬取昵称 目标网站:糗事百科 依赖的库文件:request、sys、beautifulSoup4、imp、io Python使用版本:3.4 说明:参考http://cn.python-requests.org/zh_CN/latest/user/quickstart.html 步骤: 一、熟 ...
分类:编程语言   时间:2016-12-20 23:53:07    阅读次数:251
C#数据仓储类
https://ninesky.codeplex.com/SourceControl/latest ...
分类:Windows程序   时间:2016-12-19 07:58:02    阅读次数:302
分布式一致性算法
paxos paxos use in mesos http://mesos.apache.org/documentation/latest/replicated-log-internals/ zab use in zookeeper, zab v.s. paxos https://cwiki.apa ...
分类:编程语言   时间:2016-12-18 21:08:57    阅读次数:324
NodeJS使用mysql
1.环境准备 手动添加数据库依赖: 在package.json的dependencies中新增, “mysql” : “latest”, 使用命令安装mysql并添加依赖: 2.官方例子: 运行node ...
分类:数据库   时间:2016-12-18 20:30:09    阅读次数:213
【python】操作excel——xlrd xlwt xlutils
参考文档: http://xlutils.readthedocs.io/en/latest/copy.html ...
分类:编程语言   时间:2016-12-14 13:38:49    阅读次数:214
Git for Windows v2.11.0 Release Notes
homepage faq contribute bugs questions homepage faq contribute bugs questions Git for Windows v2.11.0 Release Notes Latest update: December 1st 2016 I ...
分类:Windows程序   时间:2016-12-14 07:51:46    阅读次数:461
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!