摘要:
一、安装 .ignore 插件 然后重启插件生效 二、进入 Ignore Files Support 设置 路径:File --> Settings --> Version Control --> Ignore Files Support 在 User template中点击加号,输入模板名称,然后 阅读全文
摘要:
由于最近的一个项目技术选型用了JPA,在使用过程中,感觉JPA对Map这种类型着实有点不兼容。 问题:只想查询表中个别字段,并将这些字段封装为键值对map的形式返回给前端 sql语句:select b.userid,b.truename from WcmAppuser b where b.useri 阅读全文