上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 28 下一页
摘要: ```Swift//// ViewController7.swift// swiftT//// Created by wjwdive on 2020/5/20.// Copyright © 2020 wjwdive. All rights reserved.//import UIKitclass ViewController7: UIViewController { override... 阅读全文
posted @ 2020-05-25 17:05 wjwdive 阅读(244) 评论(0) 推荐(0) 编辑
摘要: ```swift // // ViewController5.swift // swiftT // // Created by wjwdive on 2020/5/19. // Copyright © 2020 wjwdive. All rights reserved. // import UIKit class ViewController5: UIViewController { overri 阅读全文
posted @ 2020-05-25 17:02 wjwdive 阅读(330) 评论(0) 推荐(0) 编辑
摘要: ```swift//// ViewController3.swift// swiftT//// Created by wjwdive// Copyright © 2020 wjwdive. All rights reserved.//import UIKitstruct Person { var name: String var age: Int}//准守 Hashable ... 阅读全文
posted @ 2020-05-25 16:53 wjwdive 阅读(481) 评论(0) 推荐(0) 编辑
摘要: ```swift // // ViewController4.swift // swiftT // // Created by wjwdive on 2020/5/19. // Copyright © 2020 wjwdive. All rights reserved. // import UIKit class ViewController4: UIViewController { overri 阅读全文
posted @ 2020-05-25 16:50 wjwdive 阅读(164) 评论(0) 推荐(0) 编辑
摘要: ```swift//// ViewController.swift// swiftT//// Created by wjwdive on 2019/1/9.// Copyright © 2019年 wjwdive. All rights reserved.//import UIKitstruct Size { var width = 0.0, height = 0.0 ... 阅读全文
posted @ 2020-05-25 09:01 wjwdive 阅读(195) 评论(0) 推荐(0) 编辑
摘要: ```swift // // ViewController1.swift // swiftT // // Created by wjwdive on 2020/5/14. // Copyright © 2020 wjwdive. All rights reserved. // import UIKit protocol Animal { var name: String {get} } struc 阅读全文
posted @ 2020-05-22 17:45 wjwdive 阅读(289) 评论(0) 推荐(0) 编辑
摘要: ```swift // // ViewController2.swift // swiftT // // Created by wjwdive on 2020/5/15. // Copyright @ wjwdive All rights reserved. // import UIKit class ViewController2: UIViewController { override fun 阅读全文
posted @ 2020-05-22 17:42 wjwdive 阅读(2450) 评论(0) 推荐(0) 编辑
摘要: 我们通过代码来说明: 看看打印结果 倘若我们把不可变字典的属性关键字声明为strong: 所以综上,由于NSDictionry有对应的可变类型,NSMuableDictionry,并且NSMutableDictonry可以赋值给NSDictionry ,代码里有先拿可变字典给不可变字典赋值,然后修改 阅读全文
posted @ 2020-05-07 16:25 wjwdive 阅读(494) 评论(0) 推荐(0) 编辑
摘要: 这篇文章讨论两个问题: 我们开发一个APP,从新建项目,写UI,写业务逻辑,之后模拟器或真机运行。 1、这一套过程Xcode做了哪些主要事情呢 2、iPhone在启动一个APP之前都做了哪些事情呢? 0 OC是静态语言【但通过运行时环境,具有了动态性】,写好的代码被编译链接生成可执行文件才可以在平台 阅读全文
posted @ 2020-04-30 18:11 wjwdive 阅读(2225) 评论(0) 推荐(0) 编辑
摘要: win10重新安装系统之后,启用之前的linux虚拟机,重置虚拟机密码 阅读全文
posted @ 2020-04-27 22:20 wjwdive 阅读(1862) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 28 下一页