一,效果图。 二,代码。 RootViewController.m - (void)viewDidLoad { [super viewDidLoad]; // Do any additional setup after loading the view. //电话号码 UILabel *telLab ...
分类:
其他好文 时间:
2016-06-08 09:13:28
阅读次数:
149
1.编辑虚拟机设置 2.设置镜像 3.开启此虚拟机 3.选择安装或更新系统 4.选择”skip“跳过媒体介质检查 5.点击”Next“ 6.选择语言 7.选择输入法 8.选择”基本存储设备“ 9.选择”yes,discard any data“ 10.设置主机名 11.设置时区 12.设置密码 13 ...
分类:
其他好文 时间:
2016-06-07 19:13:34
阅读次数:
199
Given two arrays, write a function to compute their intersection.Notice Each element in the result must be unique. The result can be in any order.Have ...
分类:
编程语言 时间:
2016-06-07 01:09:35
阅读次数:
247
priority_queue "C++ reference"上如此解释priority queue:"This context is similar to a heap, where elements can be inserted at any moment, and only the max h ...
分类:
其他好文 时间:
2016-06-06 16:42:50
阅读次数:
169
Duration 缓存时间,以秒为单位,这个除非你的Location=None,可以不添加此属性,其余时候都是必须的。 Location Location当被设置为None时,其余的任何设置将不起作用 Any——页面被缓存在浏览器、代理服务器端和web服务器端; Client——缓存在浏览器; Do ...
分类:
系统相关 时间:
2016-06-06 16:36:04
阅读次数:
218
一、lambda表达式 1、定义 针对简单的函数,用lambda表达式来展现更方便。 2、样例 二、python内置函数 1、常见内置函数表 2、需要熟练掌握的内置函数如下 abs(),all(),any(),bin(),bool(),bytes(),chr(),dict(),dir(),divmo ...
分类:
编程语言 时间:
2016-06-05 12:26:14
阅读次数:
263
一.内置函数 1.比较常用的几个内置函数的: abs() 取绝对值 all() 里面所有是真则返回TURE,否则就为False any()只要里面有一个为真就为True. bin() 可以把十进制转化为二进制,也可以把八进制转化为二进制...等等 boor()判断值是否是真或者假 bytes()把字 ...
分类:
编程语言 时间:
2016-06-05 12:18:55
阅读次数:
196
Write an algorithm to determine if a number is happy. A happy number is a number defined by the following process: Starting with any positive integer, ...
分类:
移动开发 时间:
2016-06-05 07:39:15
阅读次数:
265
Dictionary是一个抽象类,Hashtable是它的一个子类。 The <code>Dictionary</code> class is the abstract parent of any * class, such as <code>Hashtable</code>, which maps ...
分类:
其他好文 时间:
2016-06-04 22:01:39
阅读次数:
209
一、内置函数 1、abs 2、bool 3、all 4、any 5、bin 6、oct 7、hex 8、bytes 9、str 10、callable 11、chr 12、ord() 13、random() 14、compile() 15、eval() 16、dir() 17、help() 18、d ...
分类:
编程语言 时间:
2016-06-04 13:20:41
阅读次数:
488