满意鸵鸟

文章
5
资源
0
加入时间
2年10月21天

CAS client客户端的配置,使用java config的方式

CAS客户端的配置,使用java config的方式一、建一个类继承WebSecurityConfigurerAdapter,并且给该类加注解@EnableWebSecurity。这个类同时也是Spring Security认证相关的类,其中的configure方法就是对HTTP请求设置认证规则的。@EnableWebSecuritypublic class WebSecurityC

IOS设备上网页中的页面滚动效果模拟

可能咋一看不知道我说的是个啥,因为ios本来就用这功能的啊,还模拟它干啥?先听我说下项目背景哈我现在开发的是一个webapp,主要是用在ipad上,这个app的大小是固定大小的,为了防止触摸它出现弹性滚动,我加个句代码:$(document).bind('touchmove', function(e) { e.preventDefault();});这样这个页面就被

js websocket心跳

var heartCheck = { pongTime: 30 * AP.SECOND, //30秒接收心跳 pingTime: (30 * AP.SECOND / 10) * 8, timeoutObj: null, serverTimeoutObj: null, reset: function () { // clearTimeout(this.timeoutObj); clearTimeout(this.serverTimeout