码迷,mamicode.com
首页 >  
搜索关键字:show all    ( 41857个结果
沿着贝塞尔曲线做动画
沿着贝塞尔曲线做动画效果图如下:源码://// RootViewController.m//// Copyright (c) 2014年 Y.X. All rights reserved.//#import "RootViewController.h"#import "YXGCD.h"@inte.....
分类:其他好文   时间:2014-07-16 23:24:49    阅读次数:258
sublime text2 用ctags插件实现方法定位(转)
我们用sublime几乎都会首先安装这个插件,这个插件是管理插件的功能,先安装它,再安装其他插件就方便了。 点击sublime的菜单栏 view->show console ;现在打开了控制台, 这个控制台有上下两栏, 上面一栏会实时显示sublime执行了什么插件,输出执行结果, 如果你安装的某个...
分类:其他好文   时间:2014-07-16 23:14:36    阅读次数:207
CentOS 6.5 X64 lnpm ins_cfg_note
Ins sys: 1.next all, then reboot. 2.login system use rootCfg sys: 1.keep etc0 work: # vi /etc/sysconfig/network-scripts/ifcfg-eth0 change: ONBOOT=yes ...
分类:其他好文   时间:2014-07-16 23:12:27    阅读次数:378
They Also Offer The Required Expertise To Help You Design Your Promotional Bag
There are simply no limits on how many bags of jute and denim are available. You can find them in all sorts of patterns and colors that bring joy to u...
分类:其他好文   时间:2014-07-16 23:09:32    阅读次数:190
leetcode - Remove Duplicates from Sorted List
题目:Remove Duplicates from Sorted ListGiven a sorted linked list, delete all duplicates such that each element appear onlyonce.For example,Given1->1->2...
分类:其他好文   时间:2014-07-10 14:29:45    阅读次数:259
Xcode编译错误和警告汇总<转>
1、error: macro names must be identifiers YourProject_prefix.pch 原因: 因为你弄脏了预处理器宏,在它处于的时候修改了它 解决方法: Configiration选择All Configirations,清空它 然后分别重新定义你的De.....
分类:其他好文   时间:2014-07-10 14:17:59    阅读次数:146
Leetcode: Permutations
Given a collection of numbers, return all possible permutations.For example,[1,2,3] have the following permutations:[1,2,3], [1,3,2], [2,1,3], [2,3,1]...
分类:其他好文   时间:2014-07-10 13:34:30    阅读次数:208
About the Importance of Aim in Life
Have an aim in life, or your energies will all be wasted. ---R. Peters人生应该树立目标,否则你的精力会白白浪费。---彼得斯
分类:其他好文   时间:2014-07-10 12:56:10    阅读次数:214
LeetCode——Path Sum II
Given a binary tree and a sum, find all root-to-leaf paths where each path's sum equals the given sum. For example: Given the below binary tree and sum = 22, 5 / ...
分类:其他好文   时间:2014-06-28 07:31:28    阅读次数:214
Permutations
题目 Given a collection of numbers, return all possible permutations. For example, [1,2,3] have the following permutations: [1,2,3], [1,3,2], [2,1,3], [2,3,1], [3,1,2], and [3,2,1]....
分类:其他好文   时间:2014-06-27 23:48:51    阅读次数:240
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!