码迷,mamicode.com
首页 >  
搜索关键字:terminal    ( 2247个结果
Python Ethical Hacking - DNS Spoofing
What is DNS Spoofing Sniff the DNSRR packet and show on the terminal. Analyze the following DNSRR records. Redirecting DNS Responses ...
分类:编程语言   时间:2019-09-01 18:53:06    阅读次数:104
Pycharm中Python Console与Terminal的区别
1.Python Console是Python交互式模式,可以直接输入代码,然后执行,并立刻得到结果 2.Terminal是命令行模式,与系统的CMD(命令提示符)一样,可以运行各种系统命令 ...
分类:编程语言   时间:2019-08-31 13:01:55    阅读次数:439
Ubuntu 18.04安装搜狗输入法
Ubuntu 18.04安装搜狗输入法 1. 打开 terminal,输入 fcitx,检查是否安装搜狗输入法依赖,若提示未安装使用以下命令安装 2. 然后使用以下命令 3. 打开settings,选择 region&language 再点击右侧的 manage installed language ...
分类:系统相关   时间:2019-08-30 23:29:47    阅读次数:161
eslint+prettier 的 VSCode配置项
{ "files.autoSave": "off", "editor.fontSize": 12, "terminal.integrated.rendererType": "dom", "eslint.autoFixOnSave": true, "eslint.validate": [ "javas... ...
分类:其他好文   时间:2019-08-29 18:26:00    阅读次数:130
N9K 40G接口一分4*10G配置
Breakout InterfacesCisco NX-OS supports the breakout of high bandwidth 40G interfaces at the module level or at the per-port level.Module Level Breako ...
分类:其他好文   时间:2019-08-29 09:58:04    阅读次数:311
【问题总结】执行setup.py提示 error: no commands supplied
【原因】python的run程序,相当于命令行里的python setup.py 【报错】运行后就会报错:no commands supplied 【解决办法】 (1)若想要不报错,就要打开pycharm的命令行模式,点pycharm 左下角的电脑方块图标,选中【Terminal】即可进入终端。 ( ...
分类:其他好文   时间:2019-08-29 09:16:19    阅读次数:708
Java开发环境配置——Tomcat
我们看到,有很多.sh后缀的文件,他们是给Linux系统使用的文件; 我们也看到有很多.bat文件,他们是给Windows系统使用的可执行文件(对于Windows,打开Tomcat只需鼠标双击startup.bat即可🙃)! 然后我们打开Terminal终端, (1)输入"cd /Library/ ...
分类:编程语言   时间:2019-08-28 10:59:46    阅读次数:71
Cisco路由器配置基本命令
特权模式:enable Router1 # show ip route Router # show ip interface brief Switch # show vlan Switch # show ip interface 配置模式:configure terminal console密码、e ...
分类:系统相关   时间:2019-08-25 13:59:44    阅读次数:153
pytest+pycharm 批量运行测试用例
大部分资料中都说要在terminal终端运行,所以个人习惯直接写在os.system()里,相对上面的写法,下面这种就是终端怎么写这里怎么写就可以了。 ...
分类:其他好文   时间:2019-08-21 12:15:01    阅读次数:183
Bash Commands
CommandDescription awk "Aho, Weinberger and Kernigan", Bell Labs, 1970s. Interpreted programming language for text processing. awk -F (see above) + Se ...
分类:其他好文   时间:2019-08-21 09:33:55    阅读次数:79
2247条   上一页 1 ... 36 37 38 39 40 ... 225 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!