摘要: 使用 MessageDigest 无需导入其他jar包,可快速调用返回 package com.example.Utils; import java.security.MessageDigest; import java.security.NoSuchAlgorithmException; publ 阅读全文
posted @ 2021-11-12 11:38 BUGUAI 阅读(243) 评论(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 阅读(140) 评论(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 阅读(627) 评论(0) 推荐(0) 编辑
摘要: HTML页面加载: <script> // 调用echatrs 热点词云 frepkeywordstat(); //事件管理 sjgllist(); document.getElementById("eventList").addEventListener("scroll", eventDetail 阅读全文
posted @ 2021-11-10 16:59 BUGUAI 阅读(820) 评论(0) 推荐(0) 编辑
摘要: 使用用户对数据库创建数据表时报权限不足解决方法 grant connect, resource , dba to FORMDESIGN; grant create session to FORMDESIGN; grant create session,create table to FORMDESI 阅读全文
posted @ 2021-05-10 15:55 BUGUAI 阅读(357) 评论(0) 推荐(0) 编辑
摘要: Files.exists():检测文件路径是否存在。 Files.createFile():创建文件。 Files.createDirectory():创建文件夹。 Files.delete():删除一个文件或目录。 Files.copy():复制文件。 Files.move():移动文件。 Fil 阅读全文
posted @ 2021-04-29 19:07 BUGUAI 阅读(289) 评论(0) 推荐(0) 编辑
摘要: indexOf():返回指定字符的索引。 charAt():返回指定索引处的字符。 replace():字符串替换。 trim():去除字符串两端空白。 split():分割字符串,返回一个分割后的字符串数组。 getBytes():返回字符串的 byte 类型数组。 length():返回字符串长 阅读全文
posted @ 2021-04-29 18:58 BUGUAI 阅读(43) 评论(0) 推荐(0) 编辑
点击右上角即可分享
微信分享提示