开发工具 1、WebStorm 可以通过Alt+F12打开Terminal 2、WebStrom 里面 Ctrl+Shift+N 按照文件名进行全局搜索 3、VS通过 查看 -> 集成终端查看 4、VS里面可以通过Ctrl+P快速定位到文件 5、按住ctrl再点击可以快速定位到代码引用的位置 命令行 ...
分类:
其他好文 时间:
2018-07-10 22:07:42
阅读次数:
183
Often times when developing web applications, you need to open multiple tabs to run different scripts to start the application. This can all be done w ...
分类:
其他好文 时间:
2018-07-10 19:15:58
阅读次数:
260
Use can use colour and styles to make it easy to spot errors and group common functionality into blocks when viewing a NodeJS console. This lesson wil ...
分类:
Web程序 时间:
2018-07-10 19:12:47
阅读次数:
170
实验要求:掌握CHAP认证配置 拓扑如下: R1enable 进入特权模式configure terminal 进入全局模式hostname R1 设置主机名 interface s0/0/0 进入端口ip address 192.168.1.1 255.255.255.0 设置IP地址clock ...
分类:
其他好文 时间:
2018-07-10 00:32:15
阅读次数:
168
主要原因1.term类型不对,不支持彩色.在secureCRT上设置Options->SessionOptions ->Emulation,然后把Terminal类型改成xterm,并点中ANSI Color复选框。然后ls看看,发现文件名和目录已经是彩色了.但是可能vi打开某些文件依然不是彩色按: ...
分类:
其他好文 时间:
2018-07-08 20:06:48
阅读次数:
190
本文将讲述Nordic nRF5 SDK的主要调试手段,以帮助大家快速定位问题,并解决问题 ...
分类:
其他好文 时间:
2018-07-08 12:44:38
阅读次数:
3003
问题: 安装完成Docker后,打开Docker Quickstart Terminal出现 Error:creating VirtualBox 失败。 然后直接打开Oracle VM VirtualBox,出现错误: 获取 VirtualBox COM 对象失败. 错误代码如下; Failed t ...
分类:
其他好文 时间:
2018-07-08 10:42:40
阅读次数:
250
1.切换到root用户 2. 安装mysql-server 注意:在Debian9之后,mysql被替换成mariadb。 所以在terminal中键入mysql后,看到的提示符为MariaDB而不是mysql: 在root用户下直接可登陆,因为root默认秘密为空 但是只有root用户才能登陆,而 ...
分类:
数据库 时间:
2018-07-06 01:28:55
阅读次数:
277
###set color and prompt for terminal in .cshrcset color_off="%{\e[0m%}"set color_red="%{\e[31m%}"set color_green ="%{\e[32m%}"set color_green_bg="%{\e ...
分类:
其他好文 时间:
2018-07-05 15:52:48
阅读次数:
151