2014年3月7日

bash 小技巧

摘要: CTRL-R (reverse find),按下之后敲几个字母就能在最近打过的命令里搜索。 阅读全文

posted @ 2014-03-07 15:28 Stomach_ache 阅读(112) 评论(0) 推荐(0)

Haskell 学习

摘要: truncate pi-- 表示截断, 此处结果为 3haskell中的touple是可变的,而python中是不可变的lines函数:lines :: String -> [String]以‘\n'为分隔符,建立列表interact 函数:interact :: (String -> String... 阅读全文

posted @ 2014-03-07 12:47 Stomach_ache 阅读(146) 评论(0) 推荐(0)

导航