码迷,mamicode.com
首页 >  
搜索关键字:active directory 安全检查 评估 adst    ( 14197个结果
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
得到目录下的所有文件
//得到目录下的所有文件夹public static void Get_All_Filepath_In_Directory(string dirpath, List listpaths) { List filePaths = listpaths; //存放文件的路径 try { if (Is_Dir...
分类:其他好文   时间:2014-07-08 23:24:07    阅读次数:183
Debug-iphonesimulator/xxx.app/WeiboSDK.bundle/images: Directory not empty
位于/Users/你电脑名/Library/Developer/Xcode/DerivedData  下的缓存文件占很大的缓存空间,如果长时间不删除xcode下的缓存文件,就会导致硬盘空间越来越小直到Directory not empty。删除了缓存文件再运行就不会再报错。 删除DerivedData: 打开看了终端输入   sudo chmod -R 777 /Users/xxx/Li...
分类:移动开发   时间:2014-07-08 21:39:21    阅读次数:240
解决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
如何一步一步删除(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
产品经理的职责
今天,看了《神一样的产品经理》一书,哇,要想往产品经理一职发展,真要具备的能力还真多呀!1、明确产品的目标用户群及其特征:要走出去,多跟客户沟通,明确产品使用对象2、获取、评估和管理用户需求:通过面谈、调查问卷等方式,获取用户需求后,要对其进行评估;当获取到的需求很多时,要评估 该做/不该做;如果做...
分类:其他好文   时间:2014-07-05 21:39:06    阅读次数:194
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!