IP属地:上海
父组件调用子组件:this.$refs.treeDept.getTreeList() 子组件调用父组件:this.$emit('create')
java8 :: 用法 (JDK8 双冒号用法) 特性 jdk8中使用了::的用法。就是把方法当做参数传到stream内部,使stream的每个...
LIST转map 1、指定key-value,value是对象中的某个属性值。 Map userMap1 = userList.stream(...
//①通过类装载器获取EvalComprehensiveBo类对象 ClassLoader loader = Thread.currentThr...
SELECT t.dict_code, m.*, t.label itemName, t.VALUE itemValue FROM t_bas...
select * from table <where> and dept_id = #{deptId} </where> ///////////...