记录一下常用的数据库。 TIMIT也忘记当时从哪下的了,网上也没看到好一点的链接。TIMIT全称The DARPA TIMIT Acoustic-Phonetic Continuous Speech Corpus, 是由德州仪器(TI)、麻省理工学院(MIT)和坦福研究院(SRI)合作构建的声学-音 ...
分类:
数据库 时间:
2017-05-07 11:31:40
阅读次数:
318
Given an array of integers and an integer k, you need to find the total number of continuous subarrays whose sum equals to k. Example 1: Input:nums = ...
分类:
其他好文 时间:
2017-05-06 20:54:30
阅读次数:
186
Given a sequence of K integers { N1, N2, ..., NK }. A continuous subsequence is defined to be { Ni, Ni+1, ..., Nj } where 1 <= i <= j <= K. The Maximu ...
分类:
其他好文 时间:
2017-05-06 15:09:57
阅读次数:
187
Given an array of integers and an integer k, you need to find the total number of continuous subarrays whose sum equals to k. 示例: Note: 题解: 看着题目的注意事项就 ...
分类:
其他好文 时间:
2017-04-30 16:16:17
阅读次数:
160
Given an array of integers and an integer k, you need to find the total number of continuous subarrays whose sum equals to k.Example 1:Input:nums = [1 ...
分类:
其他好文 时间:
2017-04-30 14:03:25
阅读次数:
221
1 continuous integration 持续集成 持续集成强调对于开发人员的每个提交,立刻进行构建、(单元)测试。根据测试结果,我们可以确定新代码和原有代码能否正确地集成在一起。 2 continuous delivery 持续交付 持续交付在持续集成的基础上,将集成后的代码部署到更贴近真 ...
分类:
其他好文 时间:
2017-04-27 17:55:09
阅读次数:
197
#!/bin/bash export SHELL_HOME_PATH=/home/admin/test/data-integration/xlDataMigrationexport LANG=zh_CN.UTF-8export LOGS=/home/admin/test/data-integrati ...
分类:
系统相关 时间:
2017-04-24 17:20:29
阅读次数:
359
523. Continuous Subarray Sum Add to List Given a list of non-negative numbers and a target integer k, write a function to check if the array has a con ...
分类:
其他好文 时间:
2017-03-14 13:39:48
阅读次数:
199
相关概念JenkinsJenkins,一个用Java编写的开源的持续集成工具,提供了软件开发的持续集成服务,可监控并触发持续重复的工作,具有开源,支持多平台和插件扩展,安装简单,界面化管理等特点。更多介绍参考[维基](https://en.wikipedia.org/wiki/Jenkins_(software)介绍.GitlabG..
分类:
其他好文 时间:
2017-03-07 23:32:02
阅读次数:
453
Usage Arguments Description The bar geom is used to produce 1d area plots: bar charts for categorical x, and histograms for continuous y. stat_bin exp ...
分类:
其他好文 时间:
2017-03-06 13:34:42
阅读次数:
560