码迷,mamicode.com
首页 >  
搜索关键字:end    ( 30778个结果
Session下载
#import "ViewController.h"@interface ViewController () @property (weak, nonatomic) IBOutlet UIImageView *imageView;@end/**// 下载进度跟进- (void)URLSession:...
分类:其他好文   时间:2014-07-14 14:53:15    阅读次数:271
sublime text光标移入移出括号的快捷键设置
使用sublime text每次输入完一个函数或者标签,光标一般都是停留在括号中间,要跳出来要使用左右方向键或者end键 这俩键键区比较远,按起来麻烦,可以自己设置快捷键实现跳出的功能。原来的快捷键设置在key binding - default中可以查到,在39-56行,如下图我们可以选取一部分自...
分类:其他好文   时间:2014-07-14 10:54:34    阅读次数:186
简单计算器
#import "ViewController.h"#import "cal.h"@interface ViewController ()@property (weak, nonatomic) IBOutlet UILabel *calrusult; @end float i=10.0;@i...
分类:其他好文   时间:2014-07-14 09:40:03    阅读次数:282
poj 1528 Perfection
题目链接:http://poj.org/problem?id=1528题目大意:输入一个数n,然后求出约数的和sum,在与这一个数n进行比较,如果sum>n,则输出ABUNDANT,如果sum=n,则输出PERFECT,否则,输出DEFICIENT!注意1的结果是DEFICIENT,0的结果是END...
分类:其他好文   时间:2014-07-14 08:59:30    阅读次数:167
HTML元素基础学习
HTML元素 HTML文档是由HTML元素定义的。HTML元素是指从start tag(opening tag)到end tag(closing tag)的所有代码,即start tag + content + end tag。HTML有start tag开始,由end tag结束。对于某些元素为....
分类:Web程序   时间:2014-07-14 00:36:28    阅读次数:346
List methods
Python provides methods that operate on lists. For example, append adds a new element to the end of a list, extend takes a list as an argument and app...
分类:其他好文   时间:2014-07-13 19:16:32    阅读次数:236
PLSQL 定义record记录
1. PLSQL基本使用 注:1. 三段 declare              Begin                 Exception                   End; 2. 声明:emp.ename%type; 和字段的属性相同。 3. begin: select 带查询自动 into 存储变量。 4. 条件语句: (1)if then     ...
分类:数据库   时间:2014-07-13 18:49:06    阅读次数:305
uitableview学习---1
#import "ViewController.h" @interface ViewController () @property (strong,nonatomic) NSArray *bj; @property (strong, nonatomic)NSArray *gd; @end @implementation ViewController - (void)viewDidLoad...
分类:其他好文   时间:2014-07-12 22:22:54    阅读次数:286
Java Word Ladder(字梯)
问题: Given two words (start and end), and a dictionary, find the length of shortest transformation sequence from start to end, such that: Only one letter can be changed at a time Each intermediate wo...
分类:编程语言   时间:2014-07-12 19:21:38    阅读次数:290
main thread starting…
运行结果如下:   main thread starting…   Thrad 2 staring…   Thrad 2 end…   Thrad 4 staring…   Thrad 4 end…   Thrad 1 staring…   Thrad 1 end…   Thrad 3 staring…   Thrad 3 end…   Thrad 5 staring…   ...
分类:其他好文   时间:2014-07-12 18:09:09    阅读次数:209
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!