原文地址: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
cas是多个系统的中心认证,认证的过程就是用户的登录信息和数据库中的信息匹对的过程,如果某一时刻登录的人数很多,需要频繁的读取数据库,数据库连接的管理就是问题。
前天测试评教时无意之中把单点登录的问题暴露出来了,平时通过cas登录管理端是没有问题的,而200人同时通过cas登陆学生端时出现异常
org.springframework.jdbc.CannotGetJdbcConnectionEx...
分类:
其他好文 时间:
2014-06-03 04:06:50
阅读次数:
428
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
首先交换机会自带console线一根,现在很少有笔记本带串口了,我的TP也不带,于是买了根转换线,这里要说一下,转换线是需要装驱动的,可以把带的驱动装好,最好是copy一份到网盘里。装好驱动后,可以在设备管理器端口那一栏查查serialtousb的端口COM号,我的本子上提示COM7。我..
分类:
其他好文 时间:
2014-05-25 05:50:53
阅读次数:
370
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
1.resetsave删除以前的配置2.sysname 配置交换机的名字3.interface接口配置IP地址4.info-centersynchronous日志同步5.添加用户与密码(指定类型,级别,认证方式)6.配置auxvty6.划分vlan7.将端口添加到vlan中8.iphttpenable开户web管理9.ipmacbindIP地址Mac地址端口vlanIP、MAC..
分类:
其他好文 时间:
2014-05-21 00:57:22
阅读次数:
382
很简单的一个问题,既然有人提到了,那我就在这里记录一下。<H3C>sysSystemView:returntoUserViewwithCtrl+Z.[H3C]local-useradmin[H3C-luser-admin]passwordcipher12345678Updatinguser(s)information,pleasewait....[H3C-luser-admin]service-typetelnetlevel3[H3C-lus..
分类:
其他好文 时间:
2014-05-15 19:06:36
阅读次数:
294
思路:一个form表单,用户提交留言一个页面显示留言内容。用到Vector来存取信息并显示cas.jsp 留言人: 标题: 留言内容: fei.jsp ");
out.print("留言人标题留言内容留言...
分类:
编程语言 时间:
2014-05-15 18:00:58
阅读次数:
403