随笔分类 -  Mess

Mess
摘要:gu //小写 gU //大写 control a // add one control x // delete one gc // 注释 :! //输入命令 t 和 copy 和 co // 复制 //用法:2,3 copy 2 m // move // 用法: 2,3 m 4 gv // 选中上 阅读全文
posted @ 2021-11-29 12:26 哇哩顾得 阅读(56) 评论(0) 推荐(0)
摘要:http://docs.scala-lang.org/tour/lower-type-bounds.html中有一段代码 文中说这段代码不会通过编译,因为Function1是contravariant 在参数的位置上。看到这里是一个头很多个大的。 However, this program does 阅读全文
posted @ 2017-10-15 23:49 哇哩顾得 阅读(570) 评论(0) 推荐(0)