03 2021 档案
摘要:let obj = {id: 1, name: "张三", age: 13} vat studentList = [] for(let i in obj){ studentList.push(obj[i]); //属性 [1,"张三",13] } var studentList = [] for (
阅读全文
摘要:var selectStudentList=[{id:1,name:"张三"},{id:2,name:"李四"},{id:3,name:"王五"}]; var studentList=[{id:1,name:"张三", age:"12"}]; for(var i=0;i<studentList.le
阅读全文
摘要:controller类: @Autowiredprivate IStudentService iStudentService; @AutoLog(value = "导入-学生信息")@ApiOperation(value = "导入-学生信息", notes = "导入-学生信息")@PostMap
阅读全文
摘要:先编写存储过程的函数: mapper.xml文件编写查询:sql注入(最好用map传参,映射传参尝试了下没成功) <parameterMap type="Map" id="getMap"> <parameter property="student_id" jdbcType="VARCHAR" jav
阅读全文
摘要:/** * 导出课程excel * * @return */ @AutoLog(value = "课程-导出课程excel") @ApiOperation(value = "课程-导出课程excel", notes = "导出课程excel") @GetMapping(value = "/expor
阅读全文

浙公网安备 33010602011771号