11 2021 档案

摘要:使用 MessageDigest 无需导入其他jar包,可快速调用返回 package com.example.Utils; import java.security.MessageDigest; import java.security.NoSuchAlgorithmException; publ 阅读全文
posted @ 2021-11-12 11:38 BUGUAI 阅读(250) 评论(0) 推荐(0)
摘要:mapper配置与接口对应关系 mapper: <?xml version="1.0" encoding="UTF-8" ?> <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/m 阅读全文
posted @ 2021-11-12 11:35 BUGUAI 阅读(155) 评论(0) 推荐(0)
摘要:用法:直接把data放到里面 List<Team_event> data = teamService.selEvent(); JsonResult<String> j1 = new JsonResult(data); //直接把data放到里面了 引入依赖:pom.xml <dependency> 阅读全文
posted @ 2021-11-10 17:04 BUGUAI 阅读(667) 评论(0) 推荐(0)
摘要:HTML页面加载: <script> // 调用echatrs 热点词云 frepkeywordstat(); //事件管理 sjgllist(); document.getElementById("eventList").addEventListener("scroll", eventDetail 阅读全文
posted @ 2021-11-10 16:59 BUGUAI 阅读(833) 评论(0) 推荐(0)