最新 最热

ubuntu开机后使用使用终端运行应用程序的设置方法

3.因为要用终端启动一个应用程序,所以command输入:gnome-terminal — 程序执行命令(gnome-terminal — roscore或者gnome-terminal — python3 PuttyCoatingRobot.py)

2020-10-19
1

mac Idea快捷键

1. 快速删除多余的importctrl + option + o2. 快速引入类option + 回车3. 生成注释/取消注释command + /4. 生成类的结构图alt + co

2020-09-27
0

mac goLand快捷键

macos先按Command+`,` 在自定义快捷(keymap)里搜索 Variable (在Refactor->Extract下面)

2020-09-27
1

centos7 下使用Supervisor监控 gin服务

前言在实际项目运行的时候,要考虑万一服务出现异常挂了怎么办,这个时候需要一个监控系统。其中,Supervisor 是个不错选择。Supervisor是用Python开发的一套通用的进程管理程序,能将一个普通的命令行进程变为后台daemon,并...

2020-09-27
0

Mac快速打开Terminal终端

具体方法如下: 通过 command + space 打开搜索,然后输入 terminal 打开终端。

2020-09-23
0

设计模式-命令模式

一般餐厅过去点餐,都有一个专门的服务员,拿着小本本,由你点菜,确认需求后,最后统一给你下单,并且通知给厨师,厨师拿到这个单后就直接开始做了...其中客户点餐(command),服务员下单这个是命令(command),而像这种由专门的服务员...

2020-09-18
1

Linter pylint is not installed

Linter 'pylint' is not installed. Please install it or select another linter". Error: Module 'pylint' not installed.

2020-09-16
0

Qt creator for Mac细节配置

2.用惯了Mac的都喜欢Mac上command+delete删除整行的快捷键,但是Qt creator中没有,同样打开偏好设置

2020-09-08
0

在scite编辑器中使用astyle格式化c代码

用 vc6 很喜欢 alt+F8 的功能. 能够格式化代码. scite 没有这个功能. 今天看它的配置文件发现这么两行:

2020-09-07
1

【Goland】关掉所有代码折叠folding

代码折叠在 Goland 里叫做 Code Folding 是指对于一些模板化的代码片段进行折叠来显示得更精简。

2020-09-01
1