
开发工具
Developer Hu
拯救
展开
-
【vs code】shell 语法提示,检查,运行调试
在vscode中编写shell脚本非常方便,可以使用如下shell插件方便开发,调试。1.shellman: 语法提示2.shell-format: 格式化3.shellcheck: 语法错误检查配置如下:https://storage.googleapis.com/shellcheck/shellcheck-stable.zip下载解压后设置如下:"shellch...原创 2020-04-05 02:04:08 · 7605 阅读 · 0 评论 -
Intellij IDEA 中使用 MyBatis-generator 自动生成 MyBatis 代码
1. 在maven项目的pom.xml 添加mybatis-generator-maven-plugin 插件 xxx org.mybatis.generator mybatis-generator-maven-plugin 1.3.2转载 2018-01-16 17:11:59 · 438 阅读 · 0 评论 -
idea中无法使用el表达式的问题
一、如果JSP中无法自动提示EL表达式,比如${pageContext.request.contextPath},可在pom.xml的<dependencies>标签中插入以下代码<dependency> <groupId>javax.servlet</groupId> <artifactId>jsp-api<...转载 2018-02-20 18:46:38 · 5947 阅读 · 2 评论