1002:这题拿两个优先队列维护一下就可以了,近期都在做这种题,然而这题居然还是不会,why am i so stupid...#include#define REP(i,a,b) for(int i=a;i>T; while(T--){ scanf("%d%d",&n,&m);...
分类:
其他好文 时间:
2015-12-12 23:12:43
阅读次数:
151
Date.prototype.format = function(format){var o = {"M+" : this.getMonth()+1, //month"d+" : this.getDate(), //day"h+" : this.getHours(), //hour"m+" : th...
分类:
Web程序 时间:
2015-12-12 23:14:22
阅读次数:
300
方式1:通过 event.stopPropagation();$("div").click(function (event) { slide.call(this); event.stopPropagation();//仅仅是阻止了事件冒泡,本质来讲这个方法是执行了的。});方式2:通过 ...
分类:
Web程序 时间:
2015-12-12 23:13:22
阅读次数:
214
下拉刷新下拉刷新------- 1.addHeaderView必须在setAdapter之前调用 2.将paddingTop设置一个headerView高度的负值去隐藏它 getHeight()和getMeasuredHeight()的区别: getMeasuredHeight():获取测量完的高度...
分类:
其他好文 时间:
2015-12-12 23:14:39
阅读次数:
279
切小标签圆角 UIBezierPath *maskPath = [UIBezierPath bezierPathWithRoundedRect:self.markLabel.bounds byRoundingCorners:UIRectCornerBottomLeft | UIRectCorn...
分类:
其他好文 时间:
2015-12-12 23:11:39
阅读次数:
274
GTW likes mathAccepts: 472Submissions: 2140Time Limit: 2000/1000 MS (Java/Others)Memory Limit: 131072/131072 K (Java/Others)Problem DescriptionAfter a...
分类:
其他好文 时间:
2015-12-12 23:13:18
阅读次数:
255
文章来源 http://www.cnphp6.com/archives/580201. 单像素边框CSS表格这是一个非经常常使用的表格样式。源码:2. 带背景图的CSS样式表格和上面差点儿相同,只是每一个格子里多了背景图。cell-blue.jpgcell-grey.jpg1.下载上面两张图,命名为...
分类:
Web程序 时间:
2015-12-12 23:12:25
阅读次数:
189
实现这样的效果布局: 字的shape: QuickIndexBar/** * 快速索引 * * 用于根据字母快速定位联系人 * @author poplar * */public class QuickIndexBar extends View { private static final Stri...
分类:
其他好文 时间:
2015-12-12 23:12:28
阅读次数:
296
在输入框中输入试一下:
分类:
Web程序 时间:
2015-12-12 23:12:07
阅读次数:
197
(一)IIS Noinput file specified方法一:改PHP.ini中的doc_root行,打开ini文件注释掉此行,然后重启IIS方法二:请修改php.ini找到; cgi.force_redirect = 1去掉前面分号,把后面的1改为0即cgi.force_redirect = ...
分类:
其他好文 时间:
2015-12-12 23:13:36
阅读次数:
276
using System;using System.Collections.Generic;using System.IO;using System.Linq;using System.Text;namespace FileOperate{ class Program { ...
一. 题意描述Givennpoints on a 2D plane, find the maximum number of points that lie on the same straight line.二. 题目分析看到这道题想到的第一种方法是暴力枚举法,时间复杂度为O(n3),显然是不够好的...
分类:
其他好文 时间:
2015-12-12 23:11:21
阅读次数:
224
jQuery知识点梳理一、 jquery选择器基本选择器ID选择器类选择器标记选择器分组选择器通配符选择器层次选择器$(“ancestor descendent”):祖先后代选择器 空格$(“parent > child”):父子选择器 大于$(“prev + next”):相邻后兄弟元素选择器 加...
分类:
Web程序 时间:
2015-12-12 23:11:21
阅读次数:
162
Total Accepted:53879Total Submissions:190701Difficulty:MediumGiven a linked list and a valuex, partition it such that all nodes less thanxcome before ...
分类:
其他好文 时间:
2015-12-12 23:10:46
阅读次数:
193
尝试了好久,终于成功输出了hello world实验环境$uname -a Linux archlinux 4.2.5-1-ARCH #1 SMP PREEMPT Tue Oct 27 08:13:28 CET 2015 x86_64 GNU/Linux $g...
分类:
系统相关 时间:
2015-12-12 23:10:17
阅读次数:
314
视差特效 * 应用场景: 微信朋友圈, QQ空间, 微博个人展示* 功能实现: > 1. 之前重写onTouch, 如今重写overScrollBy > 2. 松手之后执行动画, 类型估值器. activity_main view_header MyListView/** * 视差特效ListVie...
分类:
其他好文 时间:
2015-12-12 23:11:28
阅读次数:
253
GTW likes math Accepts: 472 Submissions: 2140 Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 131072/131072 K (Java/Others) 问题描述某一天,GTW听了数学特级教...
分类:
其他好文 时间:
2015-12-12 23:10:18
阅读次数:
205