第一步、在terminal中输入 brew install lua 来安装lua的运行环境 第二步、在VScode中安装如下插件 第三步、新建 test.lua 程序 print("Hello World") 第四步、在terminal中通过 lua test.lua 如果可以运行这个程序,并且返回 ...
分类:
其他好文 时间:
2020-06-22 18:50:27
阅读次数:
53
1. 快捷键 自动对齐 ctrl + shift + i 需要安装PyFormat插件,python需要安装autopep8 2. 字体太小 首先界面上文字都很小,用ctrl + ‘+’缩放,再到File——preference——setting中设置相关字号(terminal的字号太大会糊) ...
分类:
其他好文 时间:
2020-06-21 19:38:49
阅读次数:
62
IntelliJ IDEA中怎么打开Terminal命令窗口并输入命令 点击了view菜单之后,弹出了下拉菜单选中为 tool windows 选项 点击了tool windows 之后,弹出了下一级菜单选中为 terminal 选项 选中为 terminal 选项之后,就会进入到了的命令窗口界面 ...
分类:
其他好文 时间:
2020-06-21 17:55:37
阅读次数:
248
注册表添加右键菜单: Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\Directory\Background\shell\Terminal Here] [HKEY_CLASSES_ROOT\Directory\Background\s ...
You have an empty repositoryTo get started you will need to run these commands in your terminal. New to Git? Learn the basic Git commandsConfigure Git ...
分类:
其他好文 时间:
2020-06-17 23:10:05
阅读次数:
67
Switch>en进入模式Switch#conf配置Configuringfromterminal,memory,ornetwork[terminal]?Enterconfigurationcommands,oneperline.EndwithCNTL/Z.Switch(config)#intf0/3Switch(config-if)#switchportmodetrunk更改为trunk模
分类:
其他好文 时间:
2020-06-17 16:39:55
阅读次数:
63
基于docker-compose部署jumpserver 组件说明 Jumpserver 为管理后台, 管理员可以通过 Web 页面进行资产管理、用户管理、资产授权等操作, 用户可以通过 Web 页面进行资产登录, 文件管理等操作 koko 为 SSH Server 和 Web Terminal S ...
分类:
其他好文 时间:
2020-06-17 10:54:37
阅读次数:
47
Windows Terminal 背景图片切换工具 标签(空格分隔): 其他 说在前面 使用 Windows Terminal 有一段时间了,但是安装之后一直没有动过配置,做了点儿简单的修改,希望有一个比较舒服的终端背景。实现了一个终端背景图片变化的功能,每一次开机都会随机几张图片,作为不同终端的背 ...
ctrl+Alt打开terminal,uname -a查看linux内核版本。我这里安装的ubuntu的内核版本为5.4.0-29-generic。 socket.h中只有函数声明,要获得c文件得解压linux内核源码。 extern int socket (int __domain, int __ ...
分类:
其他好文 时间:
2020-06-14 20:33:35
阅读次数:
52
安装字体 参考:5 个 PowerShell 主题,让你的 Windows 终端更好看 - 少数派 首先需要注意的是,oh-my-posh 主题使用了一些非 Powerline 字体不支持的字符,因此如果你使用默认的等宽字体(比如 Consolas),在显示过程中就会出现乱码、字符显示不全的现象。 ...