【摘要】很多时候我们会遇到一些高阶类型F[_],但又无法实现它的map函数,也就是虽然形似但F不可能成为Functor。看看下面的例子: trait Interact[A] case class Ask(prompt: String) extends Interact[String] case class阅读全文
...继续阅读
(71)
【摘要】求两个数之和。这个问题够简单吧!能做对绝对不是问题,问题是你是否能做的比较好。好了,请看题目: Given an array of integers, return indices of the two numbers such that they add up to a specific targ阅读全文
...继续阅读
(82)
【摘要】今天打包新版本上传到AppStore时报错 ERROR ITMS-90034:"Missing or invalid signature.The bundle'com.xxx.xxx' at bundle path 'Payload/xxx' is not signed using an Apple阅读全文
...继续阅读
(242)