ChinaUnix.net
相关文章推荐:

how to open a nonunicode excel file

Anybody can tell me how can i open one function within compiled object file,which format is standard binary elf format.

by leslierainy - C/C++ - 2005-02-25 11:48:25 阅读(699) 回复(0)

相关讨论

请问有没有办法把spool file download to excel呢?

by hliu - AS400 - 2004-12-04 11:14:57 阅读(1993) 回复(9)

Dear All : 用C Shell 我如何寫text到一個file? 如何從file讀入text? 可否提供範例,Thanks!!!

by ksc - Shell - 2003-03-04 16:18:48 阅读(1612) 回复(6)

We all know write a string to a file is simple. Such as: [code] import java.io.*; class fileWrite { public static void main(String args[]) { try{ // Create file fileWriter fstream = new fileWriter("out.txt"); BufferedWriter out = new BufferedWriter(fstream); out.write("Hello Java"); //Close the output stream out.close(); }catch (Exception e){//Catch exc...

by zhshqzyc - Java - 2007-04-22 09:27:30 阅读(1728) 回复(0)

I am a new perl programer and I meet a question. I have a perl file test_1.pl like: #!/usr/bin/perl sub Test; sub Test { printf "==========================Hello, perl.\n"; return 0; } and In test.pl I want to use the Test function, so I wrote test.pl like: #!/usr/bin/perl #include sub main; sub main { Test; } main; But this does not work at all. So can some help me to know how to i...

by robot_chen - Perl - 2007-05-25 15:49:34 阅读(1374) 回复(3)

I think so many guys may be interested in this issue. # cd /home # gzcat Disk1.cpio.gz|cpio -idmv # mkisofs -a -f -l -r -J -o /home/oracle.iso /home/Disk1 I verified this insturment on Solaris 8 2/04 for SPARC 本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u/43/showart_96841.html

by nimysun - Solaris文档中心 - 2006-04-08 11:38:58 阅读(712) 回复(0)

Can anybody give some advice about how to write a c header file?Thanks

by fedoracore4 - C/C++ - 2006-02-08 19:31:49 阅读(1013) 回复(2)

how to install *.pkg file

by pianoch - Solaris - 2005-03-30 10:54:12 阅读(831) 回复(2)

and I cannot use chinese the 'ctrl +Enter'key cannot active 'chinese input' why?

by boypoo - Linux论坛 - 2004-02-05 22:48:56 阅读(813) 回复(6)

all: has has: gcc hash.c Lhash.c -o has .PHONY: clean clean: rm -rf has 上面的makefile用make has 执行的时候 提示 /usr/bin/ld:cannot open output file has:Permission denied collect2:ld returned 1 exit status 把has 改成别的名字也不行 请问这个是什么原因?

by mousexqshe - C/C++ - 2007-07-27 10:23:45 阅读(6969) 回复(3)