linux 自带的Expect可否调用Perl子程序或其他语言的子程序
我在用Expect写一个Script,遇到一个问题需要对一个长字符串进行处理并取出其中的几个小段。expect 好像本身不具备这种功能,于是我尝试用Perl写了一…
Starting PHP with FastCGI ? 请高手帮忙解决这个问题
Starting PHP with FastCGI To start PHP listening for FastCGI requests, add a "-b 8002" argument. php> php -b 8002 PHP will start, …
php image问题
php4.3.7:   Fatal error: Call to undefined function: imagefilledarc()  in /usr/local/cisco/www/shared/graph_lib.php on line …
安PHPBB204出错.
Welcome to phpBB 2 Installation Install An error has occurred during installation The PHP configuration on your server doesn't support the d…
关于 Linux 内核源码里的 bootsect.S 等三个汇编程序
分析 Linux 内核源代码的书中说到,对于 IBM PC 体系结构,由 ROM BIOS 把引导分区的第一扇区读入内存,然后跳至 0x7c0 执行。第一扇区的内容就是 boo…
java环境变量设置后出错
在/etc/profile中添加如下行: export JAVA_HOME=/usr/local/j2sdk1.4.2_04 export PATH=$PATHJAVA_HOME/bin export CLASSPATH=$JAVA_HOME/lib 重新启…