Active Directory Federation Service 也即联盟身份认证服务是微软的单点登录解决方案 (SSO),配置步骤相当多,中文资料也比较少,写在这里希望对后来人有所帮助,语言使用的是中文系统,实际上使用英文可能部署起来更容易些,因为感觉翻译不是很好。一些术语 Active D...
分类:
其他好文 时间:
2014-07-27 23:18:39
阅读次数:
370
命令简介: 该命令用用来删除空目录,如果目录非空,则会出现错误。可以使用rm删除目录中的文件后,使用rmdir删除目录。也可以使用rm -rf替代rmdir命令。这是一个非常简单的命令。 命令语法: rmdir [OPTION]... DIRECTORY... 命令参数: 参数 长参数 描叙 --i...
分类:
系统相关 时间:
2014-07-27 21:48:29
阅读次数:
279
JavaWeb: 报错信息The superclass "javax.servlet.http.HttpServlet" was not found on the Java Build Path1、右击web工程-》属性或Build Path-》Java Build Path->Libraries-...
分类:
编程语言 时间:
2014-07-27 21:46:59
阅读次数:
223
验证好域的安装后,第一件事应该是创建域账号了吧:用户帐户代表物理实体,如人员。还可以将用户帐户用作某些应用程序的专用服务帐户。用户帐户也称为安全主体。安全主体是指自动为其分配安全标识符(SID)的目录对象,这些对象可用于访问域资源。用户帐户主要用于:1、验证用户..
maven在build构建时,加载资源文件时需要配置资源文件插件:1,在pom.xml文件中加入 ${project.build.target.file.name} ${basedir}/target ${basedir}/src/main/java ${basedir}...
分类:
移动开发 时间:
2014-07-27 10:10:22
阅读次数:
288
主配置文件是main.php: dirname(__FILE__).DIRECTORY_SEPARATOR.'..', 'name'=>'My Web Application', // preloading 'log' component 'preload'=>array(...
分类:
其他好文 时间:
2014-07-27 10:09:52
阅读次数:
266
C:\users\XXXX>easy_install scrapy 出现错误 fatal error C1083: Cannot open include file: 'openssl/aes.h' : No such file or directory。才想起scrapy主页Installatio...
分类:
Windows程序 时间:
2014-07-27 09:44:12
阅读次数:
1567
Suppose a sorted array is rotated at some pivot unknown to you beforehand.
(i.e., 0 1 2 4 5 6 7 might become 4
5 6 7 0 1 2).
You are given a target value to search. If found in the array retur...
分类:
其他好文 时间:
2014-07-26 15:16:50
阅读次数:
199
..\..\SYSTEM\usart\usart.c(1): error: #5: cannot open source input file "sys.h": No such file or directory #include "..\sys\sys.h"这样就可以找到路径了 再次编译出现了问题...
分类:
其他好文 时间:
2014-07-26 14:56:20
阅读次数:
442
周氏一族,整理技术文档,给下一代留点教程...如题,今天在配置服务器的时候,发现这个问题,以前也经常有,但是懒得去搞,今天整理一下,留下笔记[root@Nginx_Web02home]#setup-bash:setup:commandnotfound[root@Nginx_Web02home]#遇到这种问题,一般都可以不难猜想得出,网络..
分类:
其他好文 时间:
2014-07-26 03:26:37
阅读次数:
247