groovy冒泡排序
for(int i=0;i对数组进行排序 for(int j=i+1;j对数组进行排序 if(tempList[i].size()>tempList[j].size()){//从大往小里排 def temps=tempList[i] tempList[i]
Mac NSWindow窗口Size变化时的事件处理
1. 首先注册窗体大小变化时的事件处理的通知函数 [[NSNotificationCenter defaultCenter] addObserver:window selector:@selector(windowDidResize:)