码迷,mamicode.com
首页 >  
搜索关键字:corp directory    ( 6231个结果
三十七、git diff简介
原文:http://web.mit.edu/~mkgray/project/silk/root/afs/sipb/project/git/git-doc/git-diff.htmlgit diff可以比较working tree同index之间,index和git directory之间,worki...
分类:其他好文   时间:2014-07-03 10:49:30    阅读次数:361
[转]Java获取当前路径
1、利用System.getProperty()函数获取当前路径:System.out.println(System.getProperty("user.dir"));//user.dir指定了当前的路径2、使用File提供的函数获取当前路径:File directory = new File(""...
分类:编程语言   时间:2014-07-03 07:08:28    阅读次数:521
linux 下 /bin /sbin 的区别 -- (转)
/bin,/sbin,/usr/bin,/usr/sbin区别/ : this is root directory root 用户根目录/bin : commands in this dir are all system installed user commands 系统的一些指令/sbin: c...
分类:系统相关   时间:2014-07-03 06:29:10    阅读次数:223
open files
/* * * Copyright (c) International Business Machines Corp., 2001 * * This program is free software; you can redistribute it and/or modify * it...
分类:其他好文   时间:2014-07-02 23:25:51    阅读次数:282
android 打包 /${zipalign}" error=2, No such file or directory
当我更新完android L proview之后我的打包出问题了,报错/${zipalign}" error=2, No such file or directory 排查了一下午才知道 最近的ant/build.xml文件中丢失了一行代码     第二行代码丢失。直接恢复或者直接用老版本的build.xml文件就OK!fuck!...
分类:移动开发   时间:2014-07-02 07:51:32    阅读次数:289
[学习笔记] Python标准库简明教程 [转]
1操作系统接口os模块提供了一系列与系统交互的模块:>>> os.getcwd() # Return the current working directory'/home/minix/Documents/Note/Programming/python/lib1'>>> os.chdir('~/p....
分类:编程语言   时间:2014-07-01 14:07:44    阅读次数:249
简单介绍SharePoint 2010 14 Hive目录
如果你熟悉SharePoint 2007, 你必须知道12 Hive目录。在SharePoint 2010中,12 Hive已经被14 Hive 代替。大多数情况下,都是SharePoint文件的默认路径。...
分类:其他好文   时间:2014-07-01 07:47:39    阅读次数:187
Lucene整理--索引的建立
创建索引的过程如下: (1)、建立索引器IndexWriter,这相当于一本书的框架 (2)、建立文档对象Document,这相当于一篇文章 (3)、建立信息字段对象Field,这相当于一篇文章中的不同信息(标题、正文等)。 (4)、将Field添加到Document里面。 (5)、将Document添加到IndexWriter里面。 (6)、关闭索引器IndexWriter。...
分类:其他好文   时间:2014-07-01 06:30:34    阅读次数:334
Linux下Memcached的安装步骤
Linux下Memcached的安装步骤,如果出现/usr/local/memcached/bin/memcached: error while loading shared libraries: libevent-2.0.so.5: cannot open shared object file: No such file or directory异常在/etc/ld.so.conf中加入/usr/local/lib这一行,保存之后,再运行:/sbin/ldconfig –v更新一下配置即可。...
分类:系统相关   时间:2014-06-30 09:20:50    阅读次数:320
php目录分隔符DIRECTORY_SEPARATOR
在windows我们习惯性的使用“\”作为文件分隔符,但是在linux上系统不认识这个标识,于是就要引入这个php内置变量了:DIRECTORY_SEPARATOR 路径分隔符windows\ or /linux/ 在 Windows 中,斜线(/)和反斜线(\)都可以用作目录分隔符,在l...
分类:Web程序   时间:2014-06-29 18:59:47    阅读次数:244
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!