核心类简介
目录
1.1???? Authentication
1.2???? SecurityContextHolder
1.3???? AuthenticationManager和AuthenticationProvider
1.3.1??? 认证成功后清除凭证
1.4???? UserDetailsService
1.4.1??? JdbcDaoImpl
1.4.2??? ...
分类:
编程语言 时间:
2014-11-14 02:11:22
收藏:
0 评论:
0 赞:
0 阅读:
526
从指定集合中获取元素组合成不同的字符串.
?
组合生成类(Combination.java)
?
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
?
/**
?*?
?* @author hymanz 506600909@qq.com
?*
?*/
public cl ...
分类:
编程语言 时间:
2014-11-14 02:10:57
收藏:
0 评论:
0 赞:
0 阅读:
278
如何给swing 控件增加快捷键呢?
场景:?当光标聚焦在password 文本框时,按Alt+Enter键,使username文本框聚焦.如何实现呢?
/***
* 按Alt+Enter时,用户名文本框聚焦
* @param tf :密码输入框
*/
private void addKeyListener22(JTextField tf){
tf.addKeyLi ...
分类:
编程语言 时间:
2014-11-14 02:10:07
收藏:
0 评论:
0 赞:
0 阅读:
290
配置步骤: 以下是我安装过程中出现的问题,及解决办法,希望可以对正在学习中的你有些帮助
?
?
1,安装jdk,建议安装1.6 ? ?配置jdk的系统环境
?
2,下载Tomcat 建议下载6 , 下载地址?http://tomcat.apache.org/?? 下载完成后解压
?
3,找到解压后的文件bin目录; ? ?双击catalina.bat和startup.bat可以运行 ...
分类:
其他 时间:
2014-11-14 02:09:42
收藏:
0 评论:
0 赞:
0 阅读:
265
觉得有用的话,可以去github关注:https://github.com/justjavac/awesome-awesomeness-zh_CN
通用
free-programming-books-zh_CN?免费的计算机编程类中文书籍
精彩博客集合?hacke2/hacke2.github.io#2
ResumeSample?程序员简历模板列表
remot ...
分类:
其他 时间:
2014-11-14 02:09:17
收藏:
0 评论:
0 赞:
0 阅读:
242