原文地址:http://blog.csdn.net/baozhengw/article/details/3857669在微软活动目录中建立一个用户节点,帐号为wangzhenyu,cn为zhenyu
wang,并设置登陆口令,这时候在cas中用wangzhenyu的帐号登陆失败,解决办法是:安装ap...
分类:
其他好文 时间:
2014-06-04 20:24:28
阅读次数:
228
Given an absolute path for a file (Unix-style),
simplify it.For example,path="/home/", =>"/home"path="/a/./b/../../c/",
=>"/c"click to show corner cas...
分类:
其他好文 时间:
2014-06-04 19:32:14
阅读次数:
270
透明色:00ff00ff //设置柱状图的颜色 ColorSet cs = new
ColorSet(); cs.Id = "colorset1";#region 设置柱状图的颜色 待开发 string strColor =
oYAXIS.Color; switch (strColor) { cas...
分类:
Web程序 时间:
2014-06-03 15:21:24
阅读次数:
337
前些天一位朋友要我帮忙做一单点登录,其实这个概念早已耳熟能详,但实际应用很少,难得最近轻闲,于是决定通过本文来详细描述一个SSO解决方案,希望对大家有所帮助。SSO的解决方案很多,但搜索结果令人大失所望,大部分是相互转载,并且描述的也是走马观花。
闲话少叙,进入正题,我的想法是使用集中验证方式,多....
分类:
Web程序 时间:
2014-06-03 06:38:05
阅读次数:
301
cas是多个系统的中心认证,认证的过程就是用户的登录信息和数据库中的信息匹对的过程,如果某一时刻登录的人数很多,需要频繁的读取数据库,数据库连接的管理就是问题。
前天测试评教时无意之中把单点登录的问题暴露出来了,平时通过cas登录管理端是没有问题的,而200人同时通过cas登陆学生端时出现异常
org.springframework.jdbc.CannotGetJdbcConnectionEx...
分类:
其他好文 时间:
2014-06-03 04:06:50
阅读次数:
428
#技术晨读#初探单点登录
SSO在多个应用中,如果你登录了其中一个应用,就可以登录其他应用了,这样的技术就是SSO(单点登录)。步骤大概是母站上种一个cookie,当访问子站的时候,带cookie发起一次对母站的请求,母站认证后,带上认证信息产生重定向到子站的页面,进行cookie写入操作...ht...
分类:
其他好文 时间:
2014-05-26 18:42:40
阅读次数:
485
1001
暴力
#include
#include
#include
using namespace std;
const int maxn = 100100;
int ll[maxn], rr[maxn];
struct node
{
int x, y, bj;
}e[maxn];
int main()
{
int cas = 1;
int T;
scanf("%d...
分类:
其他好文 时间:
2014-05-25 21:32:50
阅读次数:
268
Interesting Calculator
CSU 过了 TOJ超时了 先记一下
#include
#include
#include
using namespace std;
int a[100];
bool b[100010];
int c[100010];
int d[100010];
int x, y;
int cas = 1;
struct node
{
int x, t,...
分类:
其他好文 时间:
2014-05-22 12:42:02
阅读次数:
249
注:本文转自http://www.ichatter.net/2013/03/21/385/
CAS(Central Authentication
Service)框架是一个开源的单点登陆框架。最近公司要将几个产品实现单点登陆,同事在负责技术筛选时选择了CAS,并已实现了单点登陆功能,但是在...
分类:
其他好文 时间:
2014-05-22 03:52:04
阅读次数:
444
思路:一个form表单,用户提交留言一个页面显示留言内容。用到Vector来存取信息并显示cas.jsp 留言人: 标题: 留言内容: fei.jsp ");
out.print("留言人标题留言内容留言...
分类:
编程语言 时间:
2014-05-15 18:00:58
阅读次数:
403