摘要: curl icanhazip.com curl ifconfig.me curl curlmyip.com curl ip.appspot.com curl ipinfo.io/ip curl ipecho.net/plain curl www.trackip.net/i 阅读全文
posted @ 2018-05-11 17:03 hoge 阅读(1805) 评论(0) 推荐(0) 编辑
摘要: Mac下Vim编辑快捷键小结(移动光标) 1、移动到行尾"$",移动到行首"0"(数字),移动到行首第一个字符处"^" 2、移动到段首"{",移动到段尾"}" 3、移动到下一个词"w",移动到上一个词"b" 4、移动到文档开始"gg",移动到文档结束"G" 5、跳到第n行"ngg" 或 "nG" 或 阅读全文
posted @ 2018-05-11 17:01 hoge 阅读(982) 评论(0) 推荐(0) 编辑