码迷,mamicode.com
首页 >  
搜索关键字:ldap browser    ( 3961个结果
javascript获取iframe对象
//通过window对象获取子iframevar _frame = window.frames[1] ; //获取第二个iframe(根据name获取使用window.frames['xxx'])if( $.browser.msie ){ //ie_frame = window.document.f...
分类:编程语言   时间:2014-10-17 15:07:08    阅读次数:135
struts2: config-browser-plugin 与 convention-plugin 学习
struts2被很多新手诟病的一个地方在于“配置过于复杂”,相信不少初学者因为这个直接改投Spring-MVC了。convention-plugin、config-browser-plugin这二个插件的出现,很大程度改善了这个囧境。简言之:convention-plugin采用"约定大于配置”的思...
分类:其他好文   时间:2014-10-17 15:05:38    阅读次数:126
PHP CURL 中文说明
1.CURL是利用URL语法在命令行方式下工作的开源文件传输工具。 2.它被广泛应用在Unix、多种Linux发行版中,并且有DOS和Win32、Win64下的移植版本。 3.它支持很多协议:FTP, FTPS, HTTP, HTTPS, GOPHER, TELNET, DICT, FILE 以及 LDAP。 4.CURL是瑞典CURLl组织开发的,您可以访问: ht...
分类:Web程序   时间:2014-10-17 12:05:14    阅读次数:297
pycurl之初体验
Pycurl是Python的libcurl接口。liburl是客户端的URL传输库,它支持FTP,FTPS,HTTP,HTTPS,TELNET,LDAP等诸多协议,同时支持HTTP认证,代理,FTP上传,cookies等。一、提取网络资源用Pycurl来提取网络资源主要有三个步骤:1、创造一个pycurl.Curl实例2、使用setopt设置选项3..
分类:Web程序   时间:2014-10-16 23:00:34    阅读次数:286
CentOS:OpenLdap配置
ldap可以用来作为统一的用户管理,设置svn,apache,linux用户等。yum install openldap-servers openldap-clientsyum install perl-LDAP*安装完成后,编辑ldap.confvi /etc/openldap/ldap.conf...
分类:其他好文   时间:2014-10-16 19:32:33    阅读次数:190
robotframework 页面已经locate到元素 但是操作提示element is no longer valid!
目前还未解决,先记录一下。Text Edit*** Settings ***Library Selenium2Librarybaidu_xpath open browser http://10.11.20.117:9500/poc/ ie sleep 3 maximize browser windo...
分类:其他好文   时间:2014-10-16 13:02:42    阅读次数:934
客户端检测
varclient=function(){ //renderingengines varengine={ ie:0, gecko:0, webkit:0, khtml:0, opera:0, //completeversion ver:null }; //browsers varbrowser={ //browsers ie:0, firefox:0, safari:0, konq:0, opera:0, chrome:0, //specificversion ver:null }; //platform..
分类:其他好文   时间:2014-10-14 04:46:08    阅读次数:175
Qt-4.8 WebKit + QtWebKit-2.3.x上CSS3 Web Fonts支持的一些记录
Chrome 37 Firefox 32 IE 8 TTF(TrueType) ○ ○ ○ ╳ OTF(OpenType) ○ ○ ○ ╳ WOFF ○ ○ ○ ╳ SVG ╳ ○ ╳ ╳ local() ╳ ○ ○ ╳ EOT ╳ ╳ ╳ ○ WOFF 2.0 ╳ ╳ ...
分类:Web程序   时间:2014-10-14 00:14:27    阅读次数:469
This InfoPath form template is browser-compatible, but it cannot be browser-enabled on the selected site
- all features were running on sitecollection level and at site levelBut here is the solution, i do not why it worked but it did work.Although you can...
分类:其他好文   时间:2014-10-13 14:17:39    阅读次数:196
silverlight获取web的url参数
1.网址(如:http://localhost:8081/index.aspx?name=123)2.获取name=123的信息3.IDictionary dict = System.Windows.Browser.HtmlPage.Document.QueryString;4. textblock...
分类:Web程序   时间:2014-10-11 15:54:05    阅读次数:172
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!