一、软件质量 CMMI:capability maturity model integration 软件能力成熟度模型 QA:quality assurance 质量保证 QC:quality control 质量控制 Software requirement specification:软件需求规 ...
分类:
其他好文 时间:
2018-06-15 15:59:59
阅读次数:
199
一、什么是SSIS? 1)SSIS全称为Microsoft SQL Server Integration Services。 2)ETL全称为Extraction, Transformation and Load,也就是数据抽取,转换与加载。 3)SSIS是一个用来创建ETL解决方案的软件平台,它包 ...
分类:
其他好文 时间:
2018-06-15 00:56:16
阅读次数:
220
本书的源代码:https://github.com/wakaleo/jenkins the definitive guide book 持续集成(CI,Continuous Integration),就是一个能监控你版本控制系统变化的工具。无论任何时候,只要检测到有变化,这个工具就会自动编译和测试你 ...
分类:
其他好文 时间:
2018-06-03 19:26:27
阅读次数:
134
FT of function $f(t)$ is to take integration of the product of $f(t)$ and $e^{-j\Omega t}$ $\displaystyle{ \mathcal{F}\Big( f(t) \Big) = \int_{-\infty ...
分类:
其他好文 时间:
2018-06-02 17:10:22
阅读次数:
198
使用Capybara进行JS的集成测试谈论驱动让测试通过Webpack in Development Mode Js设计 是用户在网页上有好的体验的重要因素。 尽管如此,许多网页不测试JS。 部分原因是js难以测试。交互和逻辑是依靠用户在网页上的交互动作,这就难了。 Js框架也不支持简单的单元测试。 ...
分类:
编程语言 时间:
2018-05-31 12:52:09
阅读次数:
176
1、Spring应用开发常见包命名规范 controller:控制器 service:服务-接口 impl:服务-实现 integration sao:调用其他模块的,把feign的调用放到这个下面 web:供前端调用 remote:调用外部接口(其他模块提供的接口) api:各模块间的调用(对外的 ...
分类:
编程语言 时间:
2018-05-31 00:28:33
阅读次数:
232
https://docs.microsoft.com/en-us/sql/integration-services/run-manage-packages-programmatically/loading-and-running-a-local-package-programmatically?vi ...
The new integration between Flume and Kafka offers sub-second-latency event processing without the need for dedicated infrastructure. In this previous ...
分类:
Web程序 时间:
2018-05-25 14:54:21
阅读次数:
244
https://www.mindtheproduct.com/2016/02/what the hell are ci cd and devops a cheatsheet for the rest of us/ 可持续软件开发 代码开发 代码风格 google::cpplint.py 代码检查 c ...
分类:
其他好文 时间:
2018-05-24 11:51:52
阅读次数:
145
一、软件质量 CMMI:capability maturity model integration 软件能力成熟度模型 QA:quality assurance 质量保证 QC:quality control 质量控制 Software requirement specification:软件需求规 ...
分类:
其他好文 时间:
2018-05-19 14:00:56
阅读次数:
172