上一页 1 ··· 5 6 7 8 9

2016年4月7日

摘要: A axis 坐标轴 architecture 结构 B C consider 考虑 closure 闭包 clip 修剪 convert 改变 D default 默认的 valid 有效的 descendant 后代 >> example: BOOL isDescendant = [self.b 阅读全文
posted @ 2016-04-07 15:10 Tony0571 阅读(134) 评论(0) 推荐(0) 编辑
摘要: // **Day6 // **Functiion //func SayHello (value: String, value1:String)->String { // // let str = value + "" + value1 // // print("str \(value)") // r 阅读全文
posted @ 2016-04-07 07:22 Tony0571 阅读(169) 评论(0) 推荐(0) 编辑

2016年4月4日

摘要: // **Day5 // **array / dictionary //let colors = ["redColors":(red:93,green:138,blue:168), // "Gam44444":(red:98,green:111,blue:13), // "Aboutblue":(r 阅读全文
posted @ 2016-04-04 20:22 Tony0571 阅读(122) 评论(0) 推荐(0) 编辑
摘要: <!--?xml version="1.0" encoding="UTF-8" standalone="no"?--> 第二章 态度决定一切 1.做事 2.欲速则不达 3.对事不对人 4.排除万难,奋勇前进 第三章 学无止境 5.跟踪变化 6.对团队投资 7.懂得丢弃 8.打破砂锅问到底 9.把握开 阅读全文
posted @ 2016-04-04 11:46 Tony0571 阅读(118) 评论(0) 推荐(0) 编辑
摘要: 1.目标或者任务的设定必须细化。目标或者任务的设定往往是一时兴起,之后会忘记;有时候经常将任务写的太大,比如:1.看之前的代码。2.打断点看tableview 的执行顺序。 由于平时列完任务不一定马上执行,而是过了几天甚至一周之后再执行,那就容易产生一个问题:再次打开任务栏查看的时候,会忘记当初设定 阅读全文
posted @ 2016-04-04 10:45 Tony0571 阅读(433) 评论(0) 推荐(0) 编辑

2016年4月3日

摘要: // **Day4 // **String Range //var str = "hello world i'm glad to see your achievement world" //let number = str.characters.count //let str2 = "yes my 阅读全文
posted @ 2016-04-03 11:45 Tony0571 阅读(157) 评论(0) 推荐(0) 编辑

2016年4月2日

摘要: // **Day3 // **for number in 1...10 //let closedRangeNumber = ["t","w","w"] //for i in 0..<closedRangeNumber.count //{ // print(closedRangeNumber[i]) 阅读全文
posted @ 2016-04-02 22:34 Tony0571 阅读(105) 评论(0) 推荐(0) 编辑

2016年4月1日

摘要: let secondSystem:Int = 0b10001 let eightSystem:Int = 0o21 let tenSystem:Int = 17 let sixthSystem:Int = 0x11 // summary: 1.u need insert a "Enter" behi 阅读全文
posted @ 2016-04-01 21:17 Tony0571 阅读(119) 评论(0) 推荐(0) 编辑
摘要: let secondSystem:Int = 0b10001 let eightSystem:Int = 0o21 let tenSystem:Int = 17 let sixthSystem:Int = 0x11 // summary: 1.u need insert a "Enter" behi 阅读全文
posted @ 2016-04-01 21:15 Tony0571 阅读(131) 评论(0) 推荐(0) 编辑

2016年3月8日

摘要: 1: option+shift+command+←/→:折叠该文件内所有代码块(方法/函数:{ Methods&Functions }) 2: command + 0 :隐藏/显示左边栏 3: command + option + 0 :隐藏/显示右边栏 4: control + k : 鼠标放在最 阅读全文
posted @ 2016-03-08 21:29 Tony0571 阅读(199) 评论(0) 推荐(0) 编辑
上一页 1 ··· 5 6 7 8 9

导航