摘要: # in project file cargo add rand extern crate rand; use rand::Rng; fn main() { let mut rng = rand::thread_rng(); // an unbiased integer over the entir 阅读全文
posted @ 2022-07-10 10:48 皮豪 阅读(602) 评论(0) 推荐(0) 编辑
摘要: 这个会判断是否启动 Emacs daemon,如果没有启动他会自己启动 alias ec='emacsclient -t -a ""' alias sec='sudo emacsclient -t -a ""' 阅读全文
posted @ 2022-07-10 09:10 皮豪 阅读(64) 评论(0) 推荐(0) 编辑