码迷,mamicode.com
首页 >  
搜索关键字:active directory-- dsquery commands    ( 11505个结果
cp | mv | rm
linux下文件的复制、移动与删除命令为:cp,mv,rm一、文件复制命令cp 命令格式: cp [-adfilprsu] 源文件(source) 目标文件(destination) cp [option] source1 source2 source3 ... directory 参数说明: -a...
分类:其他好文   时间:2014-07-09 00:00:34    阅读次数:256
android关于SD卡、存储的各种操作
getExternalFilesDirgetExternalFilesDir(Environment.DIRECTORY_PICTURES).getAbsolutePath()返回的是图片存放的标准目录,应用被卸载时这个目录也会被删除。参数还有:public static String DIRECT...
分类:移动开发   时间:2014-07-06 16:21:38    阅读次数:261
[Chrome_OS]Crosh Shell终端 基础命令
Google’s Chrome OSincludes a shell environment known as Chrome Shell, or “crosh” for short. Crosh includes several terminal commands that can be used ...
分类:其他好文   时间:2014-07-06 15:26:01    阅读次数:662
解决Ubuntu12.04下rpcbind: cannot open '/var/run/rpcbind/rpcbind.xdr' file for reading
不知道怎么回事,实验室的电脑在同学搞过之后,每次启动都报错rpcbind: cannot open '/run/rpcbind/rpcbind.xdr' file for reading, errno 2 (no such file or directory)rpcbind: cannot open...
分类:其他好文   时间:2014-07-06 14:45:46    阅读次数:301
Android:导入工程
File->new->Project->android->Android Project from Existing code在Root Directory:中填写AndroidManifest.xml所在的文件夹路径需要注意的是:导入的工程不要跟Eclipse Android的工作目录下,不然会出...
分类:移动开发   时间:2014-07-06 12:56:23    阅读次数:184
【Nginx】模块化设计
高度模块化的设计是Nginx的架构基础。所有模块都是以ngx_module_t结构体表示,该结构体内部定义了7个回调方法,它们负责模块的初始化和退出。commands成员是一个包含有ngx_command_t结构体的数组,ngx_command_t的作用就是解析配置项。ctx是一个void指针,这使得模块具有高度灵活性。 ctx可以指向不同类型模块的通用接口,官方Nginx共有5大类模块...
分类:其他好文   时间:2014-07-06 11:49:04    阅读次数:246
如何一步一步删除(linux & UNIX)环境下 oracle 11g 集群节点
?? Deleting a Cluster Node on Linux and UNIX Systems 1.确定要删除的节点,是否active,pinned $ olsnodes -s -t 如果 pinned ,则crsctl unpin css  -n   unpinned 相应的节点 2、禁用相应集群节点的应用资源,进程 先停掉 em: emctl sto...
分类:数据库   时间:2014-07-06 11:48:28    阅读次数:309
简单的日志系统
参考glog写了现有的Logging系统。 直接有 enum LoggingEnum{ LOG_INFO, LOG_DBBUG, LOG_ERROR, LOG_WARNNING, LOG_END }; 几种等级的日志,实时刷到console上,异步延迟写到日志上,建立队列缓存日志,时间一到一起刷到file,好了,看下Logging实现: class Active; stru...
分类:其他好文   时间:2014-07-06 09:30:37    阅读次数:296
lucene内存索引库、分词器
6.3内存索引库 6.3.1特点                   在内存中开辟一块空间,专门为索引库存放。这样有以下几个特征: 1)    因为索引库在内存中,所以访问速度更快。 2)    在程序退出时,索引库中的文件也相应的消失了。 3)    如果索引库比较大,必须得保证足够多的内存空间。 6.3.2编码 在cn.hqu.directory 下新建:DirectoryT...
分类:其他好文   时间:2014-07-06 08:11:33    阅读次数:188
error while loading shared libraries: libpcre.so.1: cannot open shared object file
执行启动nginx:/usr/local/nginx/sbin/nginx    错误:/usr/local/nginx/sbin/nginx: error while loading shared libraries: libpcre.so.1: cannot open shared object file: No such file or directory     查找:[roo...
分类:其他好文   时间:2014-07-06 00:11:52    阅读次数:205
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!