码迷,mamicode.com
首页 >  
搜索关键字:Active Directory    ( 10384个结果
Twitter web information
http://developer.51cto.com/art/201307/404612.htm150M active users300K Qps (read, only 6000 write/s)22MB/s triffic800 redis server. (use redis list)内部组...
分类:Web程序   时间:2014-05-14 03:50:34    阅读次数:365
安卓中Activity的onStart()和onResume()的区别是什么
首先你要知道Activity的四种状态:Active/Runing 一个新 Activity 启动入栈后,它在屏幕最前端,处于栈的最顶端,此时它处于可见并可和用户交互的激活状态。 Paused 当 Activity 被另一个透明或者 Dialog 样式的 Activity 覆盖时的状态。此时它依然与...
分类:移动开发   时间:2014-05-12 05:18:17    阅读次数:376
Apache Directory Studio
Apache Directory Studio 是一个 LDAP 的工具平台,用来连接到任何 LDAP 服务器并进行管理和开发工作。主要功能:LDAP浏览器、LDIF编辑器、嵌入式ApacheDS、ACI编辑器。
分类:其他好文   时间:2014-05-10 19:29:56    阅读次数:351
Linux更改Apache网站目录出错:Document root must be a directory解决
Linux更改Apache网站目录出错:Document root must be a directory解决修改DocumentRoot <Directory "C:/Apache/Apache2/htdocs"重启apache 报错Document root must be a director...
分类:Web程序   时间:2014-05-10 08:57:13    阅读次数:442
host-manager does not exist or is not a readable directory
当tomcat启动出现这个错误时,按照如下步骤可以解决:1、删掉F:\tomcat20111101\apache-tomcat-6.0.26\conf\Catalina目录下的localhost文件夹2、删掉F:\tomcat20111101\apache-tomcat-6.0.26\webapps...
分类:其他好文   时间:2014-05-10 05:20:52    阅读次数:290
Linux Commands 彻底研究(02):mkdir
NAME mkdir - make directoriesSYNOPSIS mkdir [OPTION]... DIRECTORY...DESCRIPTION Create the DIRECTORY(ies), if they do not already ex...
分类:系统相关   时间:2014-05-10 00:10:10    阅读次数:411
centos 配置 samba 与windows共享文件夹
yum install samba/etc/samba/smb.confdirectory mask = 0777 ← 指定新建目录的属性(以下4行)force directory mode = 0777directory security mask = 0777force directory s....
分类:Windows程序   时间:2014-05-09 15:38:50    阅读次数:437
最优化ASP程序性能(转)
Active Server Pages可以让动态页面很快地执行,但是,在代码中和数据库的连接上加入一些技巧,就能让程序更快地执行。这是一篇关于如何精制脚本程序以及ASP特征来达到最大速度的文章。任何在用户点击按钮到在屏幕上出现结果间延迟都会让用户茫然,对于一个商业站点,这就意味着潜在的用户损失。  ASP脚本的尺寸    我们也许不能控制用户的带宽,但是通过优化ASP站点,我们的确能够使应...
分类:Web程序   时间:2014-05-09 14:39:58    阅读次数:321
关于Linux中SDK 升级报错的解决
在配置安卓开发环境时,我将sdk、eclipse等工具包解压在了/opt目录下,在安装adt、导入sdk时,频频出现问题,Failed to create directory /opt/adt-bundle-linux-x86_64-20140321/sdk/temp原因是程序在/opt目录下权限不...
分类:系统相关   时间:2014-05-09 09:03:05    阅读次数:399
关于python -os.mkdir(str)方法的使用记录
这几天在学习python,从昨天开始安装了ubuntu系统以后,就开始研究这个备份文件的例子,可是无论如何,总是不成功,不是说OSError: [Errno 2] No such file or directory:就是说OSError: [Errno 13] Permission denied:这...
分类:编程语言   时间:2014-05-09 07:34:56    阅读次数:525
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!