ChinaUnix.net
相关文章推荐:

error on auto execute of job

我的auto job 是一个程序,不是命令。我把它写在jobd的rqsdata中,但启动子系统的时候,没有执行它。请教各位大侠?

by bc3 - AS400 - 2008-04-22 11:30:54 阅读(2073) 回复(3)

相关讨论

在线急等 我的makefile文件如下 LIBDIR=$(HOME)/lib INFORMIXINCL=$(INFORMIXDIR)/incl/esql TUXINCL=$(TUXDIR)/include INCLDIR=$(HOME)/incl COREINCLDIR=$(HOME)/aix/incl #LIBS= -f $(LIBDIR)/libpub.a -f $(LIBDIR)/libbcf.a -f$(LIBDIR)/libsavjx.a LIBS= -f $(LIBDIR)/libpub.a -f $(LIBDIR)/libdac.a \ -f $(LIBDIR)/libbcf.a \ -f$(LIBDIR)/libsavjx.a ECC=e...

by jhb0586 - Informix - 2009-04-07 21:22:42 阅读(4797) 回复(2)

在线急等 我的makefile文件如下 LIBDIR=$(HOME)/lib INFORMIXINCL=$(INFORMIXDIR)/incl/esql TUXINCL=$(TUXDIR)/include INCLDIR=$(HOME)/incl COREINCLDIR=$(HOME)/aix/incl #LIBS= -f $(LIBDIR)/libpub.a -f $(LIBDIR)/libbcf.a -f$(LIBDIR)/libsavjx.a LIBS= -f $(LIBDIR)/libpub.a -f $(LIBDIR)/libdac.a \ -f $(LIBDIR)/libbcf.a \ -f$(LIBDIR)/libsavjx.a ECC=e...

by jhb0586 - 中间件技术 - 2009-04-05 13:30:51 阅读(3098) 回复(0)

test1.c: #include ; main() { printf("hello,world"); } compile gcc -c -o a.out test1.c chmod u+x a.out execute: a.out output: cannot execute binary file. a.out: Exec format error 如何办?

by welcome008 - Solaris - 2004-01-20 15:44:03 阅读(4612) 回复(3)

job ONE:WAS job Steps: 1>http://10.249.200.15:14000/admin 2>login with no "User ID" 3>focus on +WAS01Network -Servers -Application Servers .GALX was01p started .GPCX was01p started .GSIX was01p started Note:If the applications of GALX ,GPCX or GSIX doesn't start,you need to start it with command line,then verify its stat...

by daichuang - AIX文档中心 - 2005-04-25 14:58:21 阅读(1245) 回复(0)

#coding uft-8 import os def kill(x): os.system('attrib -s -r "%s"' %x) f=open(x,'w') f.write('autokilled') f.close() os.system('attrib +s +r "%s"' %x) def get_file(x): os.system('attrib -s -h -r "%s"' %x) viruses=[] for each in os.listdir('.'): postfix=each.split('.')[-1] if postfix=='com' or postfix=='exe': ans=raw_input('%s \tKill It?(y/n): ' %each) ...

by niexining - Python文档中心 - 2009-01-15 13:40:52 阅读(1417) 回复(0)

大家好: 我想请问一下,如果我有一个login的网页,同时我知道用户名和密码,有没有可能用java实现自动登陆??可不可以给我一点提示??? small_snap a million thax ~~~ ...

by small_snap - Java - 2005-06-20 17:06:38 阅读(1179) 回复(2)

auto RGZPFM But here is an CL program to RGZPFM files that >; 15% deleted records. We auto-scheduled it to run on the weekends over selected libraries. It worked well, but we never had files with millions of records either. Terry STRCLPGM: PGM PARM(&LIBRARY) DCL VAR(&LIBRARY) TYPE(*CHAR) LEN(10) DCL VAR(&PERCENT) TYPE(*DEC) LEN(4 3) DCL...

by michael9406 - AS400 - 2003-10-16 14:25:52 阅读(2253) 回复(4)

执行一个snmpget命令,提示: root# ./snmpget bash: ./snmpget: cannot execute binary file root # 没明白啥问题,谢谢执教。

by wdy2168 - Solaris - 2008-08-04 17:04:39 阅读(1940) 回复(1)

[root@test src]# g++ -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -Wall -c fbgetch.cc -o fbgetch.o [root@test src]# gdb fbgetch.o GNU gdb Red Hat Linux (6.3.0.0-1.132.EL4rh) Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the...

by liang_li_yun - C/C++ - 2007-11-22 16:45:36 阅读(2007) 回复(5)