最新博客 - 朝如青丝暮成雪
  • 2019年03月25日 shiro整合spring   (作者:朝如青丝暮成雪) 摘要:shiro整合spring 官网文档 http://shiro.apache.org/spring.html 1、pom.xml配置 <!-- shiro的core web spring整合的 引入 --> <dependency> <groupId>org.apache.shiro</groupId> ...... 发表于:2019-03-25 16:24:02 阅读(1163) 评论(0)

  • 2019年03月25日 一个干净的spring.xml   (作者:朝如青丝暮成雪) 摘要:一个干净的spring.xml配置文件 <?xml version="1.0" encoding="UTF-8"?> <beans xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:context="http://www.springframework.org/schema/con...... 发表于:2019-03-25 12:50:13 阅读(987) 评论(0)

  • 2019年03月25日 git提交项目到远程仓库   (作者:朝如青丝暮成雪) 摘要:进入项目所在目录 新建.gitignore 和README.md文件,编辑ok 。 在项目所在目录中打开cmd git init git add . git commit -m 1 git remote add origin https://xxx.git git push -u origin master git push origin master git remot...... 发表于:2019-03-25 11:03:46 阅读(935) 评论(0)

  • 2019年03月25日 .gitignore文件配置(java项目)   (作者:朝如青丝暮成雪) 摘要:java项目中.gitignore文件配置 touch .gitignore notepad .gitignore ,输入以下内容: target/ .idea/ .settings/ .classpath .project 保存退出。... 发表于:2019-03-25 10:58:47 阅读(1166) 评论(0)

  • 2019年03月25日 shiro集成web   (作者:朝如青丝暮成雪) 摘要:一、shiro集成web的步骤 参考 http://shiro.apache.org/web.html 1、在pom.xml中引入 shro-web.jar <!-- shiro-web引入 --> <dependency> <groupId>org.apache.shiro</groupId> <...... 发表于:2019-03-25 10:56:55 阅读(1195) 评论(0)

  • 2019年03月25日 一个干净的web.xml   (作者:朝如青丝暮成雪) 摘要:web.xml <?xml version="1.0" encoding="UTF-8"?> <web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://java.sun.com/xml/ns/javaee" xsi:schemaLocation="http://j...... 发表于:2019-03-25 09:19:26 阅读(1021) 评论(0)

  • 2019年03月25日 shiro授权过程   (作者:朝如青丝暮成雪) 摘要:一、授权的核心概念 授权,也就是权限认证或访问控制,即在应用中控制谁能访问哪些资源 授权中的核心要素: 1 用户,在shiro中代表访问系统的任何客户端,即subject 2 角色,是权限的集合,或字符串值表示的一种能力。 3 权限,即操作资源的权利。比如访问某个页面,以及对某功能模块的添加、修改、删除、查看的权利 (http://shiro.apache.org/author......   发表于:2019-03-25 09:07:19 阅读(1144) 评论(0)

  • 2019年03月25日 shiro身份认证过程   (作者:朝如青丝暮成雪) 摘要:一、shiro身份认证过程 (参考http://shiro.apache.org/authentication.html) 1、Collect the Subject’s submitted principals and credentials 收集客户端提交的用户名和凭证 2、Submit the principals and credentials for aut......   发表于:2019-03-25 08:03:05 阅读(1102) 评论(0)

  • 2019年03月25日 shiro入门-第一篇   (作者:朝如青丝暮成雪) 摘要:一、shiro是什么 Apache Shiro是一个强大且易用的Java安全框架,执行身份验证、授权、密码和会话管理。使用Shiro的易于理解的API,您可以快速、轻松地获得任何应用程序,从最小的移动应用程序到最大的网络和企业应用程序。 二、shiro官网参考文档 http://shiro.apache.org/reference.html 参考文档 htt......       发表于:2019-03-25 07:37:40 阅读(1091) 评论(0)

  • 2019年03月23日 vue中v-if和v-show指令(显示/隐藏)   (作者:朝如青丝暮成雪) 摘要:vue中v-if和v-show指令介绍: v-if 切换时每次都会删除和创建元素 v-show 切换时不会删除和创建元素,只会设置display属性为none和删display属性 <!DOCTYPE html> <html lang="en"> <head> <m...... 发表于:2019-03-23 15:37:23 阅读(1304) 评论(0)

博主信息
   
数据加载中,请稍候...
文章分类
   
数据加载中,请稍候...
阅读排行
 
数据加载中,请稍候...
评论排行
 
数据加载中,请稍候...

Copyright © 叮叮声的奶酪 版权所有
备案号:鄂ICP备17018671号-1

鄂公网安备 42011102000739号