码迷,mamicode.com
首页 >  
搜索关键字:pipeline    ( 994个结果
Jenkins pipeline 并行执行任务流
笔者在《Jenkins 在声明式 pipeline 中并行执行任务》一文中介绍了如何在声明式 pipeline 中执行并行的任务。前一段时间,Jenkins 发布了 1.3 版的声明式 pipeline(declarative pipeline),这个版本继续增强了并行执行任务的能力:并行执行的任务 ...
分类:其他好文   时间:2018-10-04 18:55:13    阅读次数:244
使用sqlalchemy用orm方式写pipeline将scrapy item快速存入 MySQL
传统的使用scrapy爬下来的数据存入mysql,用的是在pipeline里用pymysql存入数据库, 这种方法需要写sql语句,如果item字段数量非常多的 情况下,编写起来会造成很大的麻烦. 我使用的python 库:sqlalchemy来编写,用orm的方式,使代码变得非常简洁,按照数据库 ...
分类:数据库   时间:2018-10-04 08:51:19    阅读次数:324
poj1039 Pipe【计算几何】
含【求直线交点】、【判断直线与线段相交】模板 Pipe Time Limit: 1000MS Memory Limit: 10000K Total Submissions:11940 Accepted: 3730 Description The GX Light Pipeline Company s ...
分类:其他好文   时间:2018-10-02 20:11:05    阅读次数:174
ELK部署详解--logstash
logstash.yml # Settings file in YAML## Settings can be specified either in hierarchical form, e.g.:## pipeline:# batch:# size: 125# delay: 5## Or as f ...
分类:其他好文   时间:2018-10-01 11:56:31    阅读次数:251
基于Kubernetes的CI/CD&Pipeline流水线解决方案
基于Kubernetes的CI/CD&Pipeline流水线解决方案
分类:Web程序   时间:2018-09-30 12:47:28    阅读次数:227
Jenkins pipeline 语法详解
原文地址http://www.cnblogs.com/fengjian2016/p/8227532.html pipeline 是一套运行于jenkins上的工作流框架,将原本独立运行于单个或者多个节点的任务连接起来,实现单个任务难以完成的复杂流程编排与可视化。 pipeline 是jenkins2 ...
分类:其他好文   时间:2018-09-28 23:26:40    阅读次数:270
Jedis源码解析(Pipeline的实现
https://blog.csdn.net/ouyang111222/article/details/50942893 https://stackoverflow.com/questions/16119902/jedis-pipeline-multi-throws-classcastexceptio ...
分类:其他好文   时间:2018-09-28 12:40:46    阅读次数:141
MongoDB关联查询
[toc] Aggregate 1. 在 MongoDB 中属于重量级工具 2. pipeline 管道模型理论:后面操作的数据源来源于上一次操作的结果 3. pipeline aggregate stages $lookup 关联表 product 表: _id | productname | p ...
分类:数据库   时间:2018-09-27 14:19:50    阅读次数:185
scrapy框架项目:抓取全部知乎用户信息,并且保存至mongodb
import scrapyimport json,time,refrom zhihuinfo.items import ZhihuinfoItemclass ZhihuSpider(scrapy.Spider): name = 'zhihu' allowed_domains = ['www.zhih ...
分类:数据库   时间:2018-09-27 01:45:24    阅读次数:235
Realsense D430 python pointclound
来自:https://github.com/IntelRealSense/librealsense/issues/1231 import pyrealsense2 as rs pipeline = rs.pipeline() pipe_profile = pipeline.start() frame ...
分类:编程语言   时间:2018-09-26 21:39:33    阅读次数:762
994条   上一页 1 ... 38 39 40 41 42 ... 100 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!