合集-java
摘要:java+jsencrypt前后端加解密(RSA) js 工具 js下载:https://nextcloud.itwetouch.com/s/RmAZEEZnJ89JRas 默认不支持前端公钥解密(通常公钥加密),此脚本已优化,使用encrypt.decryptByPub进行公钥解密 JSEncry
阅读全文
摘要:效果展示 背景 众所周知,Mybatis Plus 封装的 mapper 不支持 join,如果需要支持就必须自己去实现。但是对于大部分的业务场景来说,都需要多表 join,要不然就没必要采用关系型数据库了。 使用方法 仓库地址 https://gitee.com/best_handsome/myb
阅读全文
摘要:<profiles> <profile> <id>dev</id> <activation> <activeByDefault>true</activeByDefault> </activation> <properties> <buildEnv>dev</buildEnv> </propertie
阅读全文
摘要:setting.xml <?xml version="1.0" encoding="UTF-8"?> <settings xsi:schemaLocation="https://maven.apache.org/SETTINGS/1.0.0 https://maven.apache.org/xsd/
阅读全文
摘要:forEach - 遍历 Stream<Integer> stream = Stream.of(2, 3, 1, 4); stream.forEach(System.out::println); filter - 过滤 Stream<Integer> stream = Stream.of(2, 3,
阅读全文