码迷,mamicode.com
首页 >  
搜索关键字:command not found    ( 16044个结果
ubuntu12.04中shell脚本无法使用source的原因及解决方法
现象: shell脚本中source aaa.sh时提示 source: not found原因: ls -l `which sh` 提示/bin/sh -> dash这说明是用dash来进行解析的。改回方法: 命令行执行:sudo dpkg-reconfigure dash在界面中选择no再ls ...
分类:其他好文   时间:2014-08-29 14:32:37    阅读次数:239
RMAN-06023: no backup or copy of datafile 6 found to restore
一:问题描述我用指定备份集恢复时,报错:RMAN>run{2>shutdownimmediate;3>startupmount;4>allocatechannelc1typedisk;5>allocatechannelc2typedisk;6>restoredatabasefromtag='TAG2...
分类:其他好文   时间:2014-08-29 12:56:27    阅读次数:195
Mac使用技巧之快速显示桌面
Windows下的"显示桌面"已经深入人心了,虽然Mac下没有相似的按钮,但Mac同样有简便的方法来显示桌面 1.快捷键 1.1使用快捷键Command + F3 快速显示桌面,再按一次回到应用程序 1.2使用快捷键 Fn+F11 快速显示桌面,再按一次回到应用程序 2.如何更改快捷键 2.1点击菜单栏上的 苹果小图标下的"系统偏好设置" 2.2...
分类:其他好文   时间:2014-08-28 22:43:26    阅读次数:321
hibernate出现 org.hibernate.PropertyNotFoundException: field [departmen] not found on cn.itcast.hibernate.domain.Employee1错误
hibernate出现 org.hibernate.PropertyNotFoundException: field [departmen] not found on cn.itcast.hibernate.domain.Employee1错误出现这种错误是因为,实体类的配置文件(ClassName...
分类:系统相关   时间:2014-08-28 21:11:46    阅读次数:401
powershell.exe直接运行命令
powershell.exe -Command "& { ('time={0},user={1}' -f (get-date),(whoami)) | Out-File "d:\user.log" -Append }"给.exe文件添加参数,参数是 array 格式$argus = "$env:wi...
分类:其他好文   时间:2014-08-28 14:39:59    阅读次数:220
[ACM] hdu 2262 Where is the canteen (高斯消元求期望)
Where is the canteen Problem Description After a long drastic struggle with himself, LL decide to go for some snack at last. But when steping out of the dormitory, he found a serious problem...
分类:其他好文   时间:2014-08-28 13:23:19    阅读次数:431
An existing resource has been found at location:tomcat 问题的解决办法
1.修改项目名称方法:首先修改项目中.project文件的name属性echo1.....................然后在项目部署到tomcat中的时候出现以下错误:An existing resource has been found at location....2.修改.mymetdat...
分类:其他好文   时间:2014-08-28 12:46:19    阅读次数:186
SD卡的控制方法(指令集和控制时序)
1.SD卡的命令格式:SD卡的指令由6字节(Byte)组成,如下:Byte1:0 1 x x x x x x(命令号,由指令标志定义,如CMD39为100111即16进制0x27,那么完整的CMD39第一字节为01100111,即0x27+0x40) Byte2-5:Command Argument...
分类:其他好文   时间:2014-08-28 11:10:39    阅读次数:219
OCP试题解析之053-17 CONFIGURE CONTROLFILE AUTOBACKUP ON
17.You configure AUTOBACKUP to ON in an RMAN session. When will RMAN back up the control file? (Choose all that apply.) A. When you run an RMAN BACKUP command B. When you run an RMAN ALLOCATE comma...
分类:其他好文   时间:2014-08-28 00:53:58    阅读次数:189
/ etc / init.d / iptables: line 268: restorecon: command not found
When I tried to restart iptables from vps , I got the following error.Iptables encountered such a problem to save the iptables rules:“iptables: Saving...
分类:其他好文   时间:2014-08-27 23:21:58    阅读次数:243
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!