码迷,mamicode.com
首页 >  
搜索关键字:pipeline    ( 994个结果
完整的http请求在IIS和asp.net framework中的处理流程
完整的http请求在IIS和asp.net framework中的处理流程:HttpRequest-->inetinfo.exe-->IIS的.net扩展程序ASPNET_ISAPI.DLL-->Http Pipeline-->ASP.NET工作者进程ASPNET_WP.EXE(IIS5.0中)/w...
分类:Web程序   时间:2015-01-28 17:33:56    阅读次数:142
jenkins插件pipeline使用介绍
pipeline字面意思就是流水线,将很多步骤按顺序排列好,做完一个执行下一个。下面简单介绍下如何使用该插件帮我们完成一些流水线型的任务 一,安装pipeline。 进入jenkins的【系统管理】--【插件管理】页面,选择...
分类:其他好文   时间:2015-01-26 21:12:20    阅读次数:302
ceilometer主要组件分析
一、Agent 主要有compute agent 和central agent,还有一些其他的agent这里暂时不分析。 agent初始化时会动态加载给定namespace的pollster插件,并通过PollingTask管理pollster的调用,为每个pollster配置pipeline。.....
分类:其他好文   时间:2015-01-20 23:37:35    阅读次数:446
dx11 入门 Tutorial 03: 什么是shader DirectXSampleBrowser(June 2010)
对shader的认知:shader是什么?In Direct3D 11, shaders reside in different stages of the graphics pipeline. They are short programs that,executed by the GPU, ta...
分类:其他好文   时间:2015-01-16 23:49:39    阅读次数:246
SharePoint Workflow架构(二)Workflow 事件处理(Event Processing)
本文是SharePoint Workflow架构的系列部分。介绍Event Process 和Event Pipeline。提交一个Task的时候,是如何和workflow实例通信的?...
分类:其他好文   时间:2015-01-09 14:23:29    阅读次数:227
SharePoint Workflow架构(二)Workflow 事件处理管道(Event Processing Pipeline)
本文是SharePoint Workflow架构系列文章之一,介绍Workflow 事件处理管道(Event Processing Pipeline),数据交换服务(Data Exchange Service),ITaskService 和Correlation。...
分类:其他好文   时间:2015-01-08 15:26:04    阅读次数:123
Python爬虫框架Scrapy 学习笔记 5 ------- 使用pipelines过滤敏感词
还是上一篇博客的那个网站,我们增加了pipeline.pyitems.pyfromscrapy.itemimportItem,Field classWebsite(Item): name=Field() description=Field() url=Field()dmoz.pyfromscrapy.spiderimportSpider fromscrapy.selectorimportSelector fromdirbot.itemsimportWebsite ..
分类:编程语言   时间:2015-01-06 18:12:30    阅读次数:391
Beta版本发布说明
项目名称Pipeline项目版本Beta版本负责人北京航空航天大学计算机学院 C705团队联系方式http://www.cnblogs.com/C705/发布日期2014-12-28更新内容:1.修复缺陷: a)修复了数据库插入异常 b)翻译功能的更新和优化2.新功能: a)增加对问答对的信息...
分类:其他好文   时间:2014-12-28 22:13:42    阅读次数:136
Pipeline(swust oj 0695)
题目描述:http://acm.swust.edu.cn/problem/0695/AC代码:#includestruct point{ int x,y;};struct point p[10020];void sort(int a,int b){ int i,j; for(i=a...
分类:其他好文   时间:2014-12-28 18:07:00    阅读次数:188
《OpenGL着色语言》理解点记录二
别人提到“OpenGL的处理管线”时,意味着什么?准确的讲,应该是“OpenGL图形处理管线”,“管线”带有特定的顺序,在OpenGL中就是Graphics Processing Pipeline。在OpenGL中更像一个流程图,流程图基本架构从来都没有变过。“向OpenGL发送几何数据”指的是什么...
分类:编程语言   时间:2014-12-26 00:55:10    阅读次数:195
994条   上一页 1 ... 90 91 92 93 94 ... 100 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!