码迷,mamicode.com
首页 >  
搜索关键字:integration    ( 647个结果
Docker-Compose +Jenkins +Github(续集成Continuous Integration(CI)和持续交付Continuous Delivery(CD))
1、Jenkins 安装 https://blog.csdn.net/u011254180/article/details/81878791 2、github 及 Jenkins 配置 https://blog.csdn.net/u011254180/article/details/82153445 ...
分类:其他好文   时间:2020-01-06 12:55:06    阅读次数:61
【转】Spring 配置 定时任务
官档地址:https://docs.spring.io/spring/docs/5.1.4.RELEASE/spring-framework-reference/integration.html#scheduling spring里可以做两种方式的定时任务: 1. spring 自带的 定时任务 实 ...
分类:编程语言   时间:2020-01-06 00:12:13    阅读次数:64
持续集成是什么?
互联网软件的开发和发布,已经形成了一套标准流程,最重要的组成部分就是持续集成(Continuous integration,简称CI)。 本文简要介绍持续集成的概念和做法。 一、概念 持续集成指的是,频繁地(一天多次)将代码集成到主干。 它的好处主要有两个。 (1)快速发现错误。每完成一点更新,就集 ...
分类:其他好文   时间:2020-01-01 22:10:16    阅读次数:85
灵活运用SQL Server2008 SSIS变量
在SSIS开发ETL(Extract-Transform-Load),数据抽取、转换、装载的过程。我们需要自己定义变量 一、SSIS变量简介 SSIS(SQL Server Integration Services,SQL Server整合服务)变量分分为两种,一种是系统变量,一种用户定义的变量。系 ...
分类:数据库   时间:2019-12-29 10:51:19    阅读次数:74
net core 3 使用 autofac
参考官方:https://docs.autofac.org/en/latest/integration/aspnetcore.html#startup-class 有一些变动,现在暂时还没用net core3 做项目 在Startup类中(在所有版本的ASP.NET Core中基本相同),然后使用C ...
分类:Web程序   时间:2019-12-23 13:09:56    阅读次数:217
macos Item2 添加 Shell Integration (ftp传输)
macos系统 的item2软件 的 Shell Integration (ftp传输) 功能强大,无需 安装其他ftp软件,也是为了保证 密码安全 在使用时报错如下(因为本地 ping不通): Failed to connect to xxxxxx:22. Double-check that th ...
分类:系统相关   时间:2019-12-17 22:48:02    阅读次数:175
SAP Cloud Platform integration上创建一个最简单的iFlow
登录SAP CPI控制台,点击这个铅笔图标进入工作区域: 选择一个已经存在的content package: 在这个content package里创建一个新的iFlow: 默认生成的iFlow模型如下。删除Sender,因为在这个最简单的iFlow里,我们采用timer方式触发: 删除Sender ...
分类:其他好文   时间:2019-12-17 15:17:47    阅读次数:109
ssis 项目部署模型
前几天完成了对ssis的整套流程的熟悉,今天对部署有了一个新的认识,记录一下 上一篇地址:SSIS 初次接触 + 开发记录 之前是使用的包部署模型对项目进行了部署,今天发现可以使用项目部署模型来进行部署,但是需要注意以下几点 1:sql server 端在 "Integration Services ...
分类:其他好文   时间:2019-12-16 17:25:10    阅读次数:74
使用hangfire在xunit中
框架为:abp hangfire配置连接:https://aspnetboilerplate.com/Pages/Documents/Hangfire-Integration 在单元测试中如何配置呢? 1.我认为首先要配置测试类库的module ...
分类:其他好文   时间:2019-12-12 14:47:57    阅读次数:62
Appendix 2- Lebesgue integration and Reimann integration
Lebesgue integration and Reimann integration: Reimann: Split up the axis into equal intervals, then approximate the function within each interval, add ...
分类:移动开发   时间:2019-12-06 13:37:38    阅读次数:86
647条   上一页 1 ... 5 6 7 8 9 ... 65 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!