摘要:
转载:https://www.cnblogs.com/sankt/p/9278886.html 介绍demo项目前,简单说明一下Shiro框架的特性。 1. Apache Shiro Features 从上图可以看出Shiro具备应用程序安全框架的四大基石”:身份验证、授权、会话管理和密码。 Aut 阅读全文
摘要:
今天在车上好友给我推荐deepin linux 打造前端 Deepin Linux 工作环境——安装系统为什么选择 Deepin Linux 系统在 linux 操作系统的选择上,我个人不喜欢太花里胡哨的东西。曾经一度认为 linux 系统只应该跑在服务器上。但是 arch linux 改变了我的看 阅读全文
摘要:
mysql> SELECT DISTINCT CONCAT('User: ''',user,'''@''',host,''';') AS query FROM mysql.user; 查看数据库中具体某个用户的权限mysql> show grants for 'cactiuser'@'%'; 比如: 阅读全文
摘要:
Spring framework is a Injection dependency framework at first (it's still as it is today) targeting managing life-cycle of Java components (what so-ca 阅读全文