编译android源码时报错: build/envsetup.sh: 1: Syntax error: "(" unexpected 解决方法: 执行$sudo dpkg-reconfigure dash命令,并选择“否”...
分类:
移动开发 时间:
2014-07-29 16:14:09
阅读次数:
217
RAC在安装时意外中断,重新安装clusterware软件,安装过程中没有问题,在最后执行root.sh脚本的时候出现异常。查看日志信息如下图:无法打开裸设备,随修改裸设备权限再次执行root.sh,问题依旧。难道是raw设备读写问题,试一下,反正不是生产环境,上图:OK,成功!
分类:
数据库 时间:
2014-07-29 15:41:49
阅读次数:
353
在编译Android的时候 把下面的函数,添加到 envsetup.sh, 还运行 build/envsetup.sh
function make()
{
local make=$(which make)
echo "you are running function make"
${make} $@
}
再运行 make, 运行的并不是可执行文件 make, 而...
分类:
其他好文 时间:
2014-07-29 14:47:48
阅读次数:
198
下面两个shell脚本是shell调用datastage作业时查找缺少作业和错误作业名的脚本脚本一:[root@dataStagefindjob]#moreerrcfgjob.sh
#!/bin/bash
#######################################################################
#purpose:findtheerrorconfigurationjobinthefiledsjob..
分类:
其他好文 时间:
2014-07-28 16:48:24
阅读次数:
379
1.在repeater表格的行绑定时给行一个id(唯一id),此地方为绑定该表格的主键。
2.给定一个隐藏域
3.在进入到编辑页面时,将唯一主键相继带入,赋给隐藏域
4.加入两个js
function lod() {
$(".biaoge tr").eq(1).addClass("sh");
}
functi...
分类:
Web程序 时间:
2014-07-28 16:13:37
阅读次数:
231
EnterfullpathnameofshellorRETURNfor/bin/sh:再按Enter进入单用户模式,所示#挂载档案系统,输入#fsck-p\\文件档案检查#mount-u/\\挂载#mount-tufs-a\\挂载所有文件档案更改密码#passwd\\更改密码Newpassword:Retypenewpassword:passwd:updatingthedatabase...passwd:done#exit\..
分类:
其他好文 时间:
2014-07-28 00:44:11
阅读次数:
220
题意: 树的前,中序遍历求后序遍历。基础题。code#include #include using namespace std;string sq, sh;int len;void make (int l, int r, int t, int w) { if (l > r || t > w) r.....
分类:
其他好文 时间:
2014-07-27 21:34:05
阅读次数:
195
#!/bin/bash
#Author:kernal
#Date:2014-03-25
#Filename:autoinstall_zabbixclient.sh
#autoinstall&configzabbix_agent_client
find/etc/yum.repos.d/-nameepel.repo
if[$?-eq0];then
yum–enablerepo=epel-yinstallzabbix-agent
else
rpm-ivhhttp://dl.fedorapro..
分类:
其他好文 时间:
2014-07-26 03:08:27
阅读次数:
283
在Ubuntu12.04中配置python环境变量:setenv PATH "$PATH:/usr/local/bin/python",提示未找到setenv命令。
为什么呢?这是因为shell版本问题!
Bourne Shell(即sh)是UNIX最初使用的shell,平且在每种UNIX上都可以使用。BourneShell在shell编程方便相当优秀,但在处理与用户的交互方便作得不如其他...
分类:
其他好文 时间:
2014-07-26 02:41:02
阅读次数:
1006
上海立信会计学院会计从业资格证书考试培训http://lixin.sh.cn/44.html 上海会计从业资格证书考试培训立信优势http://lixin.sh.cn/45.html 上海立信会计职称考试培训报名条件|考试时间和科目http://lixin.sh.cn/46.html 上海...
分类:
其他好文 时间:
2014-07-26 01:42:46
阅读次数:
226