todo tree 插件能够标记,在文件中的特殊注释,如todo ,FIXME 等等。如下图 特殊的注释标记可以自定义设置。 特别提示这里的TODO 必须大写,与setting.json中一致。 当在文件中,注释了TODO 或者FIXME 等等关键字注释时,就能够通过左侧的todo tree 进行快 ...
分类:
其他好文 时间:
2020-08-18 15:36:29
阅读次数:
113
Failed to compile. ./src/api/system/eduction.js Module build failed (from ./node_modules/eslint-loader/index.js): Error: ENOENT: no such file or direc ...
分类:
Web程序 时间:
2020-08-17 16:52:20
阅读次数:
185
This is an in-detail account of the Raspberry Pi boot process collected from various sources, mainly from the official forums. First, you need to know ...
分类:
Web程序 时间:
2020-08-12 15:43:48
阅读次数:
87
安装Git核心程序 根据自己的电脑操作系统从Git官网https://git-scm.com/下载对应的Git核心程序。 以git-2.21.0为例说明安装步骤: 1.双击Git-2.21.0-64-bit.exe 2.点击Next设置安装路径 3.点击Next 4.点击Next 5.点击Next, ...
分类:
其他好文 时间:
2020-07-29 15:16:54
阅读次数:
66
<dependency> <groupId>com.vdurmont</groupId> <artifactId>emoji-java</artifactId> <version>5.1.1</version> </dependency> package com.jeeplus.modules.ff ...
分类:
编程语言 时间:
2020-07-29 10:24:54
阅读次数:
61
> blog-1@1.0.0 dev D:\frontlearning\nodejs-server\blog-1> cross-env NODE_ENV = dev nodemon ./bin/www.js 'NODE_ENV' 不是内部或外部命令,也不是可运行的程序或批处理文件。events.js ...
分类:
其他好文 时间:
2020-07-28 00:27:11
阅读次数:
253
官方关于Vue集成CKEditor富文本框的文档:https://ckeditor.com/docs/ckeditor5/latest/builds/guides/integration/frameworks/vuejs.html#using-es6-modules 先说下依赖吧, "@ckedit ...
分类:
其他好文 时间:
2020-07-27 15:40:56
阅读次数:
98
Ubuntu 20.04 Install Guest Additions for VirtualBox时有报错: This system is currently not set up to build kernel modules.Please install the gcc make perl ...
分类:
系统相关 时间:
2020-07-26 23:00:43
阅读次数:
94
package com.jeesite.modules.jiQiao.web;import java.util.stream.Stream;public class DemoMapTest07 { public static void main(String[] args) { // stream流 ...
分类:
其他好文 时间:
2020-07-26 22:59:16
阅读次数:
112
package com.jeesite.modules.jiQiao.web;import com.google.common.collect.Lists;import java.util.ArrayList;import java.util.Collections;public class Dem ...
分类:
编程语言 时间:
2020-07-26 22:57:16
阅读次数:
89