码迷,mamicode.com
首页 >  
搜索关键字:continuous integrati    ( 434个结果
Jenkins与.NET项目
转自: https://blog.dangl.me/categories Continuous Integration RSS ...
分类:Web程序   时间:2016-12-05 17:11:39    阅读次数:278
《敏捷开发的45个习惯》
开篇第一句:continuous development,not episodic。 1以迭代的方式工作: 缺定一小块时间的计划,按时完成他们。 2态度决定一切 a指责不能解决bug b欲速不达:普通的码农不理解那块代码,只要能够工作就好,要么直接复制,要么直接调用。优秀的程序员会深挖一层,想明白会 ...
分类:其他好文   时间:2016-11-13 22:52:46    阅读次数:338
CI-持续集成
1 概述 持续集成(Continuous Integration)是一种软件开发实践。 2 主要环境及工具 Git代码管理系统(如:GitOSC) Linux操作系统(Ubuntu) Jenkins系统软件安装包 Jenkins的Python语言的SDK Python及 Tornado Web 框架 ...
分类:其他好文   时间:2016-11-09 11:06:07    阅读次数:217
hdu 5898 odd-even number(数位dp)
Problem Description For a number,if the length of continuous odd digits is even and the length of continuous even digits is odd,we call it odd-even nu ...
分类:其他好文   时间:2016-11-03 14:19:28    阅读次数:225
Android的自动对焦
1,什么是自动对焦? 安卓的自动对焦的概念是指能够在指定的位置计算出准确的焦点位置. 这个就好像是传统意义上的手动对焦。但是google是这个意思. 2.什么是追焦? 安卓的追焦是指FOCUS_MODE_CONTINUOUS_VIDEO ,这个才是安卓的追焦点,也就是传统意义上的自动对焦.但是goo ...
分类:移动开发   时间:2016-10-31 16:27:34    阅读次数:216
SQL Server ->> PERCENTILE_CONT、PERCENTILE_DISC 和 PERCENT_RANK 函数
PERCENTILE_CONT和PERCENTILE_DISC都是为了计算百分位的数值,比如计算在某个百分位时某个栏位的数值是多少。他们的区别就是前者是连续型,后者是离散型。CONT代表continuous,DISC代表discrete。PERCENTILE_CONT是连续型意味它考虑的是区间,所以 ...
分类:数据库   时间:2016-10-20 00:07:33    阅读次数:639
[LeetCode] Split Array Largest Sum 分割数组的最大值
Given an array which consists of non-negative integers and an integer m, you can split the array into m non-empty continuous subarrays. Write an algor ...
分类:编程语言   时间:2016-10-06 15:06:06    阅读次数:363
01-复杂度2 Maximum Subsequence Sum (25分)
Given a sequence of KKK integers { N1N_1N?1??, N2N_2N?2??, ..., NKN_KN?K?? }. A continuous subsequence is defined to be { NiN_iN?i??, Ni+1N_{i+1}N?i+1 ...
分类:其他好文   时间:2016-09-25 13:20:52    阅读次数:224
HDU 5898 odd-even number 数位DP
odd-even number Problem Description For a number,if the length of continuous odd digits is even and the length of continuous even digits is odd,we cal ...
分类:其他好文   时间:2016-09-18 21:00:51    阅读次数:149
统计与分布的相关知识
变量 变量按变量值是否连续可分为连续变量与离散变量两种。 连续变量(continuous variable)与离散变量(discrete variable) 连续变量 在一定区间内可以任意取值的变量叫连续变量,其数值是连续不断的,相邻两个数值可作无限分割,即可取无限个数值。 离散变量 离散变量是指其 ...
分类:其他好文   时间:2016-09-15 20:24:12    阅读次数:521
434条   上一页 1 ... 26 27 28 29 30 ... 44 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!