码迷,mamicode.com
首页 >  
搜索关键字:ldap browser    ( 3961个结果
An overview of the Spring MVC request flow
The Spring MVC request flow in short:When we enter a URL in the browser, the request comes to the dispatcher servlet. The dispatcher servlet then acts...
分类:编程语言   时间:2015-01-29 12:04:57    阅读次数:149
在centos上安装sequoaidb的php驱动
1:搭建PHP的运行环境yum install httpd httpd-develyum install php php-develyum install php-gd php-imap php-ldap php-odbc php-pear php-xml php-xmlrpc2:安装sequoia...
分类:数据库   时间:2015-01-27 17:47:53    阅读次数:179
学习笔记-初识wed项目
程序构架的分类: 1.c/s架构(client/server) 即客户端/服务器工作模式。由服务器提供服务,客户端来使用服务的,用户需安装客户端程序。 2.b/s架构(browser/server) 浏览器/服务器工作模式,又称请求响应模式。浏览...
分类:其他好文   时间:2015-01-27 01:50:01    阅读次数:188
Sencha学习笔记1: Getting Started with Sencha Touch - 官方Sencha Touch入门指南
Sencha Touch is a high-performance HTML5 mobile application framework. You can use Sencha Touch to produce a native-app-like experience inside a browser or in a hybrid shell. Sencha Touch supports Android, iOS, Windows Phone, Microsoft Surface Pro and RT, ...
分类:其他好文   时间:2015-01-26 17:15:05    阅读次数:219
[转载]Browser Link feature in Visual Studio Preview 2013
http://blogs.msdn.com/b/webdev/archive/2013/07/29/10430221.aspxBrowser Link feature in Visual Studio Preview 2013Browser Link is just a channel betwee...
分类:其他好文   时间:2015-01-26 16:56:01    阅读次数:250
LDAP Error Codes
Error / Data CodeErrorDescription0LDAP_SUCCESSIndicates the requested client operation completed successfully.1LDAP_OPERATIONS_ERRORIndicates an inter...
分类:其他好文   时间:2015-01-26 13:26:05    阅读次数:204
[转载]CSS Tools: Reset CSS
http://meyerweb.com/eric/tools/css/reset/The goal of a reset stylesheet is to reduce browser inconsistencies in things like default line heights, marg...
分类:Web程序   时间:2015-01-25 19:32:37    阅读次数:201
selenium webdriver 学习笔记一
selenium webdriver 第一个脚本:#coding = utf-8from selenium import webdriverimport timeurl = "http://www.baidu.com"browser = webdriver.chrome()browser.get(....
分类:Web程序   时间:2015-01-24 15:38:10    阅读次数:124
关于HTTP Message
HTTP Message包括JS, HTML等Resource。这些都是相对来说有代码可以写的东西,但是原理的东西是没有代码的。coding只是很少的一部分工作内容。Browser的流程。比如connect-------request-----------process-------------re...
分类:Web程序   时间:2015-01-24 14:19:53    阅读次数:117
在Windows Server 2008 R2中使用web方式修改域用户账户密码
在Windows的domain环境下,加域的客户端修改账户密码是一件很easy的事情;即使没有加域的客户端如果组织中,使用Exchange邮件系统,借助Exchange的owa也可以轻松修改账户密码。前段时间搞Web+Portal 认证时,由于存在少量的LDAP用户,该Web+Portal认证不支持...
分类:Windows程序   时间:2015-01-23 19:50:53    阅读次数:217
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!