E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
thold
jedis开发之java集群开发
spring-context-jedis.xml文件,添加相应的配置(注意:文件名需要被扫描到)JedisConfiguration该值且空闲连接>最大空闲连接数时直接释放-->(3)新建类SpringContex
tHold
er
mengmengdastyle
·
2018-09-04 09:58
redis
jedis
SpringContex
tHold
er获取bean实例
packagecom.bandweaver.tunnel.common.platform.util;importorg.springframework.context.ApplicationContext;importorg.springframework.context.ApplicationContextAware;importcom.bandweaver.tunnel.common.plat
csdn_ss1991
·
2018-08-31 11:13
spring
SpringContex
tHold
er通用方法
1、SpringContex
tHold
er方法publicclassSpringContex
tHold
erimplementsApplicationContextAware{privatestaticApplicationContextcontext
cleargy
·
2018-08-31 11:18
SSH随笔
【Spring】使用ThreadLocal获取当前用户的信息
就会增加代码的耦合性,基于以上缺陷,我们可以使用ThreadLocal来将当前的用户信息存入一个session,需要的时候,直接从全局的ThreadLocal中取出来即可接下来我们实践操作一波:创建一个Reques
tHold
er
evan_qb
·
2018-08-29 16:39
------
Spring
①java学习
Spring
AOP应用之日志
importorg.apache.log4j.Logger;importorg.aspectj.lang.JoinPoint;importorg.springframework.web.context.request.RequestContex
tHold
er
走西闯东
·
2018-08-28 13:58
JAVA
SSM
springboot2 security成功登陆后无法获取用户信息 getPrincipal为anonymous
我这是一个前后端分离项目所以可能和大多数项目不太相同我登陆成功之后获取到的SecurityContex
tHold
er.getContext().getAuthentication().getPrincipal
ky与你
·
2018-08-26 22:18
java
spring
security
spring
security
HDU 6281 sorting (湘潭邀请赛F题)
).Hewouldliketofindthelexicographicallysmallestpermutationp1,p2,…,pnof1,2,…,nsuchthatfori∈{2,3,…,n}i
thold
sthatInputTheinputconsistsofse
相思明月楼
·
2018-08-24 17:12
HDU
SpringBoot启动类中的配置
1,使用SpringContex
tHold
er获取Bean实例@Bean@Lazy(false)publicSpringContex
tHold
erspringContex
tHold
er(){returnnewSpringContex
tHold
er
Jehue
·
2018-08-24 16:54
service中获取request、session、ServletContext
publicStringgetLoginPersonDeptId()throwsException{ServletRequestAttributesattribute=(ServletRequestAttributes)RequestContex
tHold
er.currentRequestAttributes
dong281055686xin
·
2018-08-22 09:33
java
spring security 核心类
在用户登录认证之前相关信息会封装为一个Authentication具体实现类的对象,在登录认证成功之后又会生成一个信息更全面,包含用户权限等信息的Authentication对象,然后把它保存在SecurityContex
tHold
er
DQchat
·
2018-08-14 09:05
spring
security
建立时间裕量和保持时间裕量
前面的博客里面有讲解建立时间Tsetup和保持时间
Thold
on的概念以及要满足的和时钟之间的关系,这里不再重复,在了解建立时间裕量和保持时间裕量之前我们先来了解一下触发沿LaunchEdges和锁存沿
dongdongnihao_
·
2018-08-12 22:25
FPGA
Spring Security 中跨 request 请求保持 SecurityContext
在一个ServletWeb应用中,对于一个请求进行处理的全过程,服务端使用的是同一个线程,通过利用SecurityContex
tHold
er的MODE_THREADLOCAL安全上下文SecurityContext
安迪源文
·
2018-08-10 12:37
Java
spring
Spring
Security
分析
Spring Security 的基本组件 SecurityContex
tHold
er
SpringSecurity中最基本的组件应该是SecurityContex
tHold
er了。这是一个工具类,只提供一些静态方法。这个工具类的目的是用来保存应用程序中当前使用人的安全上下文。
安迪源文
·
2018-08-10 11:58
Spring
Security
分析
Spring Security的架构与实现
SpringSecurity的架构与实现概述运行时环境核心组件SecurityContex
tHold
er,SecurityContext和Authentication对象获取当前用户的相关信息UserDetailsServiceGrantedAuthority
书上有云
·
2018-08-04 17:22
Spring
Security
Chapter 6 Pointer
IntroductionstopointersApointerisavariabletha
thold
samemoryaddressasitsvalue.Itcanbedereferencedusingthedereferenceoperator
linceln
·
2018-08-04 12:10
核心组件之SecurityContex
tHold
er
存储在一个SecurityContex
tHold
er中,整个应用就一个SecurityContex
tHold
er。SecurityContex
tHold
er存储SecurityContext
猫毛·波拿巴
·
2018-08-04 11:00
【Spring】SpringSecurity无法获取当前登录用户问题
解释如下:我们将当前应用security上下文的所有数据保存在SecurityContex
tHold
er里面,这些数据包括
倚楼又听雨
·
2018-08-03 18:35
SpringCloud之基于SpringCloud+MybatisPlus+Config实现多个数据源的动态切换
二、开始基于原有项目进行重构1、写一个动态数据源上下文.代码如下:/***动态数据源上下文*/publicclassDbContex
tHold
er{privatestaticfinalThreadLocalcontex
tHold
er
小达哥的垃圾桶
·
2018-08-03 14:04
后端开发
SpringCloud
多数据源
spring security------过滤器源码解析(二)
我们上篇已经解析过了前三个过滤器的源码,这篇将会去解析之前剩下的几个类-BasicAuthenticationFilter-RequestCacheAwareFilter-SecurityContex
tHold
erAwareRequestFilter-AnonymousAuthenticationFilter
俊哥66
·
2018-07-21 18:36
spring
boot
spring
cloud
Spring Security 源码解析-核心组件(一)
1.1SecurityContex
tHold
erSecurityContex
tHold
er用于存储安全上下文(securitycontext)的信息。
小兔爷
·
2018-07-20 23:50
spring
security
Spring Security源码解析(一.基础知识点与流程介绍)
AuthenticationProvider二、UserDetails,UserDetailsService,UserCache,User三、SecurityContext,SecurityContex
tHold
er
炸天总指挥
·
2018-07-17 20:09
spring
spring
security
Spring boot + Mybatis动态多数据源实现
Springboot启动类(Application)数据库配置文件(dynamic-multi-db.yml)数据源配置类(DataSourceConfig)数据源上下文(DataSourceContex
tHold
er
PesenX
·
2018-07-13 15:35
数据库
用Redis做Mybatis二级缓存
所以启动服务器时一定要先启动redis如果我们要对redis做用户控制的话,不然还要对它配置用户密码之类的接下来我们再来做个缓存的实现,我们做个util包,在util包里面写个ApplicationContex
tHold
er
Antelope24
·
2018-07-12 22:35
SpringBoot
MySQL
项目
【以太坊】智能合约Solidity学习(第二课)
关键字:mapping//Forafinancialapp,storingauinttha
thold
stheuser'saccountbalance:mapping(address=>uint)publicaccountBalance
后知后觉者
·
2018-07-06 19:01
区块链
spring几种获取 HttpServletRequest 对象的方式
((ServletRequestAttributes)RequestContex
tHold
er.getRequestAttributes())
hellozhxy
·
2018-06-22 16:32
spring
spring security手动 自定义 用户认证 SecurityContex
tHold
er
1.SpringSecurity目前支持认证一体化如下认证技术:HTTPBASICauthenticationheaders(一个基于IEFTRFC的标准)HTTPDigestauthenticationheaders(一个基于IEFTRFC的标准)HTTPX.509clientcertificateexchange(一个基于IEFTRFC的标准)LDAP(一个非常常见的跨平台认证需要做法,特别是
_陌子曦
·
2018-06-13 09:17
JAVA
Android SurfaceView+Canvas画脉搏/心电数据图
实际演示效果:Canvas画图基本步骤:1、布局添加一个SurfaceView2、在onCreate()中,加入:SurfaceHoldersurfaceHolder=SurfaceView.ge
tHold
er
加拉萨假期
·
2018-06-13 09:23
Android
spring security笔记
GrantedAuthority授权信息SecurityContext:SecurityContex
tHold
er持有对应上下文信息。
favore
·
2018-06-13 00:00
spring-security
七下 阅读文本解构(第一稿)
Areyougoodwi
thold
peo
jane2001
·
2018-05-31 19:59
用 spring security oauth2进行用户认证,如何更新Redis中的用户信息
用springsecurityoauth2进行用户认证,首次登录后得到access_token和refresh_token,然后修改SecurityContex
tHold
er.getContext().
lost_abadan
·
2018-05-31 11:17
Spring Security 源码浅析
1.核心组件1.1.SecurityContex
tHold
er SecurityContex
tHold
er用于存储安全上下文(securitycontext)的信息。
烈冬-冰夏
·
2018-05-30 22:06
spring
ThreadLocal的源码浅析
从RequestContex
tHold
er的实现来看,就知道它的作用是什么了。
ljm_csdn
·
2018-05-19 19:38
工具
源码
多线程
android 按比例缩放图片(适屏)
privateBitmapreSize(Bitmapbitmaporg){intwid
thold
=bitmaporg.getWidth();//eg:1024intheightold=bitmaporg.getHeight
我是爱笑的猪
·
2018-05-18 18:46
Android
2018.湘潭邀请赛.F.2018
Hewouldliketofindthelexicographicallysmallestpermutationp1,p2,...pnof1,2,...,nsuchthatfori{2,3,...,n}i
thold
sthatInputThein
JXUFE_ACMer
·
2018-05-15 22:21
2018湘潭邀请赛
react with webpack4
Letmeprefacethissectionbysayingthatwebpackishardandwillbeconfusingifthisisyourfirstexperiencewithacodebundler.IfyouhaveexperiencewithothertoolslikeGulporGruntit'sabiteasier,butifyoudon't,jus
thold
onand
eddyinla
·
2018-05-13 18:27
C - A very hard mathematic problem (暴力枚举加二分)
Haorenisverygoodatsolvingmathematicproblems.Todayheisworkingaproblemlikethis:FindthreepositiveintegersX,YandZ(X1)tha
thold
sX
KetchupZ
·
2018-05-09 11:05
暴力/尺取/二分/三分
Android 自定义Camera拍照
自定义布局初始化控件:surfaceView=(SurfaceView)findViewById(R.id.surface);holder=surfaceView.ge
tHold
er();holder.addCallback
慕涵
·
2018-04-20 16:54
android自定义拍照
拍照图片被旋转
拍照图片被压缩
解决图片不清晰
No thread-bound request found异常
序本文主要研究下springmvc的Nothread-boundrequestfound异常分析该错误信息在RequestContex
tHold
er这个类中,详细如下:spring-web-4.3.7.
codecraft
·
2018-04-16 00:00
springboot
TensorFlow学习笔记1.8:tf.assign()
ThisoperationoutputsaTensortha
thold
sthenewvalueof'ref'afterthevaluehasbeenassigned.这个操作输出一个张量,这个张量在赋值之后获取
HBU_DAVID
·
2018-04-14 04:19
#say something#
atwinsbothwearingpinksweaterswithacolorfuldressunderit,andapinkbutterflyknothairbeltoneachone'shead,thegirlontherigh
thold
ingawoodplate
onetwo3go
·
2018-04-12 18:28
QGC杂记
MainWindow在QGCApplication::_initForNormalAppBoot中构造QGCQmlWidge
tHold
er主wiget在MainWindow中初始化QGCQmlWidge
tHold
er
dancing_night
·
2018-04-08 11:16
QGC
QGC
LRUCache原理分析
/***Acachetha
thold
sstrongreferencestoalimitednumberofvalues.Eachtime*avalueisaccessed,itismovedtotheheadofaqueue.Whenavalueis
Joyfulmath
·
2018-04-01 22:12
SpringMVC之RequestContex
tHold
er分析
request和response,正常来说在service层是没有request的,然而直接从controlller传过来的话解决方法太粗暴,后来发现了SpringMVC提供的RequestContex
tHold
er
f6zx3qc123
·
2018-03-27 22:47
spring
[case11]spring security reactive获取security context
ReactiveSecurityContex
tHold
erspringboot2支持了webflux的异步模式,那么传统的基于threadlocal的SecurityContex
tHold
er就不管用了
codecraft
·
2018-03-18 00:00
springsecurity
springboot 多数据源切换
JavaBean介绍:1、DatabaseType使用枚举列出所有的数据源的key;2、DatabaseContex
tHold
er是一个线程安全的DatabaseType容器,并提供了向其中设置和获取DatabaseType
指尖下的痕迹
·
2018-03-14 23:01
springboot
The superclass "javax.servlet.http.HttpServlet" was not found on the Java Build
阅读更多完整错误信息:THISSOFTWAREISPROVIDEDBYTHECOPYRIGH
THOLD
ERSANDCONTRIBUTORS"ASIS"ANDANYEXPRESSORIMPLIEDWARRANTIES
IT狂魔Java
·
2018-03-07 21:00
jsp
异常
javax.servlet
not
found
on
the
Java
Build
The superclass "javax.servlet.http.HttpServlet" was not found on the Java Build
阅读更多完整错误信息:THISSOFTWAREISPROVIDEDBYTHECOPYRIGH
THOLD
ERSANDCONTRIBUTORS"ASIS"ANDANYEXPRESSORIMPLIEDWARRANTIES
IT狂魔Java
·
2018-03-07 21:00
jsp
异常
javax.servlet
not
found
on
the
Java
Build
SpringBoot通过RequestContex
tHold
er获取HttpRequest和HttpResponse
Mark一下开发时,有时候会遇到在一些方法中,函数参数并没有给出request,response或者session,那该怎么解决呢我们可以通过SpringBoot提供的RequestContex
tHold
er
SUDDEV
·
2018-03-06 22:56
java
spring security过滤器链及认证流程
SecurityContextPersistenceFilter会在请求开始时从配置好的SecurityContextRepository中获取SecurityContext,然后把它设置给SecurityContex
tHold
er
zhongss404
·
2018-03-05 16:21
spring
security
spring-security(二十)核心Filter-SecurityContextPersistenceFilter
[list][*]请求开始时从对应的SecurityContextRepository获取securityContext存入SecurityContex
tHold
er中[*]请求
fengyilin_henu
·
2018-02-28 21:10
spring
security
上一页
19
20
21
22
23
24
25
26
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他