nil3's recent timeline updates
nil3

nil3

V2EX member #78209, joined on 2014-10-23 14:32:06 +08:00
nil3's recent replies
作者是个homeschool student
scala> val a = Set(1, 2, 3)
a: scala.collection.immutable.Set[Int] = Set(1, 2, 3)

scala> a map (x => Set(x, a diff Set(x)))
res: scala.collection.immutable.Set[scala.collection.immutable.Set[Any]] = Set(Set(1, Set(2, 3)), Set(2, Set(1, 3)), Set(3, Set(1, 2)))

或者

scala> for (x <- a) yield Set(x, a diff Set(x))
res: scala.collection.immutable.Set[scala.collection.immutable.Set[Any]] = Set(Set(1, Set(2, 3)), Set(2, Set(1, 3)), Set(3, Set(1, 2)))
Nov 21, 2014
Replied to a topic by pythonfan 程序员 js 文件用中文写是几个意思?
def self.❨╯°□°❩╯︵┻━┻
puts "Calm down, bro"
end

https://github.com/mperham/sidekiq/blob/master/lib/sidekiq.rb#L28
不是计算机专业的,表示看不懂这些正向代理/反向代理之类。请问这类知识可以从哪里自学?比如看什么书?
Nov 3, 2014
Replied to a topic by thenewbie 问与答 如何拯救 OS X 的磁盘空间?
推荐 OmniDiskSweeper
Nov 3, 2014
Replied to a topic by zxq1002 生活 头发两天就很油,有啥办法?
办法:洗头。
Nov 2, 2014
Replied to a topic by halczy 问与答 能否帮忙做一下压力测试? VLC 直播
甚卡,不流畅
一般民众 里,使用 RSS 的可以忽略不计。
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   939 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 14ms · UTC 19:47 · PVG 03:47 · LAX 12:47 · JFK 15:47
♥ Do have faith in what you're doing.