上一页 1 2 3 4 5 6 7 8 9 10 ··· 12 下一页
摘要: C:\Users\Administrator>npm install --registry=https://registry.npm.taobao.orgnpm WARN saveError ENOENT: no such file or directory, open 'C:\Users\Admi 阅读全文
posted @ 2022-01-05 18:04 এএ᭄念卿এএ᭄ 阅读(389) 评论(0) 推荐(0) 编辑
摘要: 1. 打开“vscode”。 2. 按快捷键“Ctrl+Shift+P”。 3. 在“vscode”顶部会出现一个搜索框。 4. 输入“configure language”,然后回车。 阅读全文
posted @ 2022-01-05 17:04 এএ᭄念卿এএ᭄ 阅读(91) 评论(0) 推荐(0) 编辑
摘要: https://www.runoob.com/sql/sql-syntax.html 阅读全文
posted @ 2022-01-05 16:45 এএ᭄念卿এএ᭄ 阅读(9) 评论(0) 推荐(0) 编辑
摘要: 读Excel DEMO代码地址:https://github.com/alibaba/easyexcel/blob/master/src/test/java/com/alibaba/easyexcel/test/demo/read/ReadTest.java 对象 @Data public clas 阅读全文
posted @ 2022-01-04 17:38 এএ᭄念卿এএ᭄ 阅读(122) 评论(0) 推荐(0) 编辑
摘要: easyexcel注解 11个注解 @ExcelProperty @ColumnWith 列宽 @ContentFontStyle 文本字体样式 @ContentLoopMerge 文本合并 @ContentRowHeight 文本行高度 @ContentStyle 文本样式 @HeadFontSt 阅读全文
posted @ 2022-01-04 17:37 এএ᭄念卿এএ᭄ 阅读(1728) 评论(0) 推荐(1) 编辑
摘要: package com.yms;import java.io.File;import java.io.IOException;/** * @Author 杨明书 * @PackageName: com.yms * @ClassName: JXLCreateExcel * @Description: 阅读全文
posted @ 2022-01-04 17:36 এএ᭄念卿এএ᭄ 阅读(36) 评论(0) 推荐(0) 编辑
摘要: 1、Shiro 是什么 Shiro 是一个功能强大和易于使用的Java安全框架。 Shiro 为开发人员提供一个直观而全面的解决方案:认证、授权、加密、会话管理、Web集成、缓存等。 Apache Shiro 和 Spring Security 是同类型的框架,主要用来做安全,也就是我们俗称的权限校 阅读全文
posted @ 2022-01-04 11:26 এএ᭄念卿এএ᭄ 阅读(24) 评论(0) 推荐(0) 编辑
摘要: 第一步:引入依赖 <!-- shiro begin --><dependency> <groupId>org.apache.shiro</groupId> <artifactId>shiro-spring</artifactId> <version>1.2.6</version></dependen 阅读全文
posted @ 2022-01-04 10:34 এএ᭄念卿এএ᭄ 阅读(95) 评论(0) 推荐(0) 编辑
摘要: Apache Shiro是一个强大且易用的Java安全框架,执行身份验证、授权、密码和会话管理。使用Shiro的易于理解的API,您可以快速、轻松地获得任何应用程序,从最小的移动应用程序到最大的网络和企业应用程序。 主要功能 三个核心组件:Subject, SecurityManager 和 Rea 阅读全文
posted @ 2022-01-04 09:11 এএ᭄念卿এএ᭄ 阅读(96) 评论(0) 推荐(0) 编辑
摘要: 问题:使用idea创建一般的maven项目时,时没有web.xml的,如何实现将maven的项目变成web项目 1.解决方案:项目模块点击鼠标右键,添加项目支持,javaEE下面有web,选择即可,如果不通这种方法选择,可能会遇到一个问题就是,spring的版本不同,导致无法运行。 阅读全文
posted @ 2021-12-31 17:51 এএ᭄念卿এএ᭄ 阅读(89) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 10 ··· 12 下一页