前几个步骤可参考这篇文章:http://www.cs.utexas.edu/~mitra/csSpring2011/cs327/cx_mac.html在进行到sudo python setup.py build 以及install的时候明明echo $ORACLE_HOME等这些环境变量都设置的,但...
分类:
数据库 时间:
2014-12-02 17:00:36
阅读次数:
448
时间date 显示当前时间time cmd 显示 cmd的运行时间地点locate 根据文件名,迅速找到文件。基于系统构建的索引find 根据各种规则找到文件,更强大,但比较慢whereis cmd 找到命令所在位置人物whoami 显示当前用户名who 显示登陆到系统的用户w 显示登陆用户,以及....
分类:
系统相关 时间:
2014-11-30 22:51:42
阅读次数:
238
在Linux使用命令时,有时候因为系统精简的原因,某些命令可能没有安装locate包,例如你要输入的命令是locate 发现没有该命令,修复办法如下:一、使用如下命令查询缺失命令的包名#yum list | grep locate二、得到包名后使用如下命令安装即可(不需要包名的全部,开头那个实名就好...
分类:
系统相关 时间:
2014-11-27 00:09:22
阅读次数:
337
grep,egrep,fgrep文本查找文件查找:locate:非实时,模糊匹配,查找是根据全系统文件数据库进行的#updatedb,手动生成文件数据库速度快find:实时精确/支持众多查找标准遍历指定目录中的所有文件完成查找,速度慢find查找路径:默认为当前路径查找标准:默认为指定路径下的所..
分类:
其他好文 时间:
2014-11-25 19:02:08
阅读次数:
145
# locate xxxx locate: can not open () `/var/lib/mlocate/mlocate.db': No such file or directory 如果出现此错误,请执行updatedb # updatedb # locate xxxx整个locate工作....
分类:
数据库 时间:
2014-11-21 12:06:17
阅读次数:
250
perl出现"Can't locate getopts.pl"的解决方法。这个错误是因为perl从5.16开始,移除了getopts.pl (http://search.cpan.org/~rjbs/perl-5.16.0/pod/perldelta.pod#Removed_Modules_and_...
分类:
其他好文 时间:
2014-11-21 01:15:04
阅读次数:
2194
google 打不开解决方法,请直接访问 https://www.sssis.com? firefox 配置google搜索:? #locate?google.xml??
/usr/lib/firefox/distribution/searchplugins/locale/en-GB/google.xml
/usr/lib/firef...
分类:
Web程序 时间:
2014-11-21 00:11:34
阅读次数:
1836
[root@openfire-x86v-app0120141118-0931]#tsung_statscreatingsubdirectorydatacreatingsubdirectorygnuplot_scriptscreatingsubdirectoryp_w_picpathswarn,lastinterval(8)notequaltothefirst,usethefirstone(10)NodataforBoshNodataforMatchNodataforEventCan‘tlocateTempla..
分类:
其他好文 时间:
2014-11-19 02:08:12
阅读次数:
703
[root@openfire-x86v-app0120141118-0931]#tsung_statscreatingsubdirectorydatacreatingsubdirectorygnuplot_scriptscreatingsubdirectoryp_w_picpathswarn,lastinterval(8)notequaltothefirst,usethefirstone(10)NodataforBoshNodataforMatchNodataforEventCan‘tlocateTempla..
分类:
其他好文 时间:
2014-11-19 02:07:10
阅读次数:
160
locate 让使用者可以很快速的搜寻档案系统内是否有指定的档案。其方法是先建立一个包括系统内所有档案名称及路径的数据库,之后当寻找时就只需查询这个数据库,而不必实际深入档案系统之中了。在一般的 distribution 之中,数据库的建立都被放在 crontab 中自动执行。
1.命令格式:
Locate [选择参数] [样式]...
分类:
系统相关 时间:
2014-11-18 13:30:08
阅读次数:
291