码迷,mamicode.com
首页 >  
搜索关键字:-active directory    ( 5768个结果
Android SDK最小需求
As a minimum when setting up the Android SDK, you should download the latest tools and Android platform:Open the Tools directory and select:Android SD...
分类:移动开发   时间:2015-03-14 18:11:57    阅读次数:227
myeclipse配置weblogic服务器
使用myeclipse设置weblogic时在window下打开preferences,选择myeclipse->Servers,选择weblogic,选择相应的版本,这里我电脑上安装的是weblogic12,点击,出现如下的页面: 说明如下:     1.BEA home directory:D:\weblogic12(WebLogic 安装在 D:\weblogic12 目录中)  ...
分类:Web程序   时间:2015-03-14 11:03:40    阅读次数:271
OpenCV2.4.10 Mac Configuration
Download OpenCV 2.4.10Download CMake 2.8Open CMake and choose the source code directory and build binary directoryThen click "Configure", and "Generat...
分类:系统相关   时间:2015-03-14 06:12:57    阅读次数:233
asp.net获取站点根目录下子目录的名称
使用Visual Studio建立一个.aspx文件(Web Forms),例如hovertree.aspx,在页面上加入一个ListBox代码如下:那么在页面上显示根目录子文件夹的代码如下:string[] m_subKeleyiFolder = Directory.GetDirectories(...
分类:Web程序   时间:2015-03-14 00:59:30    阅读次数:165
Converting slapd.conf to a Directory Based Configu
OpenLDAP 2.4 OpenLDAP 2.4?provides some great new features over 2.3. Notable among them are the ability to store configuration data in the directory and change values on the fly. Adding a Schema ...
分类:其他好文   时间:2015-03-13 20:55:35    阅读次数:215
Document base C:\Tomcat 6.0\webapps\manager does not exist or is not a readable directory
错误显示:严重: Error starting static Resources java.lang.IllegalArgumentException:Document base C:\Tomcat 6.0\webapps\manager does not exist or is not a rea...
分类:移动开发   时间:2015-03-13 16:15:57    阅读次数:157
【问题解决】syntax error: unexpected end of file或-bash: ./full_build.sh: /bin/bash^M: bad interpreter: No
在阅读的过程中有任何问题,欢迎一起交流 邮箱:1494713801@qq.com    QQ:1494713801   执行一个脚本full_build.sh 时, 一直是提示我: -bash: ./full_build.sh: /bin/bash^M: bad interpreter: No such file or directory 或提醒  syntax error: unex...
分类:其他好文   时间:2015-03-13 14:25:04    阅读次数:151
Linux 必备技能-用户及权限详解
Linux必备技能-用户及权限详解/etc/passwd文件Account:password:UID:GID:GECOS:directory:shell登录名:密码点位符:UID:GID:注释信息:家目录:用户的默认shell用户可以加入不止一个组:基本组额外组,附加组/etc/group文件:组名:组密码定位符:GID:以逗号分隔属于此组(以..
分类:系统相关   时间:2015-03-13 02:04:45    阅读次数:185
asp.net在网站根目录下创建文件夹
假设要在asp.net网站的根目录下建立文件夹hovertree,C#代码如下:string m_keleyiFolderName = Server.MapPath("/hovertree");if (Directory.Exists(m_keleyiFolderName)){//文件夹已经存在re...
分类:Web程序   时间:2015-03-13 01:43:36    阅读次数:165
convert source code to pdf in python
1 import os 2 import sys 3 4 def find_file(root_dir, type): 5 dirs_pool = [root_dir] 6 dest_pool = [] 7 8 def scan_dir(directory): 9 ...
分类:编程语言   时间:2015-03-11 21:36:42    阅读次数:164
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!