【整理】swift语言reactive programming
crifan 9年前 (2016-05-22) 1265浏览 0评论
Reactive Programming swift The best FRP iOS resources. · GitHub GitHub – ReactiveX/RxSwift: Reactive Programming in Swi...
工作相关的技术文章
crifan 9年前 (2016-05-22) 1265浏览 0评论
Reactive Programming swift The best FRP iOS resources. · GitHub GitHub – ReactiveX/RxSwift: Reactive Programming in Swi...
crifan 9年前 (2016-05-22) 1702浏览 0评论
reactive 起源 reactive what is what is reactive programming Reactive programming – Wikipedia, the free encyclopedia 也谈响应式...
crifan 9年前 (2016-05-21) 5416浏览 1评论
【问题】 之前的代码是: //2. file name label self.nameLabel.text = resMsg.fileItem.name self.nameLabel.font = UIFo...
crifan 9年前 (2016-05-20) 6259浏览 0评论
对于一个对象: class PersonItem: ContactItem { var personType:PersonType var phoneNumber:String var email:String var...
crifan 9年前 (2016-05-20) 3845浏览 0评论
之前Linode的VPS,升级了配置为8G之后,使用率都低于100% 最近,不知道是不是真的是流量增加而导致的: 使用率经常大于100% 而经常收到VPS的CPU使用率超过,默认阈值90%的邮件提醒 Your Linode, linode974632...
crifan 9年前 (2016-05-20) 8554浏览 0评论
之前在Linode的VPS中安装了邮件服务器的服务: postfix和dovecot 后来不用了,换成了163的免费企业有了: 【记录】给crifan.org的邮件服务器安装垃圾过滤系统 现在不用自己的邮件服务器了,要去禁止掉对应的服务。 ...
crifan 9年前 (2016-05-20) 3121浏览 0评论
【背景】 对于已有的一个项目: 为了打造成项目模版 想要把项目改名为: SwiftProjectTemplate 注意其中包含了Cocoapods和Carthage 但是不知道会有其他什么影响 【折腾过程】 ...
crifan 9年前 (2016-05-19) 3958浏览 0评论
代码: import UIKit import Cartography class TimelineViewController: UITableViewController { //class TimelineViewController: UIV...
crifan 9年前 (2016-05-19) 4303浏览 0评论
折腾: [基本解决]使用iOS模拟器iPhone 6结果编译出错:file was built for i386 which is not the architecture being linked x86_64 期间,用 carthage u...
crifan 9年前 (2016-05-19) 5903浏览 0评论
【背景】 折腾: [基本解决]使用iOS模拟器iPhone 6结果编译出错:file was built for i386 which is not the architecture being linked x86_64 去把: Build Set...