码迷,mamicode.com
首页 >  
搜索关键字:command not found    ( 16044个结果
Creating an Invisible Index
OCP:05322.An index called ORD_CUSTNAME_IX has been created on the CUSTNAME column in the ORDERStable using the following command:SQL>CREATE INDEX ord_...
分类:其他好文   时间:2014-06-06 20:56:28    阅读次数:303
mac OS 常用的一些快捷键
截图:1.Command+shift+3:全屏截图,保存截图到桌面 2.Command+shift+4:鼠标选定区域截图,保存截图到桌面显示隐藏文件: defaults write com.apple.finder AppleShowAllFiles -bool true/false
分类:其他好文   时间:2014-06-04 14:36:53    阅读次数:233
man 获取命令帮助
命令类型:在linux中获取命令帮助的方法大致如下:1.对于内建命令格式:helpcommand2.对于外部命令a.使用man手册  格式:mancommandb.使用info  格式:infocommandc.使用简要帮助格式:command–helpd.linux官方文档例如:https://access...
分类:其他好文   时间:2014-06-02 14:22:20    阅读次数:222
解决win8下chrome浏览器打开提示没有注册类的方法
今天又把win8装回来了,继续装了个chrome浏览器,但是发现只能从安装的文件打开,从快捷方式或者快速启动栏都会提示没有注册类。找到一种解决的办法是删除注册表中的相关键值,具体如下:1、打开注册表HKEY_CLASSES_ROOT,然后依次打开如下:把command打开,,把这一项的键值删掉,注....
分类:Windows程序   时间:2014-06-02 09:39:37    阅读次数:248
《Head First 设计模式》学习笔记——命令模式
在软件系统中,“行为请求者”与“行为实现者”通常呈现一种“紧耦合”。但在某些场合,比如要对行为进行“记录、撤销/重做、事务”等处理,这种无法抵御变化的紧耦合是不合适的。在这种情况下,如何将“行为请求者”与“行为实现者”解耦?将一组行为抽象为对象,实现二者之间的松耦合。这就是命令模式(Command Pattern)————题记 设计模式 命令模式:将“请求”封装成对象,以便使用不同...
分类:其他好文   时间:2014-06-02 04:59:53    阅读次数:398
line 1: Dump: command not found
最近做一个实验,要监控oracle的alert日志,脚本写好后发现执行报如下错误,但结果可以正常输出 [root@localhost~]#shtt.sh /root/alert:line1:Dump:commandnotfound /root/alert:line2:Fri:commandnotfound /root/alert:line3:ORACLE:commandnotfound /root/alert:line5:Wind..
分类:其他好文   时间:2014-06-02 04:07:41    阅读次数:345
RMAN-06059: expected archived log not found,ORA-19625
RMAN>backupdatabaseformat=‘/oracle_rman/%d_%s.dbf‘plusarchivelog; Startingbackupat31-7月-11 currentlogarchived usingtargetdatabasecontrolfileinsteadofrecoverycatalog allocatedchannel:ORA_DISK_1 channelORA_DISK_1:sid=137devtype=DISK RMAN-00571:==========..
分类:其他好文   时间:2014-06-02 03:06:41    阅读次数:358
AIX小机 RS/6000 液晶显示屏上显示代码(LED)的含义
本文介绍RS/6000启动过程中机器上的液晶显示屏代码的含义。 本文代码不针对具体机型。 ----------DumpProgressIndicator---------- 0c0Thedumpcompletedsuccessfully 0c1ThedumpfailedduetoanI/Oerror. 0c2 Auser-requesteddumphasstarted.YourequestedadumpusingtheSYSDU..
分类:其他好文   时间:2014-06-02 03:05:59    阅读次数:389
学习笔记_TortoiseSVN使用
TortoiseSVN是Subversion版本控制系统的一个免费开源客户端,不需要为使用它而付费。 TortoiseSVN是 Subversion 的 Windows 扩展。它使你避免接触 Subversion 枯燥而且不方便的 Command Line。它完全嵌入 Windows Explorer,使用时只需在正常的窗口里右键操作就可以了。...
分类:其他好文   时间:2014-06-02 02:56:13    阅读次数:237
Leetcode Search Insert Position
Search Insert PositionTotal Accepted:15484Total Submissions:44816Given a sorted array and a target value, return the index if the target is found. If ...
分类:其他好文   时间:2014-06-02 02:06:39    阅读次数:214
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!