// Playground - noun: a place where people can playimport UIKit// 定义和调用函数func sayHello(personName : String) -> String { let greeting = "hello, " + ...
分类:
编程语言 时间:
2014-11-23 18:53:31
阅读次数:
262
// Playground - noun: a place where people can play// 通过代码快速了解swift常用知识,需要一定object-c基础import UIKit// 声明常量let maximumNumberOfAttemps = 10// 声明变量var cur...
分类:
编程语言 时间:
2014-11-23 18:53:09
阅读次数:
214
// Playground - noun: a place where people can playimport UIKit// 数组 字典// 集合的可变性 赋值给var的集合是可变的mutable,赋值给let的集合是不可变的immutable// 数组 Array 等价于 [SomeTy.....
分类:
编程语言 时间:
2014-11-23 18:47:08
阅读次数:
289
??
Description
Let us define a regular brackets sequence in the following way:
1. Empty sequence is a regular sequence.
2. If S is a regular sequence, then (S) and [S] are both regular sequenc...
分类:
其他好文 时间:
2014-11-22 17:31:50
阅读次数:
143
Swift相对Objective-C来说,有过之而无不及,并与Objective-C无缝混编,可谓利器。在Swift中可以看到不同的编程语言的影子,天下语言一大抄,这样也好,减低了不同语言的学习成本。let 和 var,相比只有var的语言多了个选择,如果变量的值不会被修改,那就用let吧,意图更加...
分类:
编程语言 时间:
2014-11-22 12:00:46
阅读次数:
207
使用UiDevice获取设备信息获取设备名称let name = UIDevice.currentDevice().name获取设备系统名称let systemName = UIDevice.currentDevice().systemName获取系统版本let systemVersion = UI...
分类:
移动开发 时间:
2014-11-21 17:52:57
阅读次数:
175
两个月前入手的树莓派B+,由于网络环境变化,设置固定ip不现实。因此参照http://shumeipai.nxez.com/2014/03/18/let-raspberry-pi-ip-address-is-automatically-reported-to-the-mailbox.html设置开机上报ip。但总是出现各种问题。最近学习python,刚好树莓派自带有python,写..
分类:
其他好文 时间:
2014-11-21 16:37:53
阅读次数:
351
最近得空,就把《深入理解Java虚拟机》重新看了一遍,特写下现在的读书笔记,总结知识点,记录现在的理解,便于以后的回顾。下面的内容也会按照这本书的章节来划分知识点! Let's go! 想要了解Java虚拟机,一定要先明白Java运行时划分为哪些数据区域,具体的可以参考下图,按照是否为线...
分类:
其他好文 时间:
2014-11-21 14:04:11
阅读次数:
131
Before moving on to the more advanced aspects of monads, let’s recapitulate what defines a monad (seepart 1andpart 2for explanations):A data structure...
分类:
其他好文 时间:
2014-11-21 12:33:18
阅读次数:
129
Mozilla、思科、Akamai、IdenTrust、EFF和密歇根大学研究人员宣布了Let’s Encrypt CA项目,计划为网站提供免费SSL证书,加速将Web从HTTP过渡到HTTPS。Let’s Encrypt CA项目计划从2015年夏天开始向任何需要加密证书的网站自动发行和管理免费证...
分类:
Web程序 时间:
2014-11-21 12:32:32
阅读次数:
222