
工具
joseph_hao
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
tcpdump 抓包
tcpdump 抓包原创 2020-08-21 17:31:05 · 95 阅读 · 0 评论 -
grep
grep -A -B -C-A -B -C 后面都跟阿拉伯数字-A是显示匹配后和它后面的n行。-B是显示匹配行和它前面的n行。-C是匹配行和它前后各n行。总体来说,-C覆盖面最大。用它保险些。哈哈。这3个开关都是关于匹配行的上下文的(context)。例:grep -A 4 wikipedia 密码文件.txt就是搜索密码文件,找到匹配“wikipedia”字串的行,显示该行后后面紧跟的4行...原创 2020-08-21 16:49:54 · 102 阅读 · 0 评论 -
git repo
test1The repository for this project is emptyYou can get started by cloning the repository or start adding files to it with one of the following options.Command line instructionsYou can also uploa...原创 2020-03-25 18:14:49 · 1069 阅读 · 0 评论 -
lombok feature
lombok特性:https://projectlombok.org/features/all原创 2020-03-15 16:20:49 · 122 阅读 · 0 评论