Normally, when the Directory Server conducts a 
search, the server looks through the entire entry for a match, throughout the 
entire directory. For lar...
                            
                            
                                分类:
其他好文   时间:
2014-05-20 01:23:35   
                                阅读次数:
277
                             
                         
                    
                        
                            
                            
                                一、设置索引索引将查找信息和 Directory Server 
条目关联起来。Directory Server支持以下几种索引:1出现索引(pres)- 列出了具有特定属性的条目,与属性的值无关。2等式索引(eq)- 
使您能够高效地搜索包含特定属性值的条目。3近似索引(approx)- 通过使用 ~...
                            
                            
                                分类:
其他好文   时间:
2014-05-20 00:34:27   
                                阅读次数:
540
                             
                         
                    
                        
                            
                            
                                分区的过程正常:[root@db1 /]#fdisk -lDisk /dev/sda: 
21.4 GB, 21474836480 bytes255 heads, 63 sectors/track, 2610 cylindersUnits = 
cylinders of 16065 * 512 = 82...
                            
                            
                                分类:
系统相关   时间:
2014-05-19 23:51:01   
                                阅读次数:
644
                             
                         
                    
                        
                            
                            
                                创建目录服务器实例之后,必须为服务器的目录信息树(Directory Information 
Tree,DIT)创建一个或多个后缀。DIT由服务器中的所有条目组成,这些条目使用各自的标识名(DistinguishedName,DN)进行标识。DN的分层特性可创建分支和叶条目,从而以树的形式组织数据。...
                            
                            
                                分类:
其他好文   时间:
2014-05-19 13:39:17   
                                阅读次数:
329
                             
                         
                    
                        
                            
                            
                                if 
(System.IO.Directory.Exists(System.IO.Path.GetDirectoryName(this.Asset.LocalPath)) 
&& System.IO.Directory.GetFiles(System.IO.Path.GetDirectoryName(...
                            
                            
                                分类:
其他好文   时间:
2014-05-19 11:04:02   
                                阅读次数:
217
                             
                         
                    
                        
                            
                            
                                脚本名:power.sh脚本内容:Shell代码 #!/bin/sh username3=$1 
dir_name2=$2 # get existing directory file_path=$dir_name2 while true do if [ -d 
$fil...
                            
                            
                                分类:
系统相关   时间:
2014-05-18 18:49:24   
                                阅读次数:
319
                             
                         
                    
                        
                            
                            
                                #include 
#include 
#include   //system(); 这个指令需要用到此头文件
#include  //toupper要用到
void main()
{
	char letter;
	do{
		printf("A Display directory listling\n");
		printf("B Display disk information\n");
		...
                            
                            
                                分类:
其他好文   时间:
2014-05-18 06:46:07   
                                阅读次数:
292
                             
                         
                    
                        
                            
                            
                                AIX 中添加账号可以使用命令mkuser 和 SMIT 两种方式,这里介绍SMIT方式
1、使用root 账号登录AIX
2、输入 smitty user
3、选择Add a User
4、输入"User Name"  "HOME directory"  按回车创建用户
      输入 #finger test  可以查看用户创建情况
5、 为新创建的用户...
                            
                            
                                分类:
Web程序   时间:
2014-05-15 22:56:44   
                                阅读次数:
485
                             
                         
                    
                        
                            
                            
                                在配置apache服务时经常遇到DocumentRoot must be a 
directory的错误提示,刚接触到apache时折腾了几个小时才找到错误的原因,出现这样的错误一般都是由于selinux的原因。SELinux(Security-Enhanced 
Linux) 是美国国家安全局(NSA...
                            
                            
                                分类:
系统相关   时间:
2014-05-15 10:07:38   
                                阅读次数:
561
                             
                         
                    
                        
                            
                            
                                2. md md是英文make directory(创建目录)的缩写 [功能] 创建一个子目录 
[格式] md [C:]path [举例] 用md 建立一个叫做purple的目录 3. cd cd是英文change directory(改变目录)的缩写 
[功能] 改变或显示当前目录 [格式] cd ...