Meeting time: 2015.August.4th 1:00~2:00Chairperson: Serg Melikyan, PTL from MirantisMeeting summary:1.Migrating to yaql 1.0 status. PIC: Stan L...
分类:
其他好文 时间:
2015-08-05 06:27:19
阅读次数:
177
题目Given a sorted integer array without duplicates, return the summary of its ranges.For example, given [0,1,2,4,5,7], return [“0->2”,”4->5”,”7”]....
分类:
其他好文 时间:
2015-08-04 23:09:52
阅读次数:
146
Given a sorted integer array without duplicates, return the summary of its ranges.For example, given[0,1,2,4,5,7], return["0->2","4->5","7"].思想很简单逐个比较...
分类:
其他好文 时间:
2015-08-04 13:16:30
阅读次数:
175
def summary_ranges(nums) summary = []; if nums.size == 0 return summary end if nums.size == 1 return summary #{nums[i - 1]}"...
分类:
编程语言 时间:
2015-08-04 00:32:33
阅读次数:
105
using System;using System.Data;using System.Configuration;using System.Text;/// /// Summary description for ConvertHzToPz_Gb2312 /// public class Co.....
分类:
其他好文 时间:
2015-08-02 00:54:51
阅读次数:
340
本人补充:mac版git下载地址:http://code.google.com/p/git-osx-installer/downloads/list?can=3&q=&sort=-uploaded&colspec=Filename+Summary+Uploaded+Size+DownloadCoun...
分类:
系统相关 时间:
2015-08-01 00:59:53
阅读次数:
232
/// 〈summary〉 /// 汉字转拼音缩写 /// 〈/summary〉 /// 〈param name="str"〉要转换的汉字字符串〈/param〉 /// 〈returns〉拼音缩写〈/returns〉 public string GetPYString(string str) { ....
分类:
其他好文 时间:
2015-07-30 23:07:57
阅读次数:
267
Meeting time: 2015.July.28th 1:00~2:00Chairperson: Kirill Zaitsev, core from MirantisMeeting summary:1.Migrating to yaql 1.0 status.PIC: Stan Lag...
分类:
其他好文 时间:
2015-07-30 12:56:06
阅读次数:
123
官方文档说明:http://docs.docker.com/官方博客:http://blog.docker.com/
官方镜像平台:https://hub.docker.com/
中文博客平台http://dockone.io/
在线书籍https://github.com/widuu/chinese_docker/blob/master/SUMMARY.mdhttp://yuedu.bai...
分类:
其他好文 时间:
2015-07-30 09:36:31
阅读次数:
141