码迷,mamicode.com
首页 >  
搜索关键字:active directory    ( 10384个结果
JNDI 是什么
转自:http://blog.csdn.net/zhaosg198312/article/details/3979435JNDI是 Java 命名与目录接口(Java Naming and Directory Interface),在J2EE规范中是重要的规范之一,不少专家认为,没有透彻理解JNDI...
分类:其他好文   时间:2014-09-12 19:06:14    阅读次数:193
php 遍历目录
<?php header("Content-type: text/html; charset=utf-8"); date_default_timezone_set(‘Asia/Shanghai‘); set_time_limit(30); tree("./ui"); function tree($directory) { echo "$directory"."\n"; ...
分类:Web程序   时间:2014-09-12 15:32:03    阅读次数:229
Windows Server 笔记(六):Active Directory域服务:组
组的作用:通过将共享资源的权限分配给组而不是单个用户来简化管理。组的范围:本地域组:成员可以来自各个域,但使用资源只能是本域;全局组:成员只可以来自本域,但可以使用各个域的资源;通用组:成员可以来自各个域,也可以使用各个域的资源;(注意:通用组成员是包含在..
分类:Windows程序   时间:2014-09-12 10:21:45    阅读次数:270
Windows Server 笔记(六):Active Directory域服务:用户(3)
漫游用户配置:前面我们在说用户配置的时候,说到一种用户配置,就是漫游用户配置,那么应该怎么设置漫游用户配置呢?1、新建一个文件夹存放用户配置文件,我这里文件名是“Share”;右击“属性”;2、选择“共享”栏;点击“共享”;3、添加“Everyone”给“读取/写入”权限;..
分类:Windows程序   时间:2014-09-12 02:34:03    阅读次数:348
《The Story of My Life》Introductiom - Historical and Literary Context - Education of the Deaf and Blind
At the time the Story of My Life was published, the idea of a disabled person as an active member of society was radical. Through there were institute...
分类:其他好文   时间:2014-09-12 01:11:42    阅读次数:268
学习百度地图出现的问题
出现错误如下:09-11 13:54:14.222: E/Trace(1321): error opening trace file: No such file or directory (2)09-11 13:54:15.422: E/AndroidRuntime(1321): FATAL EXC...
分类:其他好文   时间:2014-09-11 22:23:52    阅读次数:313
PHP 配置文件中open_basedir选项作用
如下是php.ini中的原文说明以及默认配置: ; open_basedir, if set, limits all file operations to the defined directory ; and below. This directive makes most sense if used in a per-directory or ; per-...
分类:Web程序   时间:2014-09-11 17:39:22    阅读次数:209
thinkphp前端高亮显示
<li class="<if condition="$highlight eq ‘category‘">active</if>"><a href="{:U(‘category/index‘)}"><i class="icon-cloud"></i><span>栏目管理</span></a></li>...
分类:Web程序   时间:2014-09-11 17:38:32    阅读次数:200
linux_shell脚本笔记之二
第二章shell脚本(二)Test文件测试的常见选项有-d:测试是否为目录(directory)-e:测试目录或文件是否存在(exist)-f:测试是否为文件(file)-r:测试当前用户是否有权限读取(read)-w:测试当前用户是否有写入权限(write)-x:测试是否设置有可执行权限(excute)Test常用..
分类:系统相关   时间:2014-09-11 17:33:42    阅读次数:240
Directory 类
Directory 类 该类公开,主要用于创建、移动和枚举通过目录和子目录的静态方法。此类不能被继承。 命名空间: System.IO; 程序集: mscorlib(在 mscorlib.dll 中) Directory 类型公开以下成员。方法:名称用法说明CreateDirectory(strin...
分类:其他好文   时间:2014-09-11 17:01:32    阅读次数:492
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!