
记录
nearend
这个作者很懒,什么都没留下…
展开
-
Vue Elementui collapse 默认展示全部列
Vue Elementui collapse 默认展示全部列<el-collapse v-model="opendItems"> <el-collapse-item title="展示列1" name="1"> <span>item content</span> </el-collapse-item> <el-collapse-item title="展示列2" name="2"> <原创 2021-01-16 11:08:09 · 1382 阅读 · 0 评论 -
maven插件编写获取部分项目参数
String jarFile = project.getBasedir() + File.separator + "target" + project.getDefaultGoal(); getLog().info("G" + project.getGroupId()); getLog().info("A" + project.getArtifactId()); getLog().info("V" + project.getVersion()); ...原创 2020-06-25 08:57:49 · 672 阅读 · 0 评论