作用:自动生成模板代码和实体类,简化开发人员工作,降低错误率。 1.entity ##导入宏定义 $!define ##保存文件(宏定义) #save("/entity", ".java") ##包路径(宏定义) #setPackageSuffix("entity") ##自动导入包(全局变量) $ ...
分类:
其他好文 时间:
2021-04-26 13:23:45
阅读次数:
0
插件 Code Runner 代码一键运行插件 Prettier - Code formatter 代码格式插件 (可设置保存就直接格式化) ***** Vue VSCode Snippets Vue2快速代码补全插件 ***** ...
分类:
其他好文 时间:
2021-04-26 13:17:53
阅读次数:
0
cd /data/docker-data/jenkins mkdir jenkins_home chmod 777 jenkins_home docker run -d -p 10240:8080 -p 10241:50000 -v $PWD/jenkins_home:/var/jenkins_ho ...
分类:
其他好文 时间:
2021-04-26 13:06:43
阅读次数:
0
Loaded plugins: fastestmirror, langpacks Could not retrieve mirrorlist http://mirrorlist.centos.org/?release=7&arch=x86_64&repo=os&infra=stock error w ...
分类:
Web程序 时间:
2021-04-24 13:53:03
阅读次数:
0
下载到导入的jar包 maven-source-plugin-2.2.1.jar 使用命令导入: mvn install:install-file -Dfile=D:\opensource\maven-source-plugin-2.2.1.jar -DgroupId=org.apache.mave ...
分类:
编程语言 时间:
2021-04-24 13:46:44
阅读次数:
0
分享一个我常用的VScode主题网站 https://vscodethemes.com/dark 它提供了 深色和浅色主题供大家选择 查看主题插件 下载 深色 浅色 ...
分类:
Web程序 时间:
2021-04-24 13:39:19
阅读次数:
0
本文出自: http://blog.csdn.net/wyk304443164 引用回复: 太麻烦了,直接在Plugins 搜索 Wxapp ,install ,然后重启webstorm就可以了 如果你用的是sass那么 http://www.qianduan.org/post-471.html 如 ...
分类:
Web程序 时间:
2021-04-24 13:27:30
阅读次数:
0
这只要在src同级添加postcss.config.js文件 同时文件 里面写上这些,重新跑就没问题了 module.exports = { plugins: { 'autoprefixer': {browsers: 'last 5 version'} }} ...
分类:
Web程序 时间:
2021-04-24 11:47:48
阅读次数:
0
写在前面 由于项目中需要使用代码编辑器插件,于是找到了CodeMirror,这个插件功能十分强大,官网地址:https://codemirror.net/ 但是,当把插件集成到项目时,发现编辑器显示高度是默认的300px,这个高度显然是不友好的,所以需要将高度改为自适应。 查看官方文档说是将heig ...
分类:
其他好文 时间:
2021-04-23 12:24:16
阅读次数:
0
记录一下我vs code用到的插件及配置文件 { "workbench.colorTheme": "Visual Studio Light", "workbench.sideBar.location": "left", "editor.accessibilitySupport": "off", "w ...
分类:
其他好文 时间:
2021-04-22 15:38:33
阅读次数:
0