POP数值动画效果源码https://github.com/YouXianMing/Animations//// PopNumberController.m// Animations//// Created by YouXianMing on 15/11/18.// Copyright © ...
分类:
其他好文 时间:
2015-11-20 00:09:45
阅读次数:
150
http://www.cnblogs.com/void/archive/2012/02/01/2335224.html优先队列priority_queue 用法详解优先队列是队列的一种,不过它可以按照自定义的一种方式(数据的优先级)来对队列中的数据进行动态的排序每次的push和pop操作,队列都会动...
分类:
其他好文 时间:
2015-11-19 20:52:10
阅读次数:
176
POPPIN 北京CK舞团Popping P1.Pop P2 Fresno P3 Flex P4 Freestyle ...
分类:
其他好文 时间:
2015-11-19 12:52:10
阅读次数:
119
//1.进入第一 push- (void)touchesEnded:(NSSet *)touches withEvent:(UIEvent *)event{ FirstViewController *firstVC = [[FirstViewController alloc] init]; [s.....
分类:
其他好文 时间:
2015-11-18 10:34:51
阅读次数:
111
POP的Stroke动画效果源码https://github.com/YouXianMing/Animations//// PopStrokeController.m// Animations//// Created by YouXianMing on 15/11/17.// Copyrig...
分类:
其他好文 时间:
2015-11-17 22:01:22
阅读次数:
270
前言废话:很早之前就打算写博客,但是一直因为在创业,抽不出时间。如今朝九晚五,打算利用晚上的时间,开始写博客。本类博客是一个系列,将完整的讲述纯手工开发一个邮件服务器的过程,并附有关键代码。演示地址 作者邮箱: longge93@cliyun.com这一篇先说整个系统的架构。邮箱系统主要分为几个模块...
分类:
编程语言 时间:
2015-11-17 10:43:14
阅读次数:
156
1. TitleMin Stack2. Http addresshttps://leetcode.com/problems/min-stack/3. The questionDesign a stack that supports push, pop, top, and retrieving the...
分类:
其他好文 时间:
2015-11-16 22:47:05
阅读次数:
140
POP按钮动画效果源码https://github.com/YouXianMing/Animations//// ButtonPressViewController.m// Facebook-POP-Animation//// Created by YouXianMing on 15/11/1...
分类:
其他好文 时间:
2015-11-16 21:13:39
阅读次数:
434
Redis之lists类型以及操作 ????list是一个链表结构,主要功能是push、pop,获取一个范围的所有值等等。操作中key理解为链表的名字。Redis的list类型其实就是一个每个子元素都是string类型的双向链表。可以通过...
分类:
其他好文 时间:
2015-11-14 22:11:00
阅读次数:
314
英文及缩写: 面向过程:procedure oriented programming POP 面向对象:object oriented programming OOP面向对象和面向过程的历程: 面向过程编程采取的是时间换空间的策略,因为在早期计算机配置低,内存小,如何节省内存则成了首要任务,哪...
分类:
其他好文 时间:
2015-11-14 17:56:56
阅读次数:
317