jenkins配置publish html report显示HTML测试报告报错: ...
分类:
Web程序 时间:
2018-09-20 16:07:54
阅读次数:
1187
BaoBao and DreamGrid are playing a game using a strange button. This button is attached to an LED light (the light is initially off), a counter and a ...
分类:
其他好文 时间:
2018-09-16 20:50:18
阅读次数:
152
BaoBao and DreamGrid are playing a game using a strange button. This button is attached to an LED light (the light is initially off), a counter and a ...
分类:
其他好文 时间:
2018-09-16 18:37:19
阅读次数:
221
这个题有很多种做法:https://leetcode.com/problems/contains-duplicate/discuss/61110/C++-solutions-(sorting-maps-and-sets). 还有Contains Duplicate II Contains Dupli ...
分类:
其他好文 时间:
2018-09-15 19:20:59
阅读次数:
182
Description 排序是一种很频繁的计算任务。现在考虑最多只有三值的排序问题。一个实际的例子是,当我们给某项竞赛的优胜者按金银铜牌序的时候。 在这个任务中可能的值只有三种1,2和3。我们用交换的方法把他排成升序的。 写一个程序计算出,给定的一个1,2,3组成的数字序列,排成升序所需的最少交换次 ...
分类:
编程语言 时间:
2018-09-09 11:52:08
阅读次数:
224
参考 https://stackoverflow.com/questions/4813061/non-alphanumeric-list-order-from-os-listdir Python for whatever reason does not come with a built-in wa ...
分类:
编程语言 时间:
2018-09-06 12:32:50
阅读次数:
608
题目链接: "HDU 1548" Description There is a strange lift.The lift can stop can at every floor as you want, and there is a number Ki(0 include include incl ...
分类:
其他好文 时间:
2018-09-05 21:52:26
阅读次数:
160
Quicksort (also called partition sort and pivot sort) is arguably the most used sorting algorithm. It is the one commonly implemented internally in la ...
分类:
其他好文 时间:
2018-09-02 18:52:53
阅读次数:
157
Python is like a programming language that's based on a snake. It is a weird language,is is strange,is's not easily understood by others.Welcome to be ...
分类:
编程语言 时间:
2018-09-01 15:18:24
阅读次数:
187
Radix Sorting 稳定 O(d(r+n)) 不需要进行关键字之间的比较、交换、移动,借助分配和收集完成排序 扑克牌 最主位关键字 最次位关键字 最高位优先 most significant digit first 先按照最主位关键字排序,知道最后一个关键字,必须将序列逐层分割成若干个子序列 ...
分类:
编程语言 时间:
2018-08-30 16:42:43
阅读次数:
200