命令行传参 package test4; public class CommandLineParam { public static void main(String[] args) { for (int i=0; i<args.length; i++){ System.out.println("a ...
分类:
其他好文 时间:
2021-04-26 13:20:29
阅读次数:
0
向前删除:delete 向后删除:control + D safair快捷键: 新增一个tab页:ctrl + T 关闭一个tab页:command+w 其他safair快捷键:https://support.apple.com/zh-cn/guide/safari/cpsh003/mac ...
分类:
系统相关 时间:
2021-04-26 13:16:55
阅读次数:
0
粘贴历史:shift+command+h 分窗口操作:shift+command+d(横向)command+d(竖向) 查找和粘贴:command+f 呼出查找功能 tab 键选中找到的文本 option+enter 粘贴 ...
分类:
其他好文 时间:
2021-04-26 13:14:27
阅读次数:
0
最近在学习fofa,感觉功能挺强大的,就开了一个会员,来玩玩,不过结果是挺多的,在网上也有很多工具爬取下,不过我找到一个简化版的fofa,分享一下 搜索HTTP响应头中含有"thinkphp"关键词的网站和IP 结果有170361条,肯定看不完的,用脚本爬取, 1 import pyfofa 2 3 ...
分类:
其他好文 时间:
2021-04-22 15:45:42
阅读次数:
0
http://mail.qq.com/cgi-bin/ftnExs_download?k=0d33656100442bca7470667411370a175051575505510b0f48510757021a0c5d5457480303075d150355075504565d00045707593 ...
分类:
其他好文 时间:
2021-04-21 12:28:03
阅读次数:
0
def selfAdd(a): a += a a_int = 1 print('a_int1:',a_int) selfAdd(a_int) print('a_int2:',a_int) 输出结果: a_int1: 1 a_int2: 1 a_list =[1,2] print('a_list1:' ...
分类:
其他好文 时间:
2021-04-21 12:25:48
阅读次数:
0
自动补全: 当你敲入一个命令时,按下 tab 键,自动补全就会发生。 搜索历史命令: 在默认情况下,bash 会存储你所输入的最后 500 个命令。 找出和/usr/bin 这一目录相关的: 调用“88”所代表的这一行命令: bash 也具有增量搜索历史列表的能力。意思是在字符输入的同时,bash ...
分类:
系统相关 时间:
2021-04-21 12:13:52
阅读次数:
0
ip命令 来自于iproute包,可用于代替ifconfig ip [ OPTIONS ] OBJECT { COMMAND | help } ip 命令说明: OBJECT := { link | addr | route } ip link - network device configurat ...
分类:
其他好文 时间:
2021-04-20 14:18:52
阅读次数:
0
docker 是客户端命令,有很多子命令,可以用下面方法查看帮助 docker 、man docker、 docker --help、 man docker-COMMAND 、docker COMMAND --help 验证docker版本 :docker version 验证docker0网卡 在 ...
分类:
其他好文 时间:
2021-04-19 15:05:48
阅读次数:
0
https://www.git-scm.com/docs/git-pull https://www.runoob.com/git/git-pull.html https://www.yiibai.com/git/git_pull.html https://www.runoob.com/git/git ...
分类:
其他好文 时间:
2021-04-19 14:14:27
阅读次数:
0