码迷,mamicode.com
首页 >  
搜索关键字:-active directory    ( 5768个结果
Swift plist文件读写
//写入plist var paths = NSSearchPathForDirectoriesInDomains(NSSearchPathDirectory.DocumentDirectory, NSSearchPathDomainMask.UserDomainMask, true) //Get Path of Documents Directory var document...
分类:编程语言   时间:2015-01-05 18:49:22    阅读次数:207
Postgre 小技巧
Version : SELECT?VERSION() Directories : SELECT?current_setting?(‘data_directory’) SELECT?current_setting?(‘hba_file’) SELECT?current_setting?(‘config_file’) SELECT?current_setting?(...
分类:其他好文   时间:2015-01-05 13:18:36    阅读次数:216
FW: Can’t Create File In The C Drive Root Directory – Windows 8
http://www.mkyong.com/computer-tips/cant-create-file-in-the-c-drive-root-directory-windows-8/Developing a simple Java program to write a file in the C...
分类:Windows程序   时间:2015-01-05 12:53:30    阅读次数:304
gdb--指定源文件路径
指定源文件的路径:directory/dirdir:清除所有的自定义的源文件搜索路径信息。dir:加一个源文件路径到当前路径的前面。指定多个路径,可以使用”:”showdir:显示定义了的源文件搜索路径。(gdb)dir/opt:/usr/include/Sourcedirectoriessearc...
分类:数据库   时间:2015-01-05 12:29:19    阅读次数:170
Android菜鸟-学习笔记1
1:每一个Activity类,都必须在AndroidManifest.xml文件中映射。否则空指针异常。 2:android的res目录是固定的,只能是下面的几种:drawable,layout,values,xml,raw ,color      如果加了其他的目录,它会报‘invalid resource directory name'的错误,   3:启动android工程,...
分类:移动开发   时间:2015-01-04 17:14:17    阅读次数:204
How to get all the members in user group by using LDAP in Perl?
About LDAP: LDAP stands for Lightweight Directory Access Protocol. It is usually used to fetch (and sometimes update) data in a directory of people. Using Net::LDAP module in Perl can provide a way ...
分类:其他好文   时间:2015-01-04 15:24:17    阅读次数:163
ImportError: libmysqlclient.so.18: cannot open shared object file: No such file or directory
情景:在python中使用mysql已知:[root@iZ28cumdzmgZmuahao03]#piplist Django(1.7.1) MySQL-python(1.2.5) pip(1.5.6) pysqlite(2.6.3) setuptools(8.2.1) wsgiref(0.1.2)已经安装MySQL-python报错:ImportError:libmysqlclient.so.18:cannotopensharedobjectfile:Nosuchfileo..
分类:数据库   时间:2015-01-04 06:28:24    阅读次数:501
(诊断)处理错误fatal error: Python.h: No such file or directory
安装与Python版本对应的python-dev 即可,比如:$ sudo apt-get install python2.7-dev
分类:编程语言   时间:2015-01-03 14:31:18    阅读次数:146
sqlplus登录问题
问题1.sqlplus login -- SP2-0750: You may need to set ORACLE_HOME to your Oracle software directory在/etc/profile最后加入:export ORACLE_HOME=/u01/app/oracle/p...
分类:数据库   时间:2015-01-03 13:09:05    阅读次数:126
wamp中根目录自定义
1.apache 解析目录的自定义: 打开文件httpd.conf,搜索documentroot,改其目录,以及directory 改其目录,重新启动服务,生效。2.wamp 目录定义: 打开wamp安装目录,找到 wampmanage.ini 文件,搜索menu.left,修改 wampman.....
分类:其他好文   时间:2015-01-02 10:57:26    阅读次数:117
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!