码迷,mamicode.com
首页 >  
搜索关键字:ad hoc annotation    ( 17631个结果
带参数的定时器
$(function(){ var make="ad"; var kaka="mon"; function show(a,b){ alert(a+"-"+b); } setInterval(function(){ show( make,kak...
分类:其他好文   时间:2014-07-22 23:17:35    阅读次数:434
liferay 集成ldap
1、下载并安装(Active direcotry 下面统一为AD) https://directory.apache.org/studio/download/download-windows.html http://directory.apache.org/apacheds/download/do....
分类:其他好文   时间:2014-05-01 15:57:37    阅读次数:506
Ad域身份验证总结
活动目录(Active Directory)是面向Windows Standard Server、Windows Enterprise Server以及 Windows Datacenter Server的目录服务。(Active Directory不能运行在Windows Web Server上,...
分类:其他好文   时间:2014-05-01 01:56:58    阅读次数:715
sharepoint 2013基于AD的Form表单登录(二)——form登录页面自定义
配置好了sharepoint 2013基于AD的Form登录,只是成功了第一步,如何自定义登录页呢?特别是不要出现sharepoint2013自带登录页面,每次登录前还需要选择是否是form或者windows验证。 打开vs2012新建sharepoint 2013 project,在la...
分类:其他好文   时间:2014-04-30 03:14:58    阅读次数:713
sharepoint 2013基于AD的Form表单登录(四)——开发自定义登录过程需要引用文件路径。
1、Microsoft.IdentityModel.dll 位置%ProgramFiles%\ReferenceAssemblies\Windows Identity Foundation\v3.52、Microsoft.SharePoint.IdentityModel.dll位置C:\Window...
分类:其他好文   时间:2014-04-30 02:13:20    阅读次数:460
aspx、matser、ascx中PageLoad的执行顺序
顺序即为:aspx、matser、ascx
分类:Web程序   时间:2014-04-29 09:22:47    阅读次数:417
判断两条线段是否相交
如上图,判断线段AB和线段CD相交。 分析:如果线段AB和线段CD相交,只能是图中的两种相交情况。可以用向量叉乘来判断。如果(向量AB叉乘向量AC)*(向量AB叉乘向量AD) 设A(X1,Y1), B(X2, Y2), C(X3, Y3), D(X4, Y4),三角形ABC的面积为:2A =  = X1*Y2 + X3*Y1 + X2*Y3 - X3*Y2 - X1*Y3 - X2*Y1。...
分类:其他好文   时间:2014-04-27 22:32:13    阅读次数:425
java Annotation 自定义实例
Defining annotations Here is the definition of the annotation above. You can see that annotation definitions look a lot like interface definitions.  In fact, they compile to class files like any oth...
分类:编程语言   时间:2014-04-27 21:47:05    阅读次数:348
java Annotation原理
Annotations are one of the fundamental language changes introduced in Java SE5. They provide information that you need to fully describe your program, but that cannot be expressed in Java. Thus, anno...
分类:编程语言   时间:2014-04-27 21:14:59    阅读次数:431
java Annotation Meta-annotations
Meta-annotations @Target CONSTRUCTOR: Constructor declarationFIELD: Field declaration (includes enum constants) LOCAL_VARIABLE: Local variable declaration METHOD: Method declarationPACKAGE: Pack...
分类:编程语言   时间:2014-04-27 21:12:04    阅读次数:385
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!