Use CCD 如果是真,连续碰撞检测将用于这个组件 if true continuous collisioin detection will be used for this component Always Create Physics State 指示我们是否想要创建物理状态于所有时间(用于碰 ...
分类:
其他好文 时间:
2018-05-21 19:30:26
阅读次数:
209
生活还很长,别急,慢慢来。亲爱的 require(ggplot2)p1 <- ggplot(mpg, aes(displ, hwy)) + geom_point() ; p1p1 + scale_x_continuous("Engine displacement (L)") + scale_y_co ...
分类:
其他好文 时间:
2018-05-20 00:14:37
阅读次数:
280
1. Classic form of nonlinear programming F1: $f,h,g$ are arbitrary (not necessarily diferentiable or continuous) functions. F2: F3: $$\begin{align } & ...
分类:
其他好文 时间:
2018-05-19 16:57:03
阅读次数:
230
[抄题]: Given a list of non-negative numbers and a target integer k, write a function to check if the array has a continuous subarray of size at least 2 ...
分类:
其他好文 时间:
2018-05-17 00:50:39
阅读次数:
198
持续集成交付部署是什么意思,它给我们带来什么好处? 先贴一张图 持续集成(Continuous Integration) 持续集成强调开发人员提交了新代码之后,立刻进行构建、(单元)测试(这个要看情况了是否需要) 持续交付(Continuous Delivery) 持续交付在持续集成的基础上,将集成 ...
分类:
Web程序 时间:
2018-05-15 20:56:07
阅读次数:
396
Ref: "blue green" "Canary Release" "Continuous Delivery" ...
分类:
其他好文 时间:
2018-04-29 15:29:20
阅读次数:
140
简评:GitHub 上最受欢迎的 CI 工具。 持续集成(Continuous integration)指的是,频繁地(一天多次)将代码集成到主干。 持续集成工具让产品可以快速迭代,同时还能保持高质量,可以快速的发现错误,防止分支大幅偏离主干。 持续交付(Continuous delivery)指的 ...
分类:
其他好文 时间:
2018-04-23 12:14:04
阅读次数:
198
[抄题]: Given an unsorted array of integers, find the length of longest continuous increasing subsequence (subarray). Example 1: Example 2: [暴力解法]: 时间分析 ...
分类:
编程语言 时间:
2018-04-21 17:41:00
阅读次数:
129
前言 什么是CI/CD? CI (Continuous Integration) 持续集成, CD (Continuous Delivery) 持续部署 个人理解 本地开发代码, 提交远程仓库 仓库接收到提交操作,进入持续集成, 包括编译,自动化测试 (CI) 编译测试成功后,部署到线上服务器(CD ...
分类:
其他好文 时间:
2018-04-13 17:49:56
阅读次数:
203
1 首先回答:什么是离散数据?什么是连续数据? 统计学中经常会见到离散数据和连续数据或者离散变量或者连续变量,理解这两种数据的背后含义如下: 1) continuous variable or discrete variable ; continuous data or discrete data。 ...
分类:
其他好文 时间:
2018-04-01 01:00:24
阅读次数:
280