ChinaUnix.net
相关文章推荐:

tsf shell pro

错误信息: exec(): 0509-036 Cannot load program /bill1/work1/chenf/vpmn/src_info/init_inter because of the following errors: 0509-026 System error: There is not enough memory available now. shell脚本: . ~/.profile /work1/chenf/vpmn/src_info/init_inter /work1/chenf/vpmn/cfg/init_inter.cfg 第二个参数为配置文件 vmstat 内容: System configuration: lcpu=24 mem=35328MB kthr memory ...

by 痞子燕 - C/C++ - 2006-10-24 16:58:21 阅读(1237) 回复(1)

相关讨论

[hide] [/hide]

by patagonia - 下载共享 - 2012-02-01 10:09:23 阅读(4561) 回复(22)

pro IronPython [hide] [/hide] [ 本帖最后由 vcanb 于 2009-7-9 15:42 编辑 ]

by patagonia - 下载共享 - 2017-11-07 20:24:37 阅读(7616) 回复(14)

发现一本书还不错, Harry Foxwell, Christine Tran "pro OpenSolaris" Apress | English | 2009-04-22 | ISBN: 1430218916 | 280 pages | PDF | 14 MB OpenSolaris is a rapidly evolving operating system with roots in Solaris 10, suitable for deployment on laptops, desktop workstations, storage appliances, and data center servers from the smallest single–purpose systems to the largest enterprise–class sy...

by alex_linux - Solaris - 2009-06-12 12:08:05 阅读(1808) 回复(5)

我在用vmware虚拟的linux环境下编写了一段连接oralce的代码(connect.pc),因为oracle装在windows下,所以在windows下进行的预编译,但编译的时候需要在linux下用到gcc -0 connect.c $ORACLE_HOME/lib/libclntsh.so,但oracle是在windows下的? 怎么解决?

by wangxiaoguang - C/C++ - 2008-08-01 09:47:25 阅读(1710) 回复(6)

我想请教一些关于pro*c的基本语法,哪里有资料可以下载。 我才开始做这些,希望大家给于帮助。

by jnwq0531 - Oracle - 2004-09-08 08:35:49 阅读(1110) 回复(1)

.... mf_getmfinfo.o: mf_getmfinfo.c $(CC) -I$(INCLUDE) -c mf_getmfinfo.c $(CFLAGS) $(LIBPATHS) mf_getmfinfo.c: mf_getmfinfo.pc $(proC) mode=ansi iname=mf_getmfinfo.pc oname=mf_getmfinfo.c ... 自定义的makefile文件,为什么就是不执行上面的语句

by rayou - Oracle - 2004-04-05 12:22:53 阅读(861) 回复(1)

不知哪有关于pro*c的网站

by ponymajie - Oracle - 2003-10-10 09:38:32 阅读(918) 回复(0)

不知哪有关于pro*c的网站

by ponymajie - Oracle - 2003-10-10 09:38:31 阅读(961) 回复(0)

大家好,我有这样一个文件file.文件信息如下: chr1 23 25 + ACT chr2 11 15 + ACTGA chr5 4 10 - GCTAGCT 现在想要将第5列分开,每一行一个信息:如下: chr1 3 + A chr1 4 + C chr1 5 + T chr2 11 + A chr2 12 + C chr2 13 + T chr2 14 + G chr2 15 + A chr5 4 - T chr5 ...

by biobaby - Shell - 2016-04-06 14:20:53 阅读(1068) 回复(5)

大家好:我有这样一个文件file,格式如下: N1 5 6 8 4 1 2 1 0 1 2 N2 5 6 5 6 9 1 2 4 4 2 N3 1 3 5 6 7 8 2 1 0 0 现在想提取符合以下条件的行: 第二列大于5,3-11列最多有2列大于5,其他列都小于5. 请问这样的程序怎么实现? 急求!!! 谢谢大家。

by biobaby - Shell - 2016-04-01 06:21:39 阅读(2238) 回复(15)