转自: https://blog.dangl.me/categories Continuous Integration RSS ...
分类:
Web程序 时间:
2016-12-05 17:11:39
阅读次数:
278
开篇第一句:continuous development,not episodic。 1以迭代的方式工作: 缺定一小块时间的计划,按时完成他们。 2态度决定一切 a指责不能解决bug b欲速不达:普通的码农不理解那块代码,只要能够工作就好,要么直接复制,要么直接调用。优秀的程序员会深挖一层,想明白会 ...
分类:
其他好文 时间:
2016-11-13 22:52:46
阅读次数:
338
1 概述 持续集成(Continuous Integration)是一种软件开发实践。 2 主要环境及工具 Git代码管理系统(如:GitOSC) Linux操作系统(Ubuntu) Jenkins系统软件安装包 Jenkins的Python语言的SDK Python及 Tornado Web 框架 ...
分类:
其他好文 时间:
2016-11-09 11:06:07
阅读次数:
217
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
1,什么是自动对焦? 安卓的自动对焦的概念是指能够在指定的位置计算出准确的焦点位置. 这个就好像是传统意义上的手动对焦。但是google是这个意思. 2.什么是追焦? 安卓的追焦是指FOCUS_MODE_CONTINUOUS_VIDEO ,这个才是安卓的追焦点,也就是传统意义上的自动对焦.但是goo ...
分类:
移动开发 时间:
2016-10-31 16:27:34
阅读次数:
216
PERCENTILE_CONT和PERCENTILE_DISC都是为了计算百分位的数值,比如计算在某个百分位时某个栏位的数值是多少。他们的区别就是前者是连续型,后者是离散型。CONT代表continuous,DISC代表discrete。PERCENTILE_CONT是连续型意味它考虑的是区间,所以 ...
分类:
数据库 时间:
2016-10-20 00:07:33
阅读次数:
639
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
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
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