public class Data { public int ma = 1; public int mb = 2; public int mc = 0; static int cou...
http://www.jetbrains.com/idea/features/editions_comparison_matrix.html Freemarker, VelocityIDE FeaturesUltimate EditionFree Community EditionDarcula —...
分类:
其他好文 时间:
2015-03-20 23:44:27
阅读次数:
387
利用委托和泛型实现冒泡排序 class BubbleSorter { static public void Sort(IList sortArray,Func comparison) { bool swapped = true; do{ swapped = false; ...
一、GCD VS NSOperation and NSOperationQueue Here’s a quick comparison of the two that will help you decide when and where to use GCD or NSOperation and NSOperationQueue:
GCD is a lightweight way to repres...
分类:
其他好文 时间:
2015-02-27 20:17:41
阅读次数:
273
这里为了不修改我之前的文章,重新贴一下之前的代码
#if 01
//selectSort && quickSort comparison
#include
#include
#include
#include
#include
#include
#include
void swap(int *a, int *b)
{
int temp = *a;...
分类:
编程语言 时间:
2015-02-11 20:43:10
阅读次数:
221
C - Comparison of Android versions
HDU 5099
Time Limit: 1000 MS Memory Limit: 32768 KB
64-bit integer IO format: %I64d , %I64u Java class name: Main
[Submit] [Status]
Description
As...
分类:
移动开发 时间:
2015-02-06 21:55:19
阅读次数:
216
Java异常解决在你的代码前加一句 System.setProperty("java.util.Arrays.useLegacyMergeSort", "true"); 我也不知道什么原理,可是攻克了!!!哈哈
分类:
编程语言 时间:
2015-02-03 14:46:04
阅读次数:
174
##各种压缩软件的对比情况: [http://jamiemason.github.io/ImageOptim-CLI/comparison/png/photoshop/desc/](http://jamiemason.github.io/ImageOptim-CLI/comparison/png/photoshop/desc/) 压缩率较高的为 [Ima...
分类:
移动开发 时间:
2015-01-30 19:47:09
阅读次数:
173
1.排序的类public class BubbleSorter { static public void Sort(IList sortArray, Func comparison) { bool swapped = true; do { ...
分类:
编程语言 时间:
2015-01-30 14:30:03
阅读次数:
116
group by 查询 不要用java驱动带的group by ,要用2.2版本后的aggregate聚合框架来搞,经过试验速度快一倍参考官网:http://docs.mongodb.org/manual/reference/sql-aggregation-comparison/实例:http://...
分类:
数据库 时间:
2015-01-28 15:58:37
阅读次数:
207